Files
Terrarum/lib/javadoc/lwjgl-javadoc/index-all.html
Song Minjae 6b83e25c0b javadoc for LWJGL
Former-commit-id: c9c053368cf5b7bbaf7aa2aa1a986611c3dad698
Former-commit-id: a9835ae3c2b484bcb5b1ee6fa57504c406c61490
2016-12-26 12:00:28 +09:00

46679 lines
4.4 MiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Tue Jul 28 10:50:27 BST 2015 -->
<TITLE>
Index (LWJGL API)
</TITLE>
<META NAME="date" CONTENT="2015-07-28">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (LWJGL API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A> <A HREF="#_Z_">Z</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/LWJGLUtil.TokenFilter.html#accept(java.lang.reflect.Field, int)"><B>accept(Field, int)</B></A> -
Method in interface org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.TokenFilter.html" title="interface in org.lwjgl">LWJGLUtil.TokenFilter</A>
<DD>Should return true if the specified Field passes the filter.
<DT><A HREF="./org/lwjgl/opencl/api/Filter.html#accept(T)"><B>accept(T)</B></A> -
Method in interface org.lwjgl.opencl.api.<A HREF="./org/lwjgl/opencl/api/Filter.html" title="interface in org.lwjgl.opencl.api">Filter</A>
<DD>Returns true if the specified object passes the filter.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#add(int, int)"><B>add(int, int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Adds a point, specified by the integer arguments <code>newx</code>
and <code>newy</code>, to this <code>Rectangle</code>.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#add(org.lwjgl.util.ReadablePoint)"><B>add(ReadablePoint)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Adds the specified <code>Point</code> to this
<code>Rectangle</code>.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#add(org.lwjgl.util.ReadableRectangle)"><B>add(ReadableRectangle)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Adds a <code>Rectangle</code> to this <code>Rectangle</code>.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#add(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f)"><B>add(Matrix2f, Matrix2f, Matrix2f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Add two matrices together and place the result in a third matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#add(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f)"><B>add(Matrix3f, Matrix3f, Matrix3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Add two matrices together and place the result in a third matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#add(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)"><B>add(Matrix4f, Matrix4f, Matrix4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Add two matrices together and place the result in a third matrix.
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#add(org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Vector2f)"><B>add(Vector2f, Vector2f, Vector2f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Add a vector to another vector and place the result in a destination
vector.
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#add(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f)"><B>add(Vector3f, Vector3f, Vector3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>Add a vector to another vector and place the result in a destination
vector.
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#add(org.lwjgl.util.vector.Vector4f, org.lwjgl.util.vector.Vector4f, org.lwjgl.util.vector.Vector4f)"><B>add(Vector4f, Vector4f, Vector4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Add a vector to another vector and place the result in a destination
vector.
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#addNotify()"><B>addNotify()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#aget(long)"><B>aget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#aget(org.lwjgl.util.mapped.MappedObject, int)"><B>aget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal"><B>AL</B></A> - Class in <A HREF="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</A><DD>
The AL class implements the actual creation code for linking to the native library
OpenAL.<DT><A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal"><B>AL10</B></A> - Class in <A HREF="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</A><DD><br>
This is the core OpenAL class.<DT><A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal"><B>AL11</B></A> - Class in <A HREF="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</A><DD><br>
This is the core OpenAL class.<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AIR_ABSORPTION_FACTOR"><B>AL_AIR_ABSORPTION_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_ATTACK_TIME"><B>AL_AUTOWAH_ATTACK_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_DEFAULT_ATTACK_TIME"><B>AL_AUTOWAH_DEFAULT_ATTACK_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_DEFAULT_PEAK_GAIN"><B>AL_AUTOWAH_DEFAULT_PEAK_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_DEFAULT_RELEASE_TIME"><B>AL_AUTOWAH_DEFAULT_RELEASE_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_DEFAULT_RESONANCE"><B>AL_AUTOWAH_DEFAULT_RESONANCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MAX_ATTACK_TIME"><B>AL_AUTOWAH_MAX_ATTACK_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MAX_PEAK_GAIN"><B>AL_AUTOWAH_MAX_PEAK_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MAX_RELEASE_TIME"><B>AL_AUTOWAH_MAX_RELEASE_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MAX_RESONANCE"><B>AL_AUTOWAH_MAX_RESONANCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MIN_ATTACK_TIME"><B>AL_AUTOWAH_MIN_ATTACK_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MIN_PEAK_GAIN"><B>AL_AUTOWAH_MIN_PEAK_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MIN_RELEASE_TIME"><B>AL_AUTOWAH_MIN_RELEASE_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_MIN_RESONANCE"><B>AL_AUTOWAH_MIN_RESONANCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_PEAK_GAIN"><B>AL_AUTOWAH_PEAK_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_RELEASE_TIME"><B>AL_AUTOWAH_RELEASE_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUTOWAH_RESONANCE"><B>AL_AUTOWAH_RESONANCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUXILIARY_SEND_FILTER"><B>AL_AUXILIARY_SEND_FILTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUXILIARY_SEND_FILTER_GAIN_AUTO"><B>AL_AUXILIARY_SEND_FILTER_GAIN_AUTO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO"><B>AL_AUXILIARY_SEND_FILTER_GAINHF_AUTO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_BANDPASS_GAIN"><B>AL_BANDPASS_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_BANDPASS_GAINHF"><B>AL_BANDPASS_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_BANDPASS_GAINLF"><B>AL_BANDPASS_GAINLF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_BITS"><B>AL_BITS</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Sound buffers: The number of bits per sample for the
data contained in the buffer.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_BUFFER"><B>AL_BUFFER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Indicate the buffer to provide sound samples.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_BUFFERS_PROCESSED"><B>AL_BUFFERS_PROCESSED</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Buffer Queue params
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_BUFFERS_QUEUED"><B>AL_BUFFERS_QUEUED</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Buffer Queue params
<DT><A HREF="./org/lwjgl/openal/AL11.html#AL_BYTE_OFFSET"><B>AL_BYTE_OFFSET</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Source buffer position information in bytes
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_CHANNEL_MASK"><B>AL_CHANNEL_MASK</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Specify the channel mask.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_CHANNELS"><B>AL_CHANNELS</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Sound buffers: The number of channels for the data
contained in the buffer.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DEFAULT_DELAY"><B>AL_CHORUS_DEFAULT_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DEFAULT_DEPTH"><B>AL_CHORUS_DEFAULT_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DEFAULT_FEEDBACK"><B>AL_CHORUS_DEFAULT_FEEDBACK</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DEFAULT_PHASE"><B>AL_CHORUS_DEFAULT_PHASE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DEFAULT_RATE"><B>AL_CHORUS_DEFAULT_RATE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DEFAULT_WAVEFORM"><B>AL_CHORUS_DEFAULT_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DELAY"><B>AL_CHORUS_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_DEPTH"><B>AL_CHORUS_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_FEEDBACK"><B>AL_CHORUS_FEEDBACK</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MAX_DELAY"><B>AL_CHORUS_MAX_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MAX_DEPTH"><B>AL_CHORUS_MAX_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MAX_FEEDBACK"><B>AL_CHORUS_MAX_FEEDBACK</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MAX_PHASE"><B>AL_CHORUS_MAX_PHASE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MAX_RATE"><B>AL_CHORUS_MAX_RATE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MAX_WAVEFORM"><B>AL_CHORUS_MAX_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MIN_DELAY"><B>AL_CHORUS_MIN_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MIN_DEPTH"><B>AL_CHORUS_MIN_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MIN_FEEDBACK"><B>AL_CHORUS_MIN_FEEDBACK</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MIN_PHASE"><B>AL_CHORUS_MIN_PHASE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MIN_RATE"><B>AL_CHORUS_MIN_RATE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_MIN_WAVEFORM"><B>AL_CHORUS_MIN_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_PHASE"><B>AL_CHORUS_PHASE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_RATE"><B>AL_CHORUS_RATE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_WAVEFORM"><B>AL_CHORUS_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_WAVEFORM_SINUSOID"><B>AL_CHORUS_WAVEFORM_SINUSOID</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CHORUS_WAVEFORM_TRIANGLE"><B>AL_CHORUS_WAVEFORM_TRIANGLE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_COMPRESSOR_DEFAULT_ONOFF"><B>AL_COMPRESSOR_DEFAULT_ONOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_COMPRESSOR_MAX_ONOFF"><B>AL_COMPRESSOR_MAX_ONOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_COMPRESSOR_MIN_ONOFF"><B>AL_COMPRESSOR_MIN_ONOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_COMPRESSOR_ONOFF"><B>AL_COMPRESSOR_ONOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_CONE_INNER_ANGLE"><B>AL_CONE_INNER_ANGLE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Directional source, inner cone angle, in degrees
Range: [0-360]
Default: 360
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_CONE_OUTER_ANGLE"><B>AL_CONE_OUTER_ANGLE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Directional source, outer cone angle, in degrees.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_CONE_OUTER_GAIN"><B>AL_CONE_OUTER_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Indicate the gain (volume amplification) applied.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_CONE_OUTER_GAINHF"><B>AL_CONE_OUTER_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_DATA"><B>AL_DATA</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD><B>Deprecated.</B>&nbsp;<I>This token is a relict of the early OpenAL days and is
no longer supported. Neither the OpenAL spec nor OpenAL Soft define
it.</I>
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DEFAULT_AIR_ABSORPTION_FACTOR"><B>AL_DEFAULT_AIR_ABSORPTION_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DEFAULT_AUXILIARY_SEND_FILTER_GAIN_AUTO"><B>AL_DEFAULT_AUXILIARY_SEND_FILTER_GAIN_AUTO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DEFAULT_AUXILIARY_SEND_FILTER_GAINHF_AUTO"><B>AL_DEFAULT_AUXILIARY_SEND_FILTER_GAINHF_AUTO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DEFAULT_CONE_OUTER_GAINHF"><B>AL_DEFAULT_CONE_OUTER_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DEFAULT_DIRECT_FILTER_GAINHF_AUTO"><B>AL_DEFAULT_DIRECT_FILTER_GAINHF_AUTO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DEFAULT_METERS_PER_UNIT"><B>AL_DEFAULT_METERS_PER_UNIT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DEFAULT_ROOM_ROLLOFF_FACTOR"><B>AL_DEFAULT_ROOM_ROLLOFF_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DIRECT_FILTER"><B>AL_DIRECT_FILTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DIRECT_FILTER_GAINHF_AUTO"><B>AL_DIRECT_FILTER_GAINHF_AUTO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_DIRECTION"><B>AL_DIRECTION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Specify the current direction as forward vector.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_DISTANCE_MODEL"><B>AL_DISTANCE_MODEL</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Distance model.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_DEFAULT_EDGE"><B>AL_DISTORTION_DEFAULT_EDGE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_DEFAULT_EQBANDWIDTH"><B>AL_DISTORTION_DEFAULT_EQBANDWIDTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_DEFAULT_EQCENTER"><B>AL_DISTORTION_DEFAULT_EQCENTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_DEFAULT_GAIN"><B>AL_DISTORTION_DEFAULT_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_DEFAULT_LOWPASS_CUTOFF"><B>AL_DISTORTION_DEFAULT_LOWPASS_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_EDGE"><B>AL_DISTORTION_EDGE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_EQBANDWIDTH"><B>AL_DISTORTION_EQBANDWIDTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_EQCENTER"><B>AL_DISTORTION_EQCENTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_GAIN"><B>AL_DISTORTION_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_LOWPASS_CUTOFF"><B>AL_DISTORTION_LOWPASS_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MAX_EDGE"><B>AL_DISTORTION_MAX_EDGE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MAX_EQBANDWIDTH"><B>AL_DISTORTION_MAX_EQBANDWIDTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MAX_EQCENTER"><B>AL_DISTORTION_MAX_EQCENTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MAX_GAIN"><B>AL_DISTORTION_MAX_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MAX_LOWPASS_CUTOFF"><B>AL_DISTORTION_MAX_LOWPASS_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MIN_EDGE"><B>AL_DISTORTION_MIN_EDGE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MIN_EQBANDWIDTH"><B>AL_DISTORTION_MIN_EQBANDWIDTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MIN_EQCENTER"><B>AL_DISTORTION_MIN_EQCENTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MIN_GAIN"><B>AL_DISTORTION_MIN_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_DISTORTION_MIN_LOWPASS_CUTOFF"><B>AL_DISTORTION_MIN_LOWPASS_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_DOPPLER_FACTOR"><B>AL_DOPPLER_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Doppler scale.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_DOPPLER_VELOCITY"><B>AL_DOPPLER_VELOCITY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Doppler velocity.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_AIR_ABSORPTION_GAINHF"><B>AL_EAXREVERB_AIR_ABSORPTION_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DECAY_HFLIMIT"><B>AL_EAXREVERB_DECAY_HFLIMIT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DECAY_HFRATIO"><B>AL_EAXREVERB_DECAY_HFRATIO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DECAY_LFRATIO"><B>AL_EAXREVERB_DECAY_LFRATIO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DECAY_TIME"><B>AL_EAXREVERB_DECAY_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_AIR_ABSORPTION_GAINHF"><B>AL_EAXREVERB_DEFAULT_AIR_ABSORPTION_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_DECAY_HFLIMIT"><B>AL_EAXREVERB_DEFAULT_DECAY_HFLIMIT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_DECAY_HFRATIO"><B>AL_EAXREVERB_DEFAULT_DECAY_HFRATIO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_DECAY_LFRATIO"><B>AL_EAXREVERB_DEFAULT_DECAY_LFRATIO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_DECAY_TIME"><B>AL_EAXREVERB_DEFAULT_DECAY_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_DENSITY"><B>AL_EAXREVERB_DEFAULT_DENSITY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_DIFFUSION"><B>AL_EAXREVERB_DEFAULT_DIFFUSION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_ECHO_DEPTH"><B>AL_EAXREVERB_DEFAULT_ECHO_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_ECHO_TIME"><B>AL_EAXREVERB_DEFAULT_ECHO_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_GAIN"><B>AL_EAXREVERB_DEFAULT_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_GAINHF"><B>AL_EAXREVERB_DEFAULT_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_GAINLF"><B>AL_EAXREVERB_DEFAULT_GAINLF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_HFREFERENCE"><B>AL_EAXREVERB_DEFAULT_HFREFERENCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_LATE_REVERB_DELAY"><B>AL_EAXREVERB_DEFAULT_LATE_REVERB_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_LATE_REVERB_GAIN"><B>AL_EAXREVERB_DEFAULT_LATE_REVERB_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_LATE_REVERB_PAN_XYZ"><B>AL_EAXREVERB_DEFAULT_LATE_REVERB_PAN_XYZ</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_LFREFERENCE"><B>AL_EAXREVERB_DEFAULT_LFREFERENCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_MODULATION_DEPTH"><B>AL_EAXREVERB_DEFAULT_MODULATION_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_MODULATION_TIME"><B>AL_EAXREVERB_DEFAULT_MODULATION_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_REFLECTIONS_DELAY"><B>AL_EAXREVERB_DEFAULT_REFLECTIONS_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_REFLECTIONS_GAIN"><B>AL_EAXREVERB_DEFAULT_REFLECTIONS_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_REFLECTIONS_PAN_XYZ"><B>AL_EAXREVERB_DEFAULT_REFLECTIONS_PAN_XYZ</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DEFAULT_ROOM_ROLLOFF_FACTOR"><B>AL_EAXREVERB_DEFAULT_ROOM_ROLLOFF_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DENSITY"><B>AL_EAXREVERB_DENSITY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_DIFFUSION"><B>AL_EAXREVERB_DIFFUSION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_ECHO_DEPTH"><B>AL_EAXREVERB_ECHO_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_ECHO_TIME"><B>AL_EAXREVERB_ECHO_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_GAIN"><B>AL_EAXREVERB_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_GAINHF"><B>AL_EAXREVERB_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_GAINLF"><B>AL_EAXREVERB_GAINLF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_HFREFERENCE"><B>AL_EAXREVERB_HFREFERENCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_LATE_REVERB_DELAY"><B>AL_EAXREVERB_LATE_REVERB_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_LATE_REVERB_GAIN"><B>AL_EAXREVERB_LATE_REVERB_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_LATE_REVERB_PAN"><B>AL_EAXREVERB_LATE_REVERB_PAN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_LFREFERENCE"><B>AL_EAXREVERB_LFREFERENCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_AIR_ABSORPTION_GAINHF"><B>AL_EAXREVERB_MAX_AIR_ABSORPTION_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_DECAY_HFLIMIT"><B>AL_EAXREVERB_MAX_DECAY_HFLIMIT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_DECAY_HFRATIO"><B>AL_EAXREVERB_MAX_DECAY_HFRATIO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_DECAY_LFRATIO"><B>AL_EAXREVERB_MAX_DECAY_LFRATIO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_DECAY_TIME"><B>AL_EAXREVERB_MAX_DECAY_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_DENSITY"><B>AL_EAXREVERB_MAX_DENSITY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_DIFFUSION"><B>AL_EAXREVERB_MAX_DIFFUSION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_ECHO_DEPTH"><B>AL_EAXREVERB_MAX_ECHO_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_ECHO_TIME"><B>AL_EAXREVERB_MAX_ECHO_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_GAIN"><B>AL_EAXREVERB_MAX_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_GAINHF"><B>AL_EAXREVERB_MAX_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_GAINLF"><B>AL_EAXREVERB_MAX_GAINLF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_HFREFERENCE"><B>AL_EAXREVERB_MAX_HFREFERENCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_LATE_REVERB_DELAY"><B>AL_EAXREVERB_MAX_LATE_REVERB_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_LATE_REVERB_GAIN"><B>AL_EAXREVERB_MAX_LATE_REVERB_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_LFREFERENCE"><B>AL_EAXREVERB_MAX_LFREFERENCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_MODULATION_DEPTH"><B>AL_EAXREVERB_MAX_MODULATION_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_MODULATION_TIME"><B>AL_EAXREVERB_MAX_MODULATION_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_REFLECTIONS_DELAY"><B>AL_EAXREVERB_MAX_REFLECTIONS_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_REFLECTIONS_GAIN"><B>AL_EAXREVERB_MAX_REFLECTIONS_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MAX_ROOM_ROLLOFF_FACTOR"><B>AL_EAXREVERB_MAX_ROOM_ROLLOFF_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_AIR_ABSORPTION_GAINHF"><B>AL_EAXREVERB_MIN_AIR_ABSORPTION_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_DECAY_HFLIMIT"><B>AL_EAXREVERB_MIN_DECAY_HFLIMIT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_DECAY_HFRATIO"><B>AL_EAXREVERB_MIN_DECAY_HFRATIO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_DECAY_LFRATIO"><B>AL_EAXREVERB_MIN_DECAY_LFRATIO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_DECAY_TIME"><B>AL_EAXREVERB_MIN_DECAY_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_DENSITY"><B>AL_EAXREVERB_MIN_DENSITY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_DIFFUSION"><B>AL_EAXREVERB_MIN_DIFFUSION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_ECHO_DEPTH"><B>AL_EAXREVERB_MIN_ECHO_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_ECHO_TIME"><B>AL_EAXREVERB_MIN_ECHO_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_GAIN"><B>AL_EAXREVERB_MIN_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_GAINHF"><B>AL_EAXREVERB_MIN_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_GAINLF"><B>AL_EAXREVERB_MIN_GAINLF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_HFREFERENCE"><B>AL_EAXREVERB_MIN_HFREFERENCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_LATE_REVERB_DELAY"><B>AL_EAXREVERB_MIN_LATE_REVERB_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_LATE_REVERB_GAIN"><B>AL_EAXREVERB_MIN_LATE_REVERB_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_LFREFERENCE"><B>AL_EAXREVERB_MIN_LFREFERENCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_MODULATION_DEPTH"><B>AL_EAXREVERB_MIN_MODULATION_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_MODULATION_TIME"><B>AL_EAXREVERB_MIN_MODULATION_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_REFLECTIONS_DELAY"><B>AL_EAXREVERB_MIN_REFLECTIONS_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_REFLECTIONS_GAIN"><B>AL_EAXREVERB_MIN_REFLECTIONS_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MIN_ROOM_ROLLOFF_FACTOR"><B>AL_EAXREVERB_MIN_ROOM_ROLLOFF_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MODULATION_DEPTH"><B>AL_EAXREVERB_MODULATION_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_MODULATION_TIME"><B>AL_EAXREVERB_MODULATION_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_REFLECTIONS_DELAY"><B>AL_EAXREVERB_REFLECTIONS_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_REFLECTIONS_GAIN"><B>AL_EAXREVERB_REFLECTIONS_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_REFLECTIONS_PAN"><B>AL_EAXREVERB_REFLECTIONS_PAN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EAXREVERB_ROOM_ROLLOFF_FACTOR"><B>AL_EAXREVERB_ROOM_ROLLOFF_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_DAMPING"><B>AL_ECHO_DAMPING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_DEFAULT_DAMPING"><B>AL_ECHO_DEFAULT_DAMPING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_DEFAULT_DELAY"><B>AL_ECHO_DEFAULT_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_DEFAULT_FEEDBACK"><B>AL_ECHO_DEFAULT_FEEDBACK</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_DEFAULT_LRDELAY"><B>AL_ECHO_DEFAULT_LRDELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_DEFAULT_SPREAD"><B>AL_ECHO_DEFAULT_SPREAD</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_DELAY"><B>AL_ECHO_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_FEEDBACK"><B>AL_ECHO_FEEDBACK</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_LRDELAY"><B>AL_ECHO_LRDELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_MAX_DAMPING"><B>AL_ECHO_MAX_DAMPING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_MAX_DELAY"><B>AL_ECHO_MAX_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_MAX_FEEDBACK"><B>AL_ECHO_MAX_FEEDBACK</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_MAX_LRDELAY"><B>AL_ECHO_MAX_LRDELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_MAX_SPREAD"><B>AL_ECHO_MAX_SPREAD</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_MIN_DAMPING"><B>AL_ECHO_MIN_DAMPING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_MIN_DELAY"><B>AL_ECHO_MIN_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_MIN_FEEDBACK"><B>AL_ECHO_MIN_FEEDBACK</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_MIN_LRDELAY"><B>AL_ECHO_MIN_LRDELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_MIN_SPREAD"><B>AL_ECHO_MIN_SPREAD</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ECHO_SPREAD"><B>AL_ECHO_SPREAD</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_AUTOWAH"><B>AL_EFFECT_AUTOWAH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_CHORUS"><B>AL_EFFECT_CHORUS</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_COMPRESSOR"><B>AL_EFFECT_COMPRESSOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_DISTORTION"><B>AL_EFFECT_DISTORTION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_EAXREVERB"><B>AL_EFFECT_EAXREVERB</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_ECHO"><B>AL_EFFECT_ECHO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_EQUALIZER"><B>AL_EFFECT_EQUALIZER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_FIRST_PARAMETER"><B>AL_EFFECT_FIRST_PARAMETER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_FLANGER"><B>AL_EFFECT_FLANGER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_FREQUENCY_SHIFTER"><B>AL_EFFECT_FREQUENCY_SHIFTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_LAST_PARAMETER"><B>AL_EFFECT_LAST_PARAMETER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_NULL"><B>AL_EFFECT_NULL</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_PITCH_SHIFTER"><B>AL_EFFECT_PITCH_SHIFTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_REVERB"><B>AL_EFFECT_REVERB</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_RING_MODULATOR"><B>AL_EFFECT_RING_MODULATOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_TYPE"><B>AL_EFFECT_TYPE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECT_VOCAL_MORPHER"><B>AL_EFFECT_VOCAL_MORPHER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECTSLOT_AUXILIARY_SEND_AUTO"><B>AL_EFFECTSLOT_AUXILIARY_SEND_AUTO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECTSLOT_EFFECT"><B>AL_EFFECTSLOT_EFFECT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECTSLOT_GAIN"><B>AL_EFFECTSLOT_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EFFECTSLOT_NULL"><B>AL_EFFECTSLOT_NULL</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_HIGH_CUTOFF"><B>AL_EQUALIZER_DEFAULT_HIGH_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_HIGH_GAIN"><B>AL_EQUALIZER_DEFAULT_HIGH_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_LOW_CUTOFF"><B>AL_EQUALIZER_DEFAULT_LOW_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_LOW_GAIN"><B>AL_EQUALIZER_DEFAULT_LOW_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_MID1_CENTER"><B>AL_EQUALIZER_DEFAULT_MID1_CENTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_MID1_GAIN"><B>AL_EQUALIZER_DEFAULT_MID1_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_MID1_WIDTH"><B>AL_EQUALIZER_DEFAULT_MID1_WIDTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_MID2_CENTER"><B>AL_EQUALIZER_DEFAULT_MID2_CENTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_MID2_GAIN"><B>AL_EQUALIZER_DEFAULT_MID2_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_DEFAULT_MID2_WIDTH"><B>AL_EQUALIZER_DEFAULT_MID2_WIDTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_HIGH_CUTOFF"><B>AL_EQUALIZER_HIGH_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_HIGH_GAIN"><B>AL_EQUALIZER_HIGH_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_LOW_CUTOFF"><B>AL_EQUALIZER_LOW_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_LOW_GAIN"><B>AL_EQUALIZER_LOW_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_HIGH_CUTOFF"><B>AL_EQUALIZER_MAX_HIGH_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_HIGH_GAIN"><B>AL_EQUALIZER_MAX_HIGH_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_LOW_CUTOFF"><B>AL_EQUALIZER_MAX_LOW_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_LOW_GAIN"><B>AL_EQUALIZER_MAX_LOW_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_MID1_CENTER"><B>AL_EQUALIZER_MAX_MID1_CENTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_MID1_GAIN"><B>AL_EQUALIZER_MAX_MID1_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_MID1_WIDTH"><B>AL_EQUALIZER_MAX_MID1_WIDTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_MID2_CENTER"><B>AL_EQUALIZER_MAX_MID2_CENTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_MID2_GAIN"><B>AL_EQUALIZER_MAX_MID2_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MAX_MID2_WIDTH"><B>AL_EQUALIZER_MAX_MID2_WIDTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MID1_CENTER"><B>AL_EQUALIZER_MID1_CENTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MID1_GAIN"><B>AL_EQUALIZER_MID1_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MID1_WIDTH"><B>AL_EQUALIZER_MID1_WIDTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MID2_CENTER"><B>AL_EQUALIZER_MID2_CENTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MID2_GAIN"><B>AL_EQUALIZER_MID2_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MID2_WIDTH"><B>AL_EQUALIZER_MID2_WIDTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_HIGH_CUTOFF"><B>AL_EQUALIZER_MIN_HIGH_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_HIGH_GAIN"><B>AL_EQUALIZER_MIN_HIGH_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_LOW_CUTOFF"><B>AL_EQUALIZER_MIN_LOW_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_LOW_GAIN"><B>AL_EQUALIZER_MIN_LOW_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_MID1_CENTER"><B>AL_EQUALIZER_MIN_MID1_CENTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_MID1_GAIN"><B>AL_EQUALIZER_MIN_MID1_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_MID1_WIDTH"><B>AL_EQUALIZER_MIN_MID1_WIDTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_MID2_CENTER"><B>AL_EQUALIZER_MIN_MID2_CENTER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_MID2_GAIN"><B>AL_EQUALIZER_MIN_MID2_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_EQUALIZER_MIN_MID2_WIDTH"><B>AL_EQUALIZER_MIN_MID2_WIDTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL11.html#AL_EXPONENT_DISTANCE"><B>AL_EXPONENT_DISTANCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Speed of Sound in units per second
<DT><A HREF="./org/lwjgl/openal/AL11.html#AL_EXPONENT_DISTANCE_CLAMPED"><B>AL_EXPONENT_DISTANCE_CLAMPED</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Speed of Sound in units per second
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_EXTENSIONS"><B>AL_EXTENSIONS</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Context strings: Extensions
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_FALSE"><B>AL_FALSE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Boolean False
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FILTER_BANDPASS"><B>AL_FILTER_BANDPASS</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FILTER_FIRST_PARAMETER"><B>AL_FILTER_FIRST_PARAMETER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FILTER_HIGHPASS"><B>AL_FILTER_HIGHPASS</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FILTER_LAST_PARAMETER"><B>AL_FILTER_LAST_PARAMETER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FILTER_LOWPASS"><B>AL_FILTER_LOWPASS</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FILTER_NULL"><B>AL_FILTER_NULL</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FILTER_TYPE"><B>AL_FILTER_TYPE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DEFAULT_DELAY"><B>AL_FLANGER_DEFAULT_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DEFAULT_DEPTH"><B>AL_FLANGER_DEFAULT_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DEFAULT_FEEDBACK"><B>AL_FLANGER_DEFAULT_FEEDBACK</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DEFAULT_PHASE"><B>AL_FLANGER_DEFAULT_PHASE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DEFAULT_RATE"><B>AL_FLANGER_DEFAULT_RATE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DEFAULT_WAVEFORM"><B>AL_FLANGER_DEFAULT_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DELAY"><B>AL_FLANGER_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_DEPTH"><B>AL_FLANGER_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_FEEDBACK"><B>AL_FLANGER_FEEDBACK</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MAX_DELAY"><B>AL_FLANGER_MAX_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MAX_DEPTH"><B>AL_FLANGER_MAX_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MAX_FEEDBACK"><B>AL_FLANGER_MAX_FEEDBACK</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MAX_PHASE"><B>AL_FLANGER_MAX_PHASE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MAX_RATE"><B>AL_FLANGER_MAX_RATE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MAX_WAVEFORM"><B>AL_FLANGER_MAX_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MIN_DELAY"><B>AL_FLANGER_MIN_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MIN_DEPTH"><B>AL_FLANGER_MIN_DEPTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MIN_FEEDBACK"><B>AL_FLANGER_MIN_FEEDBACK</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MIN_PHASE"><B>AL_FLANGER_MIN_PHASE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MIN_RATE"><B>AL_FLANGER_MIN_RATE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_MIN_WAVEFORM"><B>AL_FLANGER_MIN_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_PHASE"><B>AL_FLANGER_PHASE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_RATE"><B>AL_FLANGER_RATE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_WAVEFORM"><B>AL_FLANGER_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_WAVEFORM_SINUSOID"><B>AL_FLANGER_WAVEFORM_SINUSOID</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FLANGER_WAVEFORM_TRIANGLE"><B>AL_FLANGER_WAVEFORM_TRIANGLE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_FORMAT_MONO16"><B>AL_FORMAT_MONO16</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Sound buffers: format specifier.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_FORMAT_MONO8"><B>AL_FORMAT_MONO8</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Sound buffers: format specifier.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_FORMAT_STEREO16"><B>AL_FORMAT_STEREO16</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Sound buffers: format specifier.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_FORMAT_STEREO8"><B>AL_FORMAT_STEREO8</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Sound buffers: format specifier.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_FORMAT_VORBIS_EXT"><B>AL_FORMAT_VORBIS_EXT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Ogg Vorbis format specifier.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_FREQUENCY"><B>AL_FREQUENCY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Sound buffers: frequency, in units of Hertz [Hz].
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_DEFAULT_FREQUENCY"><B>AL_FREQUENCY_SHIFTER_DEFAULT_FREQUENCY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_DEFAULT_LEFT_DIRECTION"><B>AL_FREQUENCY_SHIFTER_DEFAULT_LEFT_DIRECTION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_DEFAULT_RIGHT_DIRECTION"><B>AL_FREQUENCY_SHIFTER_DEFAULT_RIGHT_DIRECTION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_DIRECTION_DOWN"><B>AL_FREQUENCY_SHIFTER_DIRECTION_DOWN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_DIRECTION_OFF"><B>AL_FREQUENCY_SHIFTER_DIRECTION_OFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_DIRECTION_UP"><B>AL_FREQUENCY_SHIFTER_DIRECTION_UP</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_FREQUENCY"><B>AL_FREQUENCY_SHIFTER_FREQUENCY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_LEFT_DIRECTION"><B>AL_FREQUENCY_SHIFTER_LEFT_DIRECTION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_MAX_FREQUENCY"><B>AL_FREQUENCY_SHIFTER_MAX_FREQUENCY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_MAX_LEFT_DIRECTION"><B>AL_FREQUENCY_SHIFTER_MAX_LEFT_DIRECTION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_MAX_RIGHT_DIRECTION"><B>AL_FREQUENCY_SHIFTER_MAX_RIGHT_DIRECTION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_MIN_FREQUENCY"><B>AL_FREQUENCY_SHIFTER_MIN_FREQUENCY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_MIN_LEFT_DIRECTION"><B>AL_FREQUENCY_SHIFTER_MIN_LEFT_DIRECTION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_MIN_RIGHT_DIRECTION"><B>AL_FREQUENCY_SHIFTER_MIN_RIGHT_DIRECTION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_FREQUENCY_SHIFTER_RIGHT_DIRECTION"><B>AL_FREQUENCY_SHIFTER_RIGHT_DIRECTION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_GAIN"><B>AL_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Indicate the gain (volume amplification) applied.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_HIGHPASS_GAIN"><B>AL_HIGHPASS_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_HIGHPASS_GAINLF"><B>AL_HIGHPASS_GAINLF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL11.html#AL_ILLEGAL_COMMAND"><B>AL_ILLEGAL_COMMAND</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_INITIAL"><B>AL_INITIAL</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Source state information
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_INVALID"><B>AL_INVALID</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Bad value
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_INVALID_ENUM"><B>AL_INVALID_ENUM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Illegal enum passed as an argument to an AL call.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_INVALID_NAME"><B>AL_INVALID_NAME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Illegal name passed as an argument to an AL call.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_INVALID_OPERATION"><B>AL_INVALID_OPERATION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>A function was called at inappropriate time,
or in an inappropriate way, causing an illegal state.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_INVALID_VALUE"><B>AL_INVALID_VALUE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Illegal value passed as an argument to an AL call.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_INVERSE_DISTANCE"><B>AL_INVERSE_DISTANCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Distance model
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_INVERSE_DISTANCE_CLAMPED"><B>AL_INVERSE_DISTANCE_CLAMPED</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Distance model
<DT><A HREF="./org/lwjgl/openal/AL11.html#AL_LINEAR_DISTANCE"><B>AL_LINEAR_DISTANCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Speed of Sound in units per second
<DT><A HREF="./org/lwjgl/openal/AL11.html#AL_LINEAR_DISTANCE_CLAMPED"><B>AL_LINEAR_DISTANCE_CLAMPED</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Speed of Sound in units per second
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_LOOPING"><B>AL_LOOPING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Indicate whether source has to loop infinite.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_LOWPASS_GAIN"><B>AL_LOWPASS_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_LOWPASS_GAINHF"><B>AL_LOWPASS_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_MAX_AIR_ABSORPTION_FACTOR"><B>AL_MAX_AIR_ABSORPTION_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_MAX_AUXILIARY_SEND_FILTER_GAIN_AUTO"><B>AL_MAX_AUXILIARY_SEND_FILTER_GAIN_AUTO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_MAX_AUXILIARY_SEND_FILTER_GAINHF_AUTO"><B>AL_MAX_AUXILIARY_SEND_FILTER_GAINHF_AUTO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_MAX_CONE_OUTER_GAINHF"><B>AL_MAX_CONE_OUTER_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_MAX_DIRECT_FILTER_GAINHF_AUTO"><B>AL_MAX_DIRECT_FILTER_GAINHF_AUTO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_MAX_DISTANCE"><B>AL_MAX_DISTANCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Specify the maximum distance.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_MAX_GAIN"><B>AL_MAX_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Indicate maximum source attenuation.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_MAX_METERS_PER_UNIT"><B>AL_MAX_METERS_PER_UNIT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_MAX_ROOM_ROLLOFF_FACTOR"><B>AL_MAX_ROOM_ROLLOFF_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_METERS_PER_UNIT"><B>AL_METERS_PER_UNIT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_MIN_AIR_ABSORPTION_FACTOR"><B>AL_MIN_AIR_ABSORPTION_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_MIN_AUXILIARY_SEND_FILTER_GAIN_AUTO"><B>AL_MIN_AUXILIARY_SEND_FILTER_GAIN_AUTO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_MIN_AUXILIARY_SEND_FILTER_GAINHF_AUTO"><B>AL_MIN_AUXILIARY_SEND_FILTER_GAINHF_AUTO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_MIN_CONE_OUTER_GAINHF"><B>AL_MIN_CONE_OUTER_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_MIN_DIRECT_FILTER_GAINHF_AUTO"><B>AL_MIN_DIRECT_FILTER_GAINHF_AUTO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_MIN_GAIN"><B>AL_MIN_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Indicate minimum source attenuation.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_MIN_METERS_PER_UNIT"><B>AL_MIN_METERS_PER_UNIT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_MIN_ROOM_ROLLOFF_FACTOR"><B>AL_MIN_ROOM_ROLLOFF_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_NO_ERROR"><B>AL_NO_ERROR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Errors: No Error.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_NONE"><B>AL_NONE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Disable value
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_ORIENTATION"><B>AL_ORIENTATION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Specify the current orientation.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_OUT_OF_MEMORY"><B>AL_OUT_OF_MEMORY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>A function could not be completed,
because there is not enough memory available.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_PAUSED"><B>AL_PAUSED</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Source state information
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_PENDING"><B>AL_PENDING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Buffer state.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_PITCH"><B>AL_PITCH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Specify the pitch to be applied, either at source,
or on mixer results, at listener.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_COARSE_TUNE"><B>AL_PITCH_SHIFTER_COARSE_TUNE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_DEFAULT_COARSE_TUNE"><B>AL_PITCH_SHIFTER_DEFAULT_COARSE_TUNE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_DEFAULT_FINE_TUNE"><B>AL_PITCH_SHIFTER_DEFAULT_FINE_TUNE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_FINE_TUNE"><B>AL_PITCH_SHIFTER_FINE_TUNE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_MAX_COARSE_TUNE"><B>AL_PITCH_SHIFTER_MAX_COARSE_TUNE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_MAX_FINE_TUNE"><B>AL_PITCH_SHIFTER_MAX_FINE_TUNE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_MIN_COARSE_TUNE"><B>AL_PITCH_SHIFTER_MIN_COARSE_TUNE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_PITCH_SHIFTER_MIN_FINE_TUNE"><B>AL_PITCH_SHIFTER_MIN_FINE_TUNE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_PLAYING"><B>AL_PLAYING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Source state information
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_POSITION"><B>AL_POSITION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Specify the current location in three dimensional space.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_PROCESSED"><B>AL_PROCESSED</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Buffer state.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_REFERENCE_DISTANCE"><B>AL_REFERENCE_DISTANCE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Specify the current orientation.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_RENDERER"><B>AL_RENDERER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Context strings: Renderer
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_AIR_ABSORPTION_GAINHF"><B>AL_REVERB_AIR_ABSORPTION_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DECAY_HFLIMIT"><B>AL_REVERB_DECAY_HFLIMIT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DECAY_HFRATIO"><B>AL_REVERB_DECAY_HFRATIO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DECAY_TIME"><B>AL_REVERB_DECAY_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_AIR_ABSORPTION_GAINHF"><B>AL_REVERB_DEFAULT_AIR_ABSORPTION_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_DECAY_HFLIMIT"><B>AL_REVERB_DEFAULT_DECAY_HFLIMIT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_DECAY_HFRATIO"><B>AL_REVERB_DEFAULT_DECAY_HFRATIO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_DECAY_TIME"><B>AL_REVERB_DEFAULT_DECAY_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_DENSITY"><B>AL_REVERB_DEFAULT_DENSITY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_DIFFUSION"><B>AL_REVERB_DEFAULT_DIFFUSION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_GAIN"><B>AL_REVERB_DEFAULT_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_GAINHF"><B>AL_REVERB_DEFAULT_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_LATE_REVERB_DELAY"><B>AL_REVERB_DEFAULT_LATE_REVERB_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_LATE_REVERB_GAIN"><B>AL_REVERB_DEFAULT_LATE_REVERB_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_REFLECTIONS_DELAY"><B>AL_REVERB_DEFAULT_REFLECTIONS_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_REFLECTIONS_GAIN"><B>AL_REVERB_DEFAULT_REFLECTIONS_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DEFAULT_ROOM_ROLLOFF_FACTOR"><B>AL_REVERB_DEFAULT_ROOM_ROLLOFF_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DENSITY"><B>AL_REVERB_DENSITY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_DIFFUSION"><B>AL_REVERB_DIFFUSION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_GAIN"><B>AL_REVERB_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_GAINHF"><B>AL_REVERB_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_LATE_REVERB_DELAY"><B>AL_REVERB_LATE_REVERB_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_LATE_REVERB_GAIN"><B>AL_REVERB_LATE_REVERB_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_AIR_ABSORPTION_GAINHF"><B>AL_REVERB_MAX_AIR_ABSORPTION_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_DECAY_HFLIMIT"><B>AL_REVERB_MAX_DECAY_HFLIMIT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_DECAY_HFRATIO"><B>AL_REVERB_MAX_DECAY_HFRATIO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_DECAY_TIME"><B>AL_REVERB_MAX_DECAY_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_DENSITY"><B>AL_REVERB_MAX_DENSITY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_DIFFUSION"><B>AL_REVERB_MAX_DIFFUSION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_GAIN"><B>AL_REVERB_MAX_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_GAINHF"><B>AL_REVERB_MAX_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_LATE_REVERB_DELAY"><B>AL_REVERB_MAX_LATE_REVERB_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_LATE_REVERB_GAIN"><B>AL_REVERB_MAX_LATE_REVERB_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_REFLECTIONS_DELAY"><B>AL_REVERB_MAX_REFLECTIONS_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_REFLECTIONS_GAIN"><B>AL_REVERB_MAX_REFLECTIONS_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MAX_ROOM_ROLLOFF_FACTOR"><B>AL_REVERB_MAX_ROOM_ROLLOFF_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_AIR_ABSORPTION_GAINHF"><B>AL_REVERB_MIN_AIR_ABSORPTION_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_DECAY_HFLIMIT"><B>AL_REVERB_MIN_DECAY_HFLIMIT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_DECAY_HFRATIO"><B>AL_REVERB_MIN_DECAY_HFRATIO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_DECAY_TIME"><B>AL_REVERB_MIN_DECAY_TIME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_DENSITY"><B>AL_REVERB_MIN_DENSITY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_DIFFUSION"><B>AL_REVERB_MIN_DIFFUSION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_GAIN"><B>AL_REVERB_MIN_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_GAINHF"><B>AL_REVERB_MIN_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_LATE_REVERB_DELAY"><B>AL_REVERB_MIN_LATE_REVERB_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_LATE_REVERB_GAIN"><B>AL_REVERB_MIN_LATE_REVERB_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_REFLECTIONS_DELAY"><B>AL_REVERB_MIN_REFLECTIONS_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_REFLECTIONS_GAIN"><B>AL_REVERB_MIN_REFLECTIONS_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_MIN_ROOM_ROLLOFF_FACTOR"><B>AL_REVERB_MIN_ROOM_ROLLOFF_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_REFLECTIONS_DELAY"><B>AL_REVERB_REFLECTIONS_DELAY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_REFLECTIONS_GAIN"><B>AL_REVERB_REFLECTIONS_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_REVERB_ROOM_ROLLOFF_FACTOR"><B>AL_REVERB_ROOM_ROLLOFF_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_DEFAULT_FREQUENCY"><B>AL_RING_MODULATOR_DEFAULT_FREQUENCY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_DEFAULT_HIGHPASS_CUTOFF"><B>AL_RING_MODULATOR_DEFAULT_HIGHPASS_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_DEFAULT_WAVEFORM"><B>AL_RING_MODULATOR_DEFAULT_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_FREQUENCY"><B>AL_RING_MODULATOR_FREQUENCY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_HIGHPASS_CUTOFF"><B>AL_RING_MODULATOR_HIGHPASS_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_MAX_FREQUENCY"><B>AL_RING_MODULATOR_MAX_FREQUENCY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_MAX_HIGHPASS_CUTOFF"><B>AL_RING_MODULATOR_MAX_HIGHPASS_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_MAX_WAVEFORM"><B>AL_RING_MODULATOR_MAX_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_MIN_FREQUENCY"><B>AL_RING_MODULATOR_MIN_FREQUENCY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_MIN_HIGHPASS_CUTOFF"><B>AL_RING_MODULATOR_MIN_HIGHPASS_CUTOFF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_MIN_WAVEFORM"><B>AL_RING_MODULATOR_MIN_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_SAWTOOTH"><B>AL_RING_MODULATOR_SAWTOOTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_SINUSOID"><B>AL_RING_MODULATOR_SINUSOID</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_SQUARE"><B>AL_RING_MODULATOR_SQUARE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_RING_MODULATOR_WAVEFORM"><B>AL_RING_MODULATOR_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_ROLLOFF_FACTOR"><B>AL_ROLLOFF_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Indicate the rolloff factor for the source.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_ROOM_ROLLOFF_FACTOR"><B>AL_ROOM_ROLLOFF_FACTOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL11.html#AL_SAMPLE_OFFSET"><B>AL_SAMPLE_OFFSET</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Source buffer position information in samples
<DT><A HREF="./org/lwjgl/openal/AL11.html#AL_SEC_OFFSET"><B>AL_SEC_OFFSET</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Source buffer position information in seconds
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_SIZE"><B>AL_SIZE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Sound buffers: Size in bytes of the buffer data.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_SOURCE_ABSOLUTE"><B>AL_SOURCE_ABSOLUTE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Indicate source has absolute coordinates
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_SOURCE_RELATIVE"><B>AL_SOURCE_RELATIVE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Indicate Source has listener relative coordinates
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_SOURCE_STATE"><B>AL_SOURCE_STATE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Source state information
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_SOURCE_TYPE"><B>AL_SOURCE_TYPE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Indicate the type of SOURCE.
<DT><A HREF="./org/lwjgl/openal/AL11.html#AL_SPEED_OF_SOUND"><B>AL_SPEED_OF_SOUND</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Speed of Sound in units per second
<DT><A HREF="./org/lwjgl/openal/AL11.html#AL_STATIC"><B>AL_STATIC</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Type of source: Buffer has been attached using AL_BUFFER
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_STOPPED"><B>AL_STOPPED</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Source state information
<DT><A HREF="./org/lwjgl/openal/AL11.html#AL_STREAMING"><B>AL_STREAMING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Type of source: if one or more Buffers have been attached using alSourceQueueBuffers
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_TRUE"><B>AL_TRUE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Boolean True
<DT><A HREF="./org/lwjgl/openal/AL11.html#AL_UNDETERMINED"><B>AL_UNDETERMINED</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Type of source: when it has the NULL buffer attached
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_UNUSED"><B>AL_UNUSED</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Buffer state.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_VELOCITY"><B>AL_VELOCITY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Specify the current velocity in three dimensional space.
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_VENDOR"><B>AL_VENDOR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Context strings: Vendor
<DT><A HREF="./org/lwjgl/openal/AL10.html#AL_VERSION"><B>AL_VERSION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Context strings: Version
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_DEFAULT_PHONEMEA"><B>AL_VOCAL_MORPHER_DEFAULT_PHONEMEA</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_DEFAULT_PHONEMEA_COARSE_TUNING"><B>AL_VOCAL_MORPHER_DEFAULT_PHONEMEA_COARSE_TUNING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_DEFAULT_PHONEMEB"><B>AL_VOCAL_MORPHER_DEFAULT_PHONEMEB</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_DEFAULT_PHONEMEB_COARSE_TUNING"><B>AL_VOCAL_MORPHER_DEFAULT_PHONEMEB_COARSE_TUNING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_DEFAULT_RATE"><B>AL_VOCAL_MORPHER_DEFAULT_RATE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_DEFAULT_WAVEFORM"><B>AL_VOCAL_MORPHER_DEFAULT_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MAX_PHONEMEA"><B>AL_VOCAL_MORPHER_MAX_PHONEMEA</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MAX_PHONEMEA_COARSE_TUNING"><B>AL_VOCAL_MORPHER_MAX_PHONEMEA_COARSE_TUNING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MAX_PHONEMEB"><B>AL_VOCAL_MORPHER_MAX_PHONEMEB</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MAX_PHONEMEB_COARSE_TUNING"><B>AL_VOCAL_MORPHER_MAX_PHONEMEB_COARSE_TUNING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MAX_RATE"><B>AL_VOCAL_MORPHER_MAX_RATE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MAX_WAVEFORM"><B>AL_VOCAL_MORPHER_MAX_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MIN_PHONEMEA"><B>AL_VOCAL_MORPHER_MIN_PHONEMEA</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MIN_PHONEMEA_COARSE_TUNING"><B>AL_VOCAL_MORPHER_MIN_PHONEMEA_COARSE_TUNING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MIN_PHONEMEB"><B>AL_VOCAL_MORPHER_MIN_PHONEMEB</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MIN_PHONEMEB_COARSE_TUNING"><B>AL_VOCAL_MORPHER_MIN_PHONEMEB_COARSE_TUNING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MIN_RATE"><B>AL_VOCAL_MORPHER_MIN_RATE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_MIN_WAVEFORM"><B>AL_VOCAL_MORPHER_MIN_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_A"><B>AL_VOCAL_MORPHER_PHONEME_A</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_AA"><B>AL_VOCAL_MORPHER_PHONEME_AA</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_AE"><B>AL_VOCAL_MORPHER_PHONEME_AE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_AH"><B>AL_VOCAL_MORPHER_PHONEME_AH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_AO"><B>AL_VOCAL_MORPHER_PHONEME_AO</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_B"><B>AL_VOCAL_MORPHER_PHONEME_B</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_D"><B>AL_VOCAL_MORPHER_PHONEME_D</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_E"><B>AL_VOCAL_MORPHER_PHONEME_E</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_EH"><B>AL_VOCAL_MORPHER_PHONEME_EH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_ER"><B>AL_VOCAL_MORPHER_PHONEME_ER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_F"><B>AL_VOCAL_MORPHER_PHONEME_F</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_G"><B>AL_VOCAL_MORPHER_PHONEME_G</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_I"><B>AL_VOCAL_MORPHER_PHONEME_I</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_IH"><B>AL_VOCAL_MORPHER_PHONEME_IH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_IY"><B>AL_VOCAL_MORPHER_PHONEME_IY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_J"><B>AL_VOCAL_MORPHER_PHONEME_J</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_K"><B>AL_VOCAL_MORPHER_PHONEME_K</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_L"><B>AL_VOCAL_MORPHER_PHONEME_L</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_M"><B>AL_VOCAL_MORPHER_PHONEME_M</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_N"><B>AL_VOCAL_MORPHER_PHONEME_N</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_O"><B>AL_VOCAL_MORPHER_PHONEME_O</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_P"><B>AL_VOCAL_MORPHER_PHONEME_P</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_R"><B>AL_VOCAL_MORPHER_PHONEME_R</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_S"><B>AL_VOCAL_MORPHER_PHONEME_S</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_T"><B>AL_VOCAL_MORPHER_PHONEME_T</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_U"><B>AL_VOCAL_MORPHER_PHONEME_U</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_UH"><B>AL_VOCAL_MORPHER_PHONEME_UH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_UW"><B>AL_VOCAL_MORPHER_PHONEME_UW</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_V"><B>AL_VOCAL_MORPHER_PHONEME_V</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEME_Z"><B>AL_VOCAL_MORPHER_PHONEME_Z</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEMEA"><B>AL_VOCAL_MORPHER_PHONEMEA</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEMEA_COARSE_TUNING"><B>AL_VOCAL_MORPHER_PHONEMEA_COARSE_TUNING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEMEB"><B>AL_VOCAL_MORPHER_PHONEMEB</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_PHONEMEB_COARSE_TUNING"><B>AL_VOCAL_MORPHER_PHONEMEB_COARSE_TUNING</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_RATE"><B>AL_VOCAL_MORPHER_RATE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_WAVEFORM"><B>AL_VOCAL_MORPHER_WAVEFORM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_WAVEFORM_SAWTOOTH"><B>AL_VOCAL_MORPHER_WAVEFORM_SAWTOOTH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_WAVEFORM_SINUSOID"><B>AL_VOCAL_MORPHER_WAVEFORM_SINUSOID</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#AL_VOCAL_MORPHER_WAVEFORM_TRIANGLE"><B>AL_VOCAL_MORPHER_WAVEFORM_TRIANGLE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alAuxiliaryEffectSlot(int, int, java.nio.IntBuffer)"><B>alAuxiliaryEffectSlot(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alAuxiliaryEffectSlot(int, int, java.nio.FloatBuffer)"><B>alAuxiliaryEffectSlot(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alAuxiliaryEffectSlotf(int, int, float)"><B>alAuxiliaryEffectSlotf(int, int, float)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alAuxiliaryEffectSloti(int, int, int)"><B>alAuxiliaryEffectSloti(int, int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL11.html#alBuffer(int, int, java.nio.FloatBuffer)"><B>alBuffer(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>This function sets a floating point property of a buffer.
<DT><A HREF="./org/lwjgl/openal/AL11.html#alBuffer(int, int, java.nio.IntBuffer)"><B>alBuffer(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>This function sets an integer property of a buffer.
<DT><A HREF="./org/lwjgl/openal/AL11.html#alBuffer3f(int, int, float, float, float)"><B>alBuffer3f(int, int, float, float, float)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>This function sets a floating point property of a buffer.
<DT><A HREF="./org/lwjgl/openal/AL11.html#alBuffer3i(int, int, int, int, int)"><B>alBuffer3i(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>This function sets an integer property of a buffer.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alBufferData(int, int, java.nio.ByteBuffer, int)"><B>alBufferData(int, int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>
A special case of Buffer state is the actual sound sample data stored in asociation
with the Buffer.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alBufferData(int, int, java.nio.IntBuffer, int)"><B>alBufferData(int, int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>
A special case of Buffer state is the actual sound sample data stored in asociation
with the Buffer.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alBufferData(int, int, java.nio.ShortBuffer, int)"><B>alBufferData(int, int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>
A special case of Buffer state is the actual sound sample data stored in asociation
with the Buffer.
<DT><A HREF="./org/lwjgl/openal/AL11.html#alBufferf(int, int, float)"><B>alBufferf(int, int, float)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>This function sets a floating point property of a buffer.
<DT><A HREF="./org/lwjgl/openal/AL11.html#alBufferi(int, int, int)"><B>alBufferi(int, int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>This function sets an integer property of a buffer.
<DT><A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal"><B>ALC10</B></A> - Class in <A HREF="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</A><DD>
ALC introduces the notion of a Device.<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC10()"><B>ALC10()</B></A> -
Constructor for class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal"><B>ALC11</B></A> - Class in <A HREF="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</A><DD>
The ALC11 class implements features in OpenAL 1.1, specifically
ALC methods and properties.<DT><A HREF="./org/lwjgl/openal/ALC11.html#ALC11()"><B>ALC11()</B></A> -
Constructor for class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_ALL_ATTRIBUTES"><B>ALC_ALL_ATTRIBUTES</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>Expects a destination of ALC_CURRENT_ATTRIBUTES_SIZE,
and provides the attribute list for the current context of the specified device.
<DT><A HREF="./org/lwjgl/openal/ALC11.html#ALC_ALL_DEVICES_SPECIFIER"><B>ALC_ALL_DEVICES_SPECIFIER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_ATTRIBUTES_SIZE"><B>ALC_ATTRIBUTES_SIZE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The size required for the zero-terminated attributes list, for the current context.
<DT><A HREF="./org/lwjgl/openal/ALC11.html#ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER"><B>ALC_CAPTURE_DEFAULT_DEVICE_SPECIFIER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALC11.html#ALC_CAPTURE_DEVICE_SPECIFIER"><B>ALC_CAPTURE_DEVICE_SPECIFIER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALC11.html#ALC_CAPTURE_SAMPLES"><B>ALC_CAPTURE_SAMPLES</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALC11.html#ALC_DEFAULT_ALL_DEVICES_SPECIFIER"><B>ALC_DEFAULT_ALL_DEVICES_SPECIFIER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_DEFAULT_DEVICE_SPECIFIER"><B>ALC_DEFAULT_DEVICE_SPECIFIER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The specifier string for the default device
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_DEVICE_SPECIFIER"><B>ALC_DEVICE_SPECIFIER</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The specifier string for the device
<DT><A HREF="./org/lwjgl/openal/EFX10.html#ALC_EFX_MAJOR_VERSION"><B>ALC_EFX_MAJOR_VERSION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#ALC_EFX_MINOR_VERSION"><B>ALC_EFX_MINOR_VERSION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#ALC_EXT_EFX_NAME"><B>ALC_EXT_EFX_NAME</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_EXTENSIONS"><B>ALC_EXTENSIONS</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The extensions string for diagnostics and printing
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_FALSE"><B>ALC_FALSE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>Boolean False
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_FREQUENCY"><B>ALC_FREQUENCY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>Frequency for mixing output buffer, in units of Hz.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_INVALID"><B>ALC_INVALID</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>Bad value
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_INVALID_CONTEXT"><B>ALC_INVALID_CONTEXT</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The context argument does not name a valid context
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_INVALID_DEVICE"><B>ALC_INVALID_DEVICE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The device argument does not name a valid device
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_INVALID_ENUM"><B>ALC_INVALID_ENUM</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>A function was called at inappropriate time, or in an inappropriate way,
causing an illegal state.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_INVALID_VALUE"><B>ALC_INVALID_VALUE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>Illegal value passed as an argument to an AL call.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_MAJOR_VERSION"><B>ALC_MAJOR_VERSION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>Major version query.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#ALC_MAX_AUXILIARY_SENDS"><B>ALC_MAX_AUXILIARY_SENDS</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_MINOR_VERSION"><B>ALC_MINOR_VERSION</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>Minor version query.
<DT><A HREF="./org/lwjgl/openal/ALC11.html#ALC_MONO_SOURCES"><B>ALC_MONO_SOURCES</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_NO_ERROR"><B>ALC_NO_ERROR</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>Errors: No Error
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_OUT_OF_MEMORY"><B>ALC_OUT_OF_MEMORY</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>A function could not be completed, because there is not enough
memory available.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_REFRESH"><B>ALC_REFRESH</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>Refresh intervalls, in units of Hz.
<DT><A HREF="./org/lwjgl/openal/ALC11.html#ALC_STEREO_SOURCES"><B>ALC_STEREO_SOURCES</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_SYNC"><B>ALC_SYNC</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>Flag, indicating a synchronous context.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#ALC_TRUE"><B>ALC_TRUE</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>Boolean True
<DT><A HREF="./org/lwjgl/openal/ALC11.html#alcCaptureCloseDevice(org.lwjgl.openal.ALCdevice)"><B>alcCaptureCloseDevice(ALCdevice)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</A>
<DD>The alcCaptureCloseDevice function allows the application to disconnect from a capture
device.
<DT><A HREF="./org/lwjgl/openal/ALC11.html#alcCaptureOpenDevice(java.lang.String, int, int, int)"><B>alcCaptureOpenDevice(String, int, int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</A>
<DD>The alcCaptureOpenDevice function allows the application to connect to a capture
device.
<DT><A HREF="./org/lwjgl/openal/ALC11.html#alcCaptureSamples(org.lwjgl.openal.ALCdevice, java.nio.ByteBuffer, int)"><B>alcCaptureSamples(ALCdevice, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</A>
<DD>When the application feels there are enough samples available to process, it can obtain
them from the AL via the alcCaptureSamples entry point.
<DT><A HREF="./org/lwjgl/openal/ALC11.html#alcCaptureStart(org.lwjgl.openal.ALCdevice)"><B>alcCaptureStart(ALCdevice)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</A>
<DD>Once a capture device has been opened via alcCaptureOpenDevice, it is made to start
recording audio via the alcCaptureStart entry point:
Once started, the device will record audio to an internal ring buffer, the size of which was
specified when opening the device.
<DT><A HREF="./org/lwjgl/openal/ALC11.html#alcCaptureStop(org.lwjgl.openal.ALCdevice)"><B>alcCaptureStop(ALCdevice)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC11.html" title="class in org.lwjgl.openal">ALC11</A>
<DD>If the application doesn't need to capture more audio for an amount of time, they can halt
the device without closing it via the alcCaptureStop entry point.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#alcCloseDevice(org.lwjgl.openal.ALCdevice)"><B>alcCloseDevice(ALCdevice)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The <code>alcCloseDevice</code> function allows the application (i.e.
<DT><A HREF="./org/lwjgl/openal/ALCcontext.html" title="class in org.lwjgl.openal"><B>ALCcontext</B></A> - Class in <A HREF="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</A><DD>The ALCcontext class represents a context opened in OpenAL space.<DT><A HREF="./org/lwjgl/openal/ALC10.html#alcCreateContext(org.lwjgl.openal.ALCdevice, java.nio.IntBuffer)"><B>alcCreateContext(ALCdevice, IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>A context is created using <code>alcCreateContext</code>.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#alcDestroyContext(org.lwjgl.openal.ALCcontext)"><B>alcDestroyContext(ALCcontext)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The correct way to destroy a context is to first release it using <code>alcMakeCurrent</code> and
<code>null</code>.
<DT><A HREF="./org/lwjgl/openal/ALCdevice.html" title="class in org.lwjgl.openal"><B>ALCdevice</B></A> - Class in <A HREF="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</A><DD>The ALCdevice class represents a device opened in OpenAL space.<DT><A HREF="./org/lwjgl/openal/ALC10.html#alcGetContextsDevice(org.lwjgl.openal.ALCcontext)"><B>alcGetContextsDevice(ALCcontext)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The application can query for, and obtain an handle to, the device of a given context.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#alcGetCurrentContext()"><B>alcGetCurrentContext()</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The application can query for, and obtain an handle to, the current context for the
application.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#alcGetEnumValue(org.lwjgl.openal.ALCdevice, java.lang.String)"><B>alcGetEnumValue(ALCdevice, String)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>Enumeration/token values are device independend, but tokens defined for
extensions might not be present for a given device.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#alcGetError(org.lwjgl.openal.ALCdevice)"><B>alcGetError(ALCdevice)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>ALC uses the same conventions and mechanisms as AL for error handling.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#alcGetInteger(org.lwjgl.openal.ALCdevice, int, java.nio.IntBuffer)"><B>alcGetInteger(ALCdevice, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The application can query ALC for information using an integer query function.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#alcGetString(org.lwjgl.openal.ALCdevice, int)"><B>alcGetString(ALCdevice, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The application can obtain certain strings from ALC.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#alcIsExtensionPresent(org.lwjgl.openal.ALCdevice, java.lang.String)"><B>alcIsExtensionPresent(ALCdevice, String)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>Verify that a given extension is available for the current context and the device it
is associated with.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#alcMakeContextCurrent(org.lwjgl.openal.ALCcontext)"><B>alcMakeContextCurrent(ALCcontext)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>To make a Context current with respect to AL Operation (state changes by issueing
commands), <code>alcMakeContextCurrent</code> is used.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#alcOpenDevice(java.lang.String)"><B>alcOpenDevice(String)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The <code>alcOpenDevice</code> function allows the application (i.e.
<DT><A HREF="./org/lwjgl/openal/ALC10.html#alcProcessContext(org.lwjgl.openal.ALCcontext)"><B>alcProcessContext(ALCcontext)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The current context is the only context accessible to state changes by AL commands
(aside from state changes affecting shared objects).
<DT><A HREF="./org/lwjgl/openal/ALC10.html#alcSuspendContext(org.lwjgl.openal.ALCcontext)"><B>alcSuspendContext(ALCcontext)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALC10.html" title="class in org.lwjgl.openal">ALC10</A>
<DD>The application can suspend any context from processing (including the current
one).
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alDeleteAuxiliaryEffectSlots(java.nio.IntBuffer)"><B>alDeleteAuxiliaryEffectSlots(IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alDeleteAuxiliaryEffectSlots(int)"><B>alDeleteAuxiliaryEffectSlots(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>Overloads alDeleteAuxiliaryEffectSlots.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alDeleteBuffers(java.nio.IntBuffer)"><B>alDeleteBuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>
The application requests deletion of a number of Buffers by calling DeleteBuffers.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alDeleteBuffers(int)"><B>alDeleteBuffers(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Overloads alDeleteBuffers.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alDeleteEffects(java.nio.IntBuffer)"><B>alDeleteEffects(IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alDeleteEffects(int)"><B>alDeleteEffects(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>Overloads alDeleteEffects.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alDeleteFilters(java.nio.IntBuffer)"><B>alDeleteFilters(IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alDeleteFilters(int)"><B>alDeleteFilters(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>Overloads alDeleteFilters.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alDeleteSources(java.nio.IntBuffer)"><B>alDeleteSources(IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>The application requests deletion of a number of Sources by DeleteSources.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alDeleteSources(int)"><B>alDeleteSources(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Overloads alDeleteSources.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alDisable(int)"><B>alDisable(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>The application can temporarily disable certain AL capabilities on a per Context
basis.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alDistanceModel(int)"><B>alDistanceModel(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>
Samples usually use the entire dynamic range of the chosen format/encoding,
independent of their real world intensity.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alDopplerFactor(float)"><B>alDopplerFactor(float)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>The Doppler Effect depends on the velocities of Source and Listener relative to the
medium, and the propagation speed of sound in that medium.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alDopplerVelocity(float)"><B>alDopplerVelocity(float)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>The Doppler Effect depends on the velocities of Source and Listener relative to the
medium, and the propagation speed of sound in that medium.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alEffect(int, int, java.nio.IntBuffer)"><B>alEffect(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alEffect(int, int, java.nio.FloatBuffer)"><B>alEffect(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alEffectf(int, int, float)"><B>alEffectf(int, int, float)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alEffecti(int, int, int)"><B>alEffecti(int, int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#alEnable(int)"><B>alEnable(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>The application can temporarily disable certain AL capabilities on a per Context
basis.
<DT><A HREF="./org/lwjgl/Sys.html#alert(java.lang.String, java.lang.String)"><B>alert(String, String)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</A>
<DD>Attempt to display a modal alert to the user.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alFilter(int, int, java.nio.IntBuffer)"><B>alFilter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alFilter(int, int, java.nio.FloatBuffer)"><B>alFilter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alFilterf(int, int, float)"><B>alFilterf(int, int, float)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alFilteri(int, int, int)"><B>alFilteri(int, int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGenAuxiliaryEffectSlots(java.nio.IntBuffer)"><B>alGenAuxiliaryEffectSlots(IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGenAuxiliaryEffectSlots()"><B>alGenAuxiliaryEffectSlots()</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>Overloads alGenAuxiliaryEffectSlots.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGenBuffers(java.nio.IntBuffer)"><B>alGenBuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>The application requests a number of Buffers using GenBuffers.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGenBuffers()"><B>alGenBuffers()</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Overloads alGenBuffers.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGenEffects(java.nio.IntBuffer)"><B>alGenEffects(IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGenEffects()"><B>alGenEffects()</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>Overloads alGenEffects.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGenFilters(java.nio.IntBuffer)"><B>alGenFilters(IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGenFilters()"><B>alGenFilters()</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>Overloads alGenFilters.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGenSources(java.nio.IntBuffer)"><B>alGenSources(IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>The application requests a number of Sources using GenSources.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGenSources()"><B>alGenSources()</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Overloads alGenSources.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGetAuxiliaryEffectSlot(int, int, java.nio.IntBuffer)"><B>alGetAuxiliaryEffectSlot(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGetAuxiliaryEffectSlot(int, int, java.nio.FloatBuffer)"><B>alGetAuxiliaryEffectSlot(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGetAuxiliaryEffectSlotf(int, int)"><B>alGetAuxiliaryEffectSlotf(int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGetAuxiliaryEffectSloti(int, int)"><B>alGetAuxiliaryEffectSloti(int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetBoolean(int)"><B>alGetBoolean(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Like OpenGL, AL uses a simplified interface for querying global state.
<DT><A HREF="./org/lwjgl/openal/AL11.html#alGetBuffer(int, int, java.nio.IntBuffer)"><B>alGetBuffer(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>This function retrieves an integer property of a buffer.
<DT><A HREF="./org/lwjgl/openal/AL11.html#alGetBuffer(int, int, java.nio.FloatBuffer)"><B>alGetBuffer(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>This function retrieves a floating point property of a buffer.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetBufferf(int, int)"><B>alGetBufferf(int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Buffer state is maintained inside the AL implementation and can be queried in full.<br>
ALC_FREQUENCY - specified in samples per second, i.e.
<DT><A HREF="./org/lwjgl/openal/AL11.html#alGetBufferf(int, int)"><B>alGetBufferf(int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>This function retrieves a floating point property of a buffer.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetBufferi(int, int)"><B>alGetBufferi(int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Buffer state is maintained inside the AL implementation and can be queried in full.<br>
ALC_FREQUENCY - specified in samples per second, i.e.
<DT><A HREF="./org/lwjgl/openal/AL11.html#alGetBufferi(int, int)"><B>alGetBufferi(int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>This function retrieves an integer property of a buffer.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetDouble(int)"><B>alGetDouble(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Like OpenGL, AL uses a simplified interface for querying global state.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetDouble(int, java.nio.DoubleBuffer)"><B>alGetDouble(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Like OpenGL, AL uses a simplified interface for querying global state.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGetEffect(int, int, java.nio.IntBuffer)"><B>alGetEffect(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGetEffect(int, int, java.nio.FloatBuffer)"><B>alGetEffect(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGetEffectf(int, int)"><B>alGetEffectf(int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGetEffecti(int, int)"><B>alGetEffecti(int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetEnumValue(java.lang.String)"><B>alGetEnumValue(String)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>
To obtain enumeration values for extensions, the application has to use
GetEnumValue of an extension token.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetError()"><B>alGetError()</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>The AL detects only a subset of those conditions that could be considered errors.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGetFilter(int, int, java.nio.IntBuffer)"><B>alGetFilter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGetFilter(int, int, java.nio.FloatBuffer)"><B>alGetFilter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGetFilterf(int, int)"><B>alGetFilterf(int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alGetFilteri(int, int)"><B>alGetFilteri(int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetFloat(int)"><B>alGetFloat(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Like OpenGL, AL uses a simplified interface for querying global state.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetFloat(int, java.nio.FloatBuffer)"><B>alGetFloat(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Like OpenGL, AL uses a simplified interface for querying global state.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetInteger(int)"><B>alGetInteger(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Like OpenGL, AL uses a simplified interface for querying global state.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetInteger(int, java.nio.IntBuffer)"><B>alGetInteger(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Like OpenGL, AL uses a simplified interface for querying global state.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetListener(int, java.nio.FloatBuffer)"><B>alGetListener(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Listener state is maintained inside the AL implementation and can be queried in
full.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetListenerf(int)"><B>alGetListenerf(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Listener state is maintained inside the AL implementation and can be queried in
full.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetListeneri(int)"><B>alGetListeneri(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Listener state is maintained inside the AL implementation and can be queried in
full.
<DT><A HREF="./org/lwjgl/openal/AL11.html#alGetListeneri(int, java.nio.FloatBuffer)"><B>alGetListeneri(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Listener state is maintained inside the AL implementation and can be queried in
full.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetSource(int, int, java.nio.FloatBuffer)"><B>alGetSource(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Source state is maintained inside the AL implementation, and the current attributes
can be queried.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetSourcef(int, int)"><B>alGetSourcef(int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Source state is maintained inside the AL implementation, and the current attributes
can be queried.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetSourcei(int, int)"><B>alGetSourcei(int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Source state is maintained inside the AL implementation, and the current attributes
can be queried.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alGetString(int)"><B>alGetString(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>The application can retrieve state information global to the current AL Context.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alIsAuxiliaryEffectSlot(int)"><B>alIsAuxiliaryEffectSlot(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#alIsBuffer(int)"><B>alIsBuffer(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>The application can verify whether a buffer Name is valid using the IsBuffer query.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alIsEffect(int)"><B>alIsEffect(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#alIsEnabled(int)"><B>alIsEnabled(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>The application can also query whether a given capability is currently enabled or
not.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alIsExtensionPresent(java.lang.String)"><B>alIsExtensionPresent(String)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>To verify that a given extension is available for the current context and the device it
is associated with, use this method.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#alIsFilter(int)"><B>alIsFilter(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL10.html#alIsSource(int)"><B>alIsSource(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>The application can verify whether a source name is valid using the IsSource query.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alListener(int, java.nio.FloatBuffer)"><B>alListener(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Listener attributes are changed using the Listener group of commands.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alListener3f(int, float, float, float)"><B>alListener3f(int, float, float, float)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Listener attributes are changed using the Listener group of commands.
<DT><A HREF="./org/lwjgl/openal/AL11.html#alListener3i(int, int, int, int)"><B>alListener3i(int, int, int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Listener attributes are changed using the Listener group of commands.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alListenerf(int, float)"><B>alListenerf(int, float)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Listener attributes are changed using the Listener group of commands.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alListeneri(int, int)"><B>alListeneri(int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Listener attributes are changed using the Listener group of commands.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#allocateDirect(int)"><B>allocateDirect(int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Allocates a new pointer buffer.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSource(int, int, java.nio.FloatBuffer)"><B>alSource(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Specifies the position and other properties as taken into account during
sound processing.
<DT><A HREF="./org/lwjgl/openal/AL11.html#alSource(int, int, java.nio.IntBuffer)"><B>alSource(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Specifies the position and other properties as taken into account during
sound processing.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSource3f(int, int, float, float, float)"><B>alSource3f(int, int, float, float, float)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Specifies the position and other properties as taken into account during
sound processing.
<DT><A HREF="./org/lwjgl/openal/AL11.html#alSource3i(int, int, int, int, int)"><B>alSource3i(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>Specifies the position and other properties as taken into account during
sound processing.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSourcef(int, int, float)"><B>alSourcef(int, int, float)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Specifies the position and other properties as taken into account during
sound processing.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSourcei(int, int, int)"><B>alSourcei(int, int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Specifies the position and other properties as taken into account during
sound processing.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSourcePause(java.nio.IntBuffer)"><B>alSourcePause(IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Pause() applied to an AL_INITIAL Source is a legal NOP.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSourcePause(int)"><B>alSourcePause(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Pause() applied to an AL_INITIAL Source is a legal NOP.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSourcePlay(java.nio.IntBuffer)"><B>alSourcePlay(IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Play() applied to an AL_INITIAL Source will promote the Source to AL_PLAYING, thus
the data found in the Buffer will be fed into the processing, starting at the
beginning.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSourcePlay(int)"><B>alSourcePlay(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Play() applied to an AL_INITIAL Source will promote the Source to AL_PLAYING, thus
the data found in the Buffer will be fed into the processing, starting at the
beginning.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSourceQueueBuffers(int, java.nio.IntBuffer)"><B>alSourceQueueBuffers(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>
The application can queue up one or multiple buffer names using
SourceQueueBuffers.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSourceQueueBuffers(int, int)"><B>alSourceQueueBuffers(int, int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Overloads alSourceQueueBuffers.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSourceRewind(java.nio.IntBuffer)"><B>alSourceRewind(IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Rewind() applied to an AL_INITIAL Source is a legal NOP.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSourceRewind(int)"><B>alSourceRewind(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Rewind() applied to an AL_INITIAL Source is a legal NOP.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSourceStop(java.nio.IntBuffer)"><B>alSourceStop(IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Stop() applied to an AL_INITIAL Source is a legal NOP.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSourceStop(int)"><B>alSourceStop(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Stop() applied to an AL_INITIAL Source is a legal NOP.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSourceUnqueueBuffers(int, java.nio.IntBuffer)"><B>alSourceUnqueueBuffers(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>
Once a queue entry for a buffer has been appended to a queue and is pending
processing, it should not be changed.
<DT><A HREF="./org/lwjgl/openal/AL10.html#alSourceUnqueueBuffers(int)"><B>alSourceUnqueueBuffers(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL10.html" title="class in org.lwjgl.openal">AL10</A>
<DD>Overloads alSourceUnqueueBuffers.
<DT><A HREF="./org/lwjgl/openal/AL11.html#alSpeedOfSound(float)"><B>alSpeedOfSound(float)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL11.html" title="class in org.lwjgl.openal">AL11</A>
<DD>
AL_SPEED_OF_SOUND allows the application to change the reference (propagation)
speed used in the Doppler calculation.
<DT><A HREF="./org/lwjgl/opengl/AMDBlendMinmaxFactor.html" title="class in org.lwjgl.opengl"><B>AMDBlendMinmaxFactor</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/AMDCompressed3DCTexture.html" title="class in org.lwjgl.opengles"><B>AMDCompressed3DCTexture</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/AMDCompressedATCTexture.html" title="class in org.lwjgl.opengles"><B>AMDCompressedATCTexture</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl"><B>AMDDebugOutput</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutputCallback.html" title="class in org.lwjgl.opengl"><B>AMDDebugOutputCallback</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>Instances of this class are needed to use the callback functionality of the AMD_debug_output extension.<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutputCallback.html#AMDDebugOutputCallback()"><B>AMDDebugOutputCallback()</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutputCallback.html" title="class in org.lwjgl.opengl">AMDDebugOutputCallback</A>
<DD>Creates an AMDDebugOutputCallback with a default callback handler.
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutputCallback.html#AMDDebugOutputCallback(org.lwjgl.opengl.AMDDebugOutputCallback.Handler)"><B>AMDDebugOutputCallback(AMDDebugOutputCallback.Handler)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutputCallback.html" title="class in org.lwjgl.opengl">AMDDebugOutputCallback</A>
<DD>Creates an AMDDebugOutputCallback with the specified callback handler.
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutputCallback.Handler.html" title="interface in org.lwjgl.opengl"><B>AMDDebugOutputCallback.Handler</B></A> - Interface in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>Implementations of this interface can be used to receive AMD_debug_output notifications.<DT><A HREF="./org/lwjgl/opengl/AMDDepthClampSeparate.html" title="class in org.lwjgl.opengl"><B>AMDDepthClampSeparate</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/AMDDeviceAttributeQuery.html" title="class in org.lwjgl.opencl"><B>AMDDeviceAttributeQuery</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/AMDDeviceMemoryFlags.html" title="class in org.lwjgl.opencl"><B>AMDDeviceMemoryFlags</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AMDDrawBuffersBlend.html" title="class in org.lwjgl.opengl"><B>AMDDrawBuffersBlend</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AMDInterleavedElements.html" title="class in org.lwjgl.opengl"><B>AMDInterleavedElements</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AMDMultiDrawIndirect.html" title="class in org.lwjgl.opengl"><B>AMDMultiDrawIndirect</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl"><B>AMDNameGenDelete</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/AMDOfflineDevices.html" title="class in org.lwjgl.opencl"><B>AMDOfflineDevices</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl"><B>AMDPerformanceMonitor</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles"><B>AMDPerformanceMonitor</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AMDPinnedMemory.html" title="class in org.lwjgl.opengl"><B>AMDPinnedMemory</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/AMDProgramBinaryZ400.html" title="class in org.lwjgl.opengles"><B>AMDProgramBinaryZ400</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AMDQueryBufferObject.html" title="class in org.lwjgl.opengl"><B>AMDQueryBufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AMDSamplePositions.html" title="class in org.lwjgl.opengl"><B>AMDSamplePositions</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AMDSeamlessCubemapPerTexture.html" title="class in org.lwjgl.opengl"><B>AMDSeamlessCubemapPerTexture</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl"><B>AMDSparseTexture</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl"><B>AMDStencilOperationExtended</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl"><B>AMDVertexShaderTessellator</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#angle(org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Vector2f)"><B>angle(Vector2f, Vector2f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Calculate the angle between two vectors, in radians
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#angle(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f)"><B>angle(Vector3f, Vector3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>Calculate the angle between two vectors, in radians
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#angle(org.lwjgl.util.vector.Vector4f, org.lwjgl.util.vector.Vector4f)"><B>angle(Vector4f, Vector4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Calculate the angle between two vectors, in radians
<DT><A HREF="./org/lwjgl/opengles/ANGLEFramebufferBlit.html" title="class in org.lwjgl.opengles"><B>ANGLEFramebufferBlit</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html" title="class in org.lwjgl.opengles"><B>ANGLEFramebufferMultisample</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#animationThread"><B>animationThread</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>animation thread that renders our load screen while loading
<DT><A HREF="./org/lwjgl/opengl/APPLEAuxDepthStencil.html" title="class in org.lwjgl.opengl"><B>APPLEAuxDepthStencil</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/APPLEClientStorage.html" title="class in org.lwjgl.opengl"><B>APPLEClientStorage</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/APPLEContextLoggingUtil.html" title="class in org.lwjgl.opencl"><B>APPLEContextLoggingUtil</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>Utility class that provides CLContextCallback implementations that use
the APPLE_ContextLoggingFunctions callback functions.<DT><A HREF="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl"><B>APPLEElementArray</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl"><B>APPLEFence</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl"><B>APPLEFloatPixels</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/APPLEFlushBufferRange.html" title="class in org.lwjgl.opengl"><B>APPLEFlushBufferRange</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles"><B>APPLEFramebufferMultisample</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/APPLEGLSharing.html" title="class in org.lwjgl.opencl"><B>APPLEGLSharing</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl"><B>APPLEObjectPurgeable</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl"><B>APPLEPackedPixels</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/APPLERgb422.html" title="class in org.lwjgl.opengl"><B>APPLERgb422</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/APPLERgb422.html" title="class in org.lwjgl.opengles"><B>APPLERgb422</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/APPLERowBytes.html" title="class in org.lwjgl.opengl"><B>APPLERowBytes</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/APPLESetMemObjectDestructor.html" title="class in org.lwjgl.opencl"><B>APPLESetMemObjectDestructor</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles"><B>APPLESync</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/APPLETextureFormatBGRA8888.html" title="class in org.lwjgl.opengles"><B>APPLETextureFormatBGRA8888</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/APPLETextureMaxLevel.html" title="class in org.lwjgl.opengles"><B>APPLETextureMaxLevel</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl"><B>APPLETextureRange</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet"><B>AppletLoader</B></A> - Class in <A HREF="./org/lwjgl/util/applet/package-summary.html">org.lwjgl.util.applet</A><DD>
The AppletLoader enables deployment of LWJGL to applets in an easy
and polished way.<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#AppletLoader()"><B>AppletLoader()</B></A> -
Constructor for class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#appletResize(int, int)"><B>appletResize(int, int)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Transfers the call of AppletResize from the stub to the lwjglApplet.
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl"><B>APPLEVertexArrayObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl"><B>APPLEVertexArrayRange</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl"><B>APPLEVertexProgramEvaluators</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/APPLEYcbcr422.html" title="class in org.lwjgl.opengl"><B>APPLEYcbcr422</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#aput(long, long)"><B>aput(long, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#aput(org.lwjgl.util.mapped.MappedObject, long, int)"><B>aput(MappedObject, long, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl"><B>ARBBaseInstance</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl"><B>ARBBindlessTexture</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl"><B>ARBBlendFuncExtended</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl"><B>ARBBufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#ARBBufferObject()"><B>ARBBufferObject()</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl"><B>ARBBufferStorage</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBClearBufferObject.html" title="class in org.lwjgl.opengl"><B>ARBClearBufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl"><B>ARBClearTexture</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBCLEvent.html" title="class in org.lwjgl.opengl"><B>ARBCLEvent</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBClipControl.html" title="class in org.lwjgl.opengl"><B>ARBClipControl</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl"><B>ARBColorBufferFloat</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl"><B>ARBCompressedTexturePixelStorage</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl"><B>ARBComputeShader</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html" title="class in org.lwjgl.opengl"><B>ARBComputeVariableGroupSize</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBConditionalRenderInverted.html" title="class in org.lwjgl.opengl"><B>ARBConditionalRenderInverted</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBCopyBuffer.html" title="class in org.lwjgl.opengl"><B>ARBCopyBuffer</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBCopyImage.html" title="class in org.lwjgl.opengl"><B>ARBCopyImage</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBCullDistance.html" title="class in org.lwjgl.opengl"><B>ARBCullDistance</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl"><B>ARBDebugOutput</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutputCallback.html" title="class in org.lwjgl.opengl"><B>ARBDebugOutputCallback</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>Instances of this class are needed to use the callback functionality of the ARB_debug_output extension.<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutputCallback.html#ARBDebugOutputCallback()"><B>ARBDebugOutputCallback()</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutputCallback.html" title="class in org.lwjgl.opengl">ARBDebugOutputCallback</A>
<DD>Creates an ARBDebugOutputCallback with a default callback handler.
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutputCallback.html#ARBDebugOutputCallback(org.lwjgl.opengl.ARBDebugOutputCallback.Handler)"><B>ARBDebugOutputCallback(ARBDebugOutputCallback.Handler)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutputCallback.html" title="class in org.lwjgl.opengl">ARBDebugOutputCallback</A>
<DD>Creates an ARBDebugOutputCallback with the specified callback handler.
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutputCallback.Handler.html" title="interface in org.lwjgl.opengl"><B>ARBDebugOutputCallback.Handler</B></A> - Interface in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>Implementations of this interface can be used to receive ARB_debug_output notifications.<DT><A HREF="./org/lwjgl/opengl/ARBDepthBufferFloat.html" title="class in org.lwjgl.opengl"><B>ARBDepthBufferFloat</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBDepthClamp.html" title="class in org.lwjgl.opengl"><B>ARBDepthClamp</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBDepthTexture.html" title="class in org.lwjgl.opengl"><B>ARBDepthTexture</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl"><B>ARBDirectStateAccess</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl"><B>ARBDrawBuffers</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles"><B>ARBDrawBuffers</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffersBlend.html" title="class in org.lwjgl.opengl"><B>ARBDrawBuffersBlend</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl"><B>ARBDrawElementsBaseVertex</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl"><B>ARBDrawIndirect</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBDrawInstanced.html" title="class in org.lwjgl.opengl"><B>ARBDrawInstanced</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBEnhancedLayouts.html" title="class in org.lwjgl.opengl"><B>ARBEnhancedLayouts</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl"><B>ARBES2Compatibility</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBES31Compatibility.html" title="class in org.lwjgl.opengl"><B>ARBES31Compatibility</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl"><B>ARBES3Compatibility</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBExplicitUniformLocation.html" title="class in org.lwjgl.opengl"><B>ARBExplicitUniformLocation</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl"><B>ARBFragmentProgram</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBFragmentShader.html" title="class in org.lwjgl.opengl"><B>ARBFragmentShader</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl"><B>ARBFramebufferNoAttachments</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl"><B>ARBFramebufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferSRGB.html" title="class in org.lwjgl.opengl"><B>ARBFramebufferSRGB</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl"><B>ARBGeometryShader4</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl"><B>ARBGetProgramBinary</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html" title="class in org.lwjgl.opengl"><B>ARBGetTextureSubImage</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBGpuShader5.html" title="class in org.lwjgl.opengl"><B>ARBGpuShader5</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl"><B>ARBGpuShaderFp64</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBHalfFloatPixel.html" title="class in org.lwjgl.opengl"><B>ARBHalfFloatPixel</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/ARBHalfFloatPixel.html" title="class in org.lwjgl.opengles"><B>ARBHalfFloatPixel</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBHalfFloatVertex.html" title="class in org.lwjgl.opengl"><B>ARBHalfFloatVertex</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl"><B>ARBImaging</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD><p/>
The GL12 imaging subset extension.<DT><A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl"><B>ARBIndirectParameters</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBInstancedArrays.html" title="class in org.lwjgl.opengl"><B>ARBInstancedArrays</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery.html" title="class in org.lwjgl.opengl"><B>ARBInternalformatQuery</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl"><B>ARBInternalformatQuery2</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBInvalidateSubdata.html" title="class in org.lwjgl.opengl"><B>ARBInvalidateSubdata</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBMapBufferAlignment.html" title="class in org.lwjgl.opengl"><B>ARBMapBufferAlignment</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl"><B>ARBMapBufferRange</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl"><B>ARBMatrixPalette</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBMultiBind.html" title="class in org.lwjgl.opengl"><B>ARBMultiBind</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBMultiDrawIndirect.html" title="class in org.lwjgl.opengl"><B>ARBMultiDrawIndirect</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl"><B>ARBMultisample</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl"><B>ARBMultitexture</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl"><B>ARBOcclusionQuery</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery2.html" title="class in org.lwjgl.opengl"><B>ARBOcclusionQuery2</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html" title="class in org.lwjgl.opengl"><B>ARBPipelineStatisticsQuery</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBPixelBufferObject.html" title="class in org.lwjgl.opengl"><B>ARBPixelBufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBPointParameters.html" title="class in org.lwjgl.opengl"><B>ARBPointParameters</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBPointSprite.html" title="class in org.lwjgl.opengl"><B>ARBPointSprite</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl"><B>ARBProgram</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#ARBProgram()"><B>ARBProgram()</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl"><B>ARBProgramInterfaceQuery</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBProvokingVertex.html" title="class in org.lwjgl.opengl"><B>ARBProvokingVertex</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBQueryBufferObject.html" title="class in org.lwjgl.opengl"><B>ARBQueryBufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl"><B>ARBRobustness</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl"><B>ARBSamplerObjects</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBSampleShading.html" title="class in org.lwjgl.opengl"><B>ARBSampleShading</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBSeamlessCubeMap.html" title="class in org.lwjgl.opengl"><B>ARBSeamlessCubeMap</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBSeamlessCubemapPerTexture.html" title="class in org.lwjgl.opengl"><B>ARBSeamlessCubemapPerTexture</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl"><B>ARBSeparateShaderObjects</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl"><B>ARBShaderAtomicCounters</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl"><B>ARBShaderImageLoadStore</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl"><B>ARBShaderObjects</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl"><B>ARBShaderStorageBufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl"><B>ARBShaderSubroutine</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguage100.html" title="class in org.lwjgl.opengl"><B>ARBShadingLanguage100</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl"><B>ARBShadingLanguageInclude</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBShadow.html" title="class in org.lwjgl.opengl"><B>ARBShadow</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBShadowAmbient.html" title="class in org.lwjgl.opengl"><B>ARBShadowAmbient</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBSparseBuffer.html" title="class in org.lwjgl.opengl"><B>ARBSparseBuffer</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl"><B>ARBSparseTexture</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBStencilTexturing.html" title="class in org.lwjgl.opengl"><B>ARBStencilTexturing</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl"><B>ARBSync</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl"><B>ARBTessellationShader</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureBarrier.html" title="class in org.lwjgl.opengl"><B>ARBTextureBarrier</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureBorderClamp.html" title="class in org.lwjgl.opengl"><B>ARBTextureBorderClamp</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureBufferObject.html" title="class in org.lwjgl.opengl"><B>ARBTextureBufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureBufferRange.html" title="class in org.lwjgl.opengl"><B>ARBTextureBufferRange</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl"><B>ARBTextureCompression</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html" title="class in org.lwjgl.opengl"><B>ARBTextureCompressionBPTC</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html" title="class in org.lwjgl.opengl"><B>ARBTextureCompressionRGTC</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl"><B>ARBTextureCubeMap</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl"><B>ARBTextureCubeMapArray</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl"><B>ARBTextureEnvCombine</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvDot3.html" title="class in org.lwjgl.opengl"><B>ARBTextureEnvDot3</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl"><B>ARBTextureFloat</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureGather.html" title="class in org.lwjgl.opengl"><B>ARBTextureGather</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureMirrorClampToEdge.html" title="class in org.lwjgl.opengl"><B>ARBTextureMirrorClampToEdge</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureMirroredRepeat.html" title="class in org.lwjgl.opengl"><B>ARBTextureMirroredRepeat</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl"><B>ARBTextureMultisample</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureRectangle.html" title="class in org.lwjgl.opengl"><B>ARBTextureRectangle</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/ARBTextureRectangle.html" title="class in org.lwjgl.opengles"><B>ARBTextureRectangle</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl"><B>ARBTextureRg</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureRGB10_A2UI.html" title="class in org.lwjgl.opengl"><B>ARBTextureRGB10_A2UI</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl"><B>ARBTextureStorage</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureStorageMultisample.html" title="class in org.lwjgl.opengl"><B>ARBTextureStorageMultisample</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureSwizzle.html" title="class in org.lwjgl.opengl"><B>ARBTextureSwizzle</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTextureView.html" title="class in org.lwjgl.opengl"><B>ARBTextureView</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl"><B>ARBTimerQuery</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl"><B>ARBTransformFeedback2</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl"><B>ARBTransformFeedback3</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedbackInstanced.html" title="class in org.lwjgl.opengl"><B>ARBTransformFeedbackInstanced</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedbackOverflowQuery.html" title="class in org.lwjgl.opengl"><B>ARBTransformFeedbackOverflowQuery</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBTransposeMatrix.html" title="class in org.lwjgl.opengl"><B>ARBTransposeMatrix</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl"><B>ARBUniformBufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBVertexArrayBgra.html" title="class in org.lwjgl.opengl"><B>ARBVertexArrayBgra</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl"><B>ARBVertexArrayObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl"><B>ARBVertexAttrib64bit</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl"><B>ARBVertexAttribBinding</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl"><B>ARBVertexBlend</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl"><B>ARBVertexBufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl"><B>ARBVertexProgram</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl"><B>ARBVertexShader</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl"><B>ARBVertexType2_10_10_10_REV</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl"><B>ARBViewportArray</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl"><B>ARBWindowPos</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/input/Keyboard.html#areRepeatEventsEnabled()"><B>areRepeatEventsEnabled()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>Check whether repeat events are currently reported or not.
<DT><A HREF="./org/lwjgl/opengles/ARMMaliShaderBinary.html" title="class in org.lwjgl.opengles"><B>ARMMaliShaderBinary</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/ARMRgba8.html" title="class in org.lwjgl.opengles"><B>ARMRgba8</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#asArray()"><B>asArray()</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerBuffer.html#asReadOnlyBuffer()"><B>asReadOnlyBuffer()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Creates a new, read-only pointer buffer that shares this buffer's
content.
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl"><B>ATIDrawBuffers</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl"><B>ATIElementArray</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl"><B>ATIEnvmapBumpmap</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl"><B>ATIFragmentShader</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATIMapObjectBuffer.html" title="class in org.lwjgl.opengl"><B>ATIMapObjectBuffer</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATIMeminfo.html" title="class in org.lwjgl.opengl"><B>ATIMeminfo</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl"><B>ATIPnTriangles</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATISeparateStencil.html" title="class in org.lwjgl.opengl"><B>ATISeparateStencil</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATITextFragmentShader.html" title="class in org.lwjgl.opengl"><B>ATITextFragmentShader</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATITextureCompression3DC.html" title="class in org.lwjgl.opengl"><B>ATITextureCompression3DC</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATITextureEnvCombine3.html" title="class in org.lwjgl.opengl"><B>ATITextureEnvCombine3</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl"><B>ATITextureFloat</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATITextureMirrorOnce.html" title="class in org.lwjgl.opengl"><B>ATITextureMirrorOnce</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl"><B>ATIVertexArrayObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATIVertexAttribArrayObject.html" title="class in org.lwjgl.opengl"><B>ATIVertexAttribArrayObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl"><B>ATIVertexStreams</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl"><B>AWTGLCanvas</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD><p/>
An AWT rendering context.<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#AWTGLCanvas()"><B>AWTGLCanvas()</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>Constructor using the default PixelFormat.
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#AWTGLCanvas(org.lwjgl.opengl.PixelFormat)"><B>AWTGLCanvas(PixelFormat)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>Create an AWTGLCanvas with the requested PixelFormat on the default GraphicsDevice.
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#AWTGLCanvas(java.awt.GraphicsDevice, org.lwjgl.opengl.PixelFormat)"><B>AWTGLCanvas(GraphicsDevice, PixelFormat)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>Create an AWTGLCanvas with the requested PixelFormat on the default GraphicsDevice.
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#AWTGLCanvas(java.awt.GraphicsDevice, org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.Drawable)"><B>AWTGLCanvas(GraphicsDevice, PixelFormat, Drawable)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>Create an AWTGLCanvas with the requested PixelFormat on the specified GraphicsDevice.
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#AWTGLCanvas(java.awt.GraphicsDevice, org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.Drawable, org.lwjgl.opengl.ContextAttribs)"><B>AWTGLCanvas(GraphicsDevice, PixelFormat, Drawable, ContextAttribs)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>Create an AWTGLCanvas with the requested PixelFormat on the specified GraphicsDevice.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#BACK_LEFT_BUFFER"><B>BACK_LEFT_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>The Pbuffer back left buffer.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#BACK_RIGHT_BUFFER"><B>BACK_RIGHT_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>The Pbuffer back right buffer.
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#backingByteBuffer()"><B>backingByteBuffer()</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Returns the <CODE>ByteBuffer</CODE> that backs this mapped object.
<DT><A HREF="./org/lwjgl/openal/EFX10.html#BANDPASS_DEFAULT_GAIN"><B>BANDPASS_DEFAULT_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#BANDPASS_DEFAULT_GAINHF"><B>BANDPASS_DEFAULT_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#BANDPASS_DEFAULT_GAINLF"><B>BANDPASS_DEFAULT_GAINLF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#BANDPASS_MAX_GAIN"><B>BANDPASS_MAX_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#BANDPASS_MAX_GAINHF"><B>BANDPASS_MAX_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#BANDPASS_MAX_GAINLF"><B>BANDPASS_MAX_GAINLF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#BANDPASS_MIN_GAIN"><B>BANDPASS_MIN_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#BANDPASS_MIN_GAINHF"><B>BANDPASS_MIN_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#BANDPASS_MIN_GAINLF"><B>BANDPASS_MIN_GAINLF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#baseAddress"><B>baseAddress</B></A> -
Variable in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>The mapped object base memory address, in bytes.
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#begin(int)"><B>begin(int)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</A>
<DD>The <b>begin</b> callback method is invoked like
<CODE>glBegin</CODE> to indicate the start of a
(triangle) primitive.
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#begin(int)"><B>begin(int)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#beginData(int, java.lang.Object)"><B>beginData(int, Object)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</A>
<DD>The same as the <A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#begin(int)"><CODE>begin</CODE></A> callback method except that
it takes an additional reference argument.
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#beginData(int, java.lang.Object)"><B>beginData(int, Object)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#bgColor"><B>bgColor</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>background color of applet
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#bget(long)"><B>bget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#bget(org.lwjgl.util.mapped.MappedObject, int)"><B>bget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#bindTexImage(int)"><B>bindTexImage(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>Binds the currently bound texture to the buffer specified.
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#BLACK"><B>BLACK</B></A> -
Static variable in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESBlendFuncSeparate.html#BLEND_DST_ALPHA_OES"><B>BLEND_DST_ALPHA_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESBlendFuncSeparate.html" title="class in org.lwjgl.opengles">OESBlendFuncSeparate</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/OESBlendFuncSeparate.html#BLEND_SRC_ALPHA_OES"><B>BLEND_SRC_ALPHA_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESBlendFuncSeparate.html" title="class in org.lwjgl.opengles">OESBlendFuncSeparate</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/OESBlendFuncSeparate.html#BLEND_SRC_RGB_OES"><B>BLEND_SRC_RGB_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESBlendFuncSeparate.html" title="class in org.lwjgl.opengles">OESBlendFuncSeparate</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#BLUE"><B>BLUE</B></A> -
Static variable in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#bput(byte, long)"><B>bput(byte, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#bput(org.lwjgl.util.mapped.MappedObject, byte, int)"><B>bput(MappedObject, byte, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl"><B>BufferChecks</B></A> - Class in <A HREF="./org/lwjgl/package-summary.html">org.lwjgl</A><DD>A class to check buffer boundaries in general.<DT><A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl"><B>BufferUtils</B></A> - Class in <A HREF="./org/lwjgl/package-summary.html">org.lwjgl</A><DD>Some often-used Buffer code for creating native buffers of the appropriate size.<DT><A HREF="./org/lwjgl/BufferUtils.html#BufferUtils()"><B>BufferUtils()</B></A> -
Constructor for class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#bvget(long)"><B>bvget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#bvget(org.lwjgl.util.mapped.MappedObject, int)"><B>bvget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#bvput(byte, long)"><B>bvput(byte, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#bvput(org.lwjgl.util.mapped.MappedObject, byte, int)"><B>bvput(MappedObject, byte, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/Util.html#bytesPerPixel(int, int)"><B>bytesPerPixel(int, int)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Util.html" title="class in org.lwjgl.util.glu">Util</A>
<DD>Method bytesPerPixel.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#cacheEnabled"><B>cacheEnabled</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>whether to use caching system, only download files that have changed
<DT><A HREF="./org/lwjgl/util/mapped/CacheLinePad.html" title="annotation in org.lwjgl.util.mapped"><B>CacheLinePad</B></A> - Annotation Type in <A HREF="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</A><DD>When this annotation is used on a field, automatic cache-line-sized padding
will be inserted around the field.<DT><A HREF="./org/lwjgl/util/mapped/CacheUtil.html" title="class in org.lwjgl.util.mapped"><B>CacheUtil</B></A> - Class in <A HREF="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</A><DD>This class provides utility methods for allocating cache-line-aligned
NIO buffers.<DT><A HREF="./org/lwjgl/PointerBuffer.html#capacity()"><B>capacity()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Returns this buffer's capacity.
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#capacity()"><B>capacity()</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Returns the number of mapped objects that fit in the mapped buffer.
<DT><A HREF="./org/lwjgl/util/glu/Util.html#ceil(int, int)"><B>ceil(int, int)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Util.html" title="class in org.lwjgl.util.glu">Util</A>
<DD>Return ceiling of integer division
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#certificateRefused"><B>certificateRefused</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>whether a certificate refused error occurred
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#certificateRefusedMessage"><B>certificateRefusedMessage</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>error message to display if user refuses to accept certificate
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#certificatesMatch(java.security.cert.Certificate[], java.security.cert.Certificate[])"><B>certificatesMatch(Certificate[], Certificate[])</B></A> -
Static method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Compare two certificate chains to see if they match
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#cget(long)"><B>cget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#cget(org.lwjgl.util.mapped.MappedObject, int)"><B>cget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#CHAR_NONE"><B>CHAR_NONE</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>The special character meaning that no
character was translated for the event.
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#checkAddress(long, org.lwjgl.util.mapped.MappedObject)"><B>checkAddress(long, MappedObject)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/Util.html#checkALCError(org.lwjgl.openal.ALCdevice)"><B>checkALCError(ALCdevice)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/Util.html" title="class in org.lwjgl.openal">Util</A>
<DD>Checks for any ALC errors and throws an unchecked exception on errors
<DT><A HREF="./org/lwjgl/openal/Util.html#checkALCValidContext(org.lwjgl.openal.ALCcontext)"><B>checkALCValidContext(ALCcontext)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/Util.html" title="class in org.lwjgl.openal">Util</A>
<DD>Checks for a valid context
<DT><A HREF="./org/lwjgl/openal/Util.html#checkALCValidDevice(org.lwjgl.openal.ALCdevice)"><B>checkALCValidDevice(ALCdevice)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/Util.html" title="class in org.lwjgl.openal">Util</A>
<DD>Checks for a valid device
<DT><A HREF="./org/lwjgl/openal/Util.html#checkALError()"><B>checkALError()</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/Util.html" title="class in org.lwjgl.openal">Util</A>
<DD>Checks for any AL errors and throws an unchecked exception on errors
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkArray(java.lang.Object[])"><B>checkArray(Object[])</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkArray(java.lang.Object[], int)"><B>checkArray(Object[], int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkArray(long[], int)"><B>checkArray(long[], int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkBuffer(java.nio.Buffer, int)"><B>checkBuffer(Buffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>Detects the buffer type and performs the corresponding check
and also returns the buffer position in bytes.
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkBuffer(java.nio.ByteBuffer, int)"><B>checkBuffer(ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkBuffer(java.nio.ShortBuffer, int)"><B>checkBuffer(ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkBuffer(java.nio.IntBuffer, int)"><B>checkBuffer(IntBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkBuffer(java.nio.LongBuffer, int)"><B>checkBuffer(LongBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkBuffer(java.nio.FloatBuffer, int)"><B>checkBuffer(FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkBuffer(java.nio.DoubleBuffer, int)"><B>checkBuffer(DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkBuffer(org.lwjgl.PointerBuffer, int)"><B>checkBuffer(PointerBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkBufferSize(java.nio.Buffer, int)"><B>checkBufferSize(Buffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>Helper method to ensure a buffer is big enough to receive data from a
glGet* operation.
<DT><A HREF="./org/lwjgl/opencl/Util.html#checkCLError(int)"><B>checkCLError(int)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/Util.html" title="class in org.lwjgl.opencl">Util</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkDirect(java.nio.ByteBuffer)"><B>checkDirect(ByteBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>Helper methods to ensure a buffer is direct (and, implicitly, non-null).
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkDirect(java.nio.ShortBuffer)"><B>checkDirect(ShortBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkDirect(java.nio.IntBuffer)"><B>checkDirect(IntBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkDirect(java.nio.LongBuffer)"><B>checkDirect(LongBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkDirect(java.nio.FloatBuffer)"><B>checkDirect(FloatBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkDirect(java.nio.DoubleBuffer)"><B>checkDirect(DoubleBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkDirect(org.lwjgl.PointerBuffer)"><B>checkDirect(PointerBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkFunctionAddress(long)"><B>checkFunctionAddress(long)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>Helper methods to ensure a function pointer is not-null (0)
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#checkGLError()"><B>checkGLError()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Util.html#checkGLError()"><B>checkGLError()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Util.html" title="class in org.lwjgl.opengl">Util</A>
<DD>Throws OpenGLException if glGetError() returns anything else than GL_NO_ERROR
<DT><A HREF="./org/lwjgl/opengles/Util.html#checkGLError()"><B>checkGLError()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/Util.html" title="class in org.lwjgl.opengles">Util</A>
<DD>Checks for OpenGL ES errors.
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkNotNull(java.lang.Object)"><B>checkNotNull(Object)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkNullTerminated(java.nio.ByteBuffer)"><B>checkNullTerminated(ByteBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>Helper methods to ensure a ByteBuffer is null-terminated
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkNullTerminated(java.nio.ByteBuffer, int)"><B>checkNullTerminated(ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkNullTerminated(java.nio.IntBuffer)"><B>checkNullTerminated(IntBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>Helper method to ensure an IntBuffer is null-terminated
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkNullTerminated(java.nio.LongBuffer)"><B>checkNullTerminated(LongBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>Helper method to ensure a LongBuffer is null-terminated
<DT><A HREF="./org/lwjgl/BufferChecks.html#checkNullTerminated(org.lwjgl.PointerBuffer)"><B>checkNullTerminated(PointerBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferChecks.html" title="class in org.lwjgl">BufferChecks</A>
<DD>Helper method to ensure a PointerBuffer is null-terminated
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#CHECKS"><B>CHECKS</B></A> -
Static variable in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerWrapperAbstract.html#checkValid()"><B>checkValid()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</A>
<DD>Checks if the pointer is valid and throws an IllegalStateException if
it is not.
<DT><A HREF="./org/lwjgl/opengles/EGLDisplay.html#chooseConfig(java.nio.IntBuffer, org.lwjgl.opengles.EGLConfig[], java.nio.IntBuffer)"><B>chooseConfig(IntBuffer, EGLConfig[], IntBuffer)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</A>
<DD>Returns the available EGL configs on this display that satisfy the specified list of attributes.
<DT><A HREF="./org/lwjgl/opencl/CL.html" title="class in org.lwjgl.opencl"><B>CL</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>LWJGL users must use this class to initialize OpenCL
before using any other class in the org.lwjgl.opencl package.<DT><A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl"><B>CL10</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>The core OpenCL 1.0 API<DT><A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl"><B>CL10GL</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>The core OpenCL 1.0 OpenGL interrop functionality.<DT><A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl"><B>CL11</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>The core OpenCL 1.1 API<DT><A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl"><B>CL12</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>The core OpenCL 1.1 API<DT><A HREF="./org/lwjgl/opencl/CL12GL.html" title="class in org.lwjgl.opencl"><B>CL12GL</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>The core OpenCL 1.2 OpenGL interrop functionality.<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_A"><B>CL_A</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_ADDRESS_CLAMP"><B>CL_ADDRESS_CLAMP</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_addressing_mode
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_ADDRESS_CLAMP_TO_EDGE"><B>CL_ADDRESS_CLAMP_TO_EDGE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_addressing_mode
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_ADDRESS_MIRRORED_REPEAT"><B>CL_ADDRESS_MIRRORED_REPEAT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_addressing_mode
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_ADDRESS_NONE"><B>CL_ADDRESS_NONE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_addressing_mode
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_ADDRESS_REPEAT"><B>CL_ADDRESS_REPEAT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_addressing_mode
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_AFFINITY_DOMAIN_L1_CACHE_EXT"><B>CL_AFFINITY_DOMAIN_L1_CACHE_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property name, when accompanying the
CL_DEVICE_PARITION_BY_AFFINITY_DOMAIN_EXT property, in the &lt;properties&gt;
parameter of clCreateSubDeviceEXT:
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_AFFINITY_DOMAIN_L2_CACHE_EXT"><B>CL_AFFINITY_DOMAIN_L2_CACHE_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property name, when accompanying the
CL_DEVICE_PARITION_BY_AFFINITY_DOMAIN_EXT property, in the &lt;properties&gt;
parameter of clCreateSubDeviceEXT:
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_AFFINITY_DOMAIN_L3_CACHE_EXT"><B>CL_AFFINITY_DOMAIN_L3_CACHE_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property name, when accompanying the
CL_DEVICE_PARITION_BY_AFFINITY_DOMAIN_EXT property, in the &lt;properties&gt;
parameter of clCreateSubDeviceEXT:
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_AFFINITY_DOMAIN_L4_CACHE_EXT"><B>CL_AFFINITY_DOMAIN_L4_CACHE_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property name, when accompanying the
CL_DEVICE_PARITION_BY_AFFINITY_DOMAIN_EXT property, in the &lt;properties&gt;
parameter of clCreateSubDeviceEXT:
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT"><B>CL_AFFINITY_DOMAIN_NEXT_FISSIONABLE_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property name, when accompanying the
CL_DEVICE_PARITION_BY_AFFINITY_DOMAIN_EXT property, in the &lt;properties&gt;
parameter of clCreateSubDeviceEXT:
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_AFFINITY_DOMAIN_NUMA_EXT"><B>CL_AFFINITY_DOMAIN_NUMA_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property name, when accompanying the
CL_DEVICE_PARITION_BY_AFFINITY_DOMAIN_EXT property, in the &lt;properties&gt;
parameter of clCreateSubDeviceEXT:
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_device_attribute_query"><B>CL_AMD_device_attribute_query</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_device_memory_flags"><B>CL_AMD_device_memory_flags</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_fp64"><B>CL_AMD_fp64</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_media_ops"><B>CL_AMD_media_ops</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_media_ops2"><B>CL_AMD_media_ops2</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_offline_devices"><B>CL_AMD_offline_devices</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_popcnt"><B>CL_AMD_popcnt</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_printf"><B>CL_AMD_printf</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_AMD_vec3"><B>CL_AMD_vec3</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_APPLE_gl_sharing"><B>CL_APPLE_gl_sharing</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html#CL_APPLE_gl_sharing"><B>CL_APPLE_gl_sharing</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_APPLE_SetMemObjectDestructor"><B>CL_APPLE_SetMemObjectDestructor</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html#CL_APPLE_SetMemObjectDestructor"><B>CL_APPLE_SetMemObjectDestructor</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_ARGB"><B>CL_ARGB</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_BGRA"><B>CL_BGRA</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_BLOCKING"><B>CL_BLOCKING</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_bool
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_BUFFER_CREATE_TYPE_REGION"><B>CL_BUFFER_CREATE_TYPE_REGION</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_buffer_create_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_BUILD_ERROR"><B>CL_BUILD_ERROR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_build_status
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_BUILD_IN_PROGRESS"><B>CL_BUILD_IN_PROGRESS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_build_status
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_BUILD_NONE"><B>CL_BUILD_NONE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_build_status
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_BUILD_PROGRAM_FAILURE"><B>CL_BUILD_PROGRAM_FAILURE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_BUILD_SUCCESS"><B>CL_BUILD_SUCCESS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_build_status
<DT><A HREF="./org/lwjgl/opencl/APPLEGLSharing.html#CL_CGL_DEVICE_FOR_CURRENT_VIRTUAL_SCREEN_APPLE"><B>CL_CGL_DEVICE_FOR_CURRENT_VIRTUAL_SCREEN_APPLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/APPLEGLSharing.html" title="class in org.lwjgl.opencl">APPLEGLSharing</A>
<DD>Returns a cl_device_id for the CL device associated with the virtual screen for
the given CGL context.
<DT><A HREF="./org/lwjgl/opencl/APPLEGLSharing.html#CL_CGL_DEVICES_FOR_SUPPORTED_VIRTUAL_SCREENS_APPLE"><B>CL_CGL_DEVICES_FOR_SUPPORTED_VIRTUAL_SCREENS_APPLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/APPLEGLSharing.html" title="class in org.lwjgl.opencl">APPLEGLSharing</A>
<DD>Returns an array of cl_device_ids for the CL device(s) corresponding to
the virtual screen(s) for the given CGL context.
<DT><A HREF="./org/lwjgl/opencl/KHRGLSharing.html#CL_CGL_SHAREGROUP_KHR"><B>CL_CGL_SHAREGROUP_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</A>
<DD>Accepted as an attribute name in the 'properties' argument of
clCreateContext and clCreateContextFromType:
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_ACQUIRE_GL_OBJECTS"><B>CL_COMMAND_ACQUIRE_GL_OBJECTS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_COMMAND_BARRIER"><B>CL_COMMAND_BARRIER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_COPY_BUFFER"><B>CL_COMMAND_COPY_BUFFER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_COMMAND_COPY_BUFFER_RECT"><B>CL_COMMAND_COPY_BUFFER_RECT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_COPY_BUFFER_TO_IMAGE"><B>CL_COMMAND_COPY_BUFFER_TO_IMAGE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_COPY_IMAGE"><B>CL_COMMAND_COPY_IMAGE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_COPY_IMAGE_TO_BUFFER"><B>CL_COMMAND_COPY_IMAGE_TO_BUFFER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_COMMAND_FILL_BUFFER"><B>CL_COMMAND_FILL_BUFFER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_COMMAND_FILL_IMAGE"><B>CL_COMMAND_FILL_IMAGE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/KHRGLEvent.html#CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR"><B>CL_COMMAND_GL_FENCE_SYNC_OBJECT_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRGLEvent.html" title="class in org.lwjgl.opencl">KHRGLEvent</A>
<DD>Returned by clGetEventInfo when param_name is CL_EVENT_COMMAND_TYPE:
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_MAP_BUFFER"><B>CL_COMMAND_MAP_BUFFER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_MAP_IMAGE"><B>CL_COMMAND_MAP_IMAGE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_MARKER"><B>CL_COMMAND_MARKER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/EXTMigrateMemobject.html#CL_COMMAND_MIGRATE_MEM_OBJECT_EXT"><B>CL_COMMAND_MIGRATE_MEM_OBJECT_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTMigrateMemobject.html" title="class in org.lwjgl.opencl">EXTMigrateMemobject</A>
<DD>Returned in the &lt;param_value&gt; parameter of the clGetEventInfo when
&lt;param_name&gt; is CL_EVENT_COMMAND_TYPE:
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_COMMAND_MIGRATE_MEM_OBJECTS"><B>CL_COMMAND_MIGRATE_MEM_OBJECTS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_NATIVE_KERNEL"><B>CL_COMMAND_NATIVE_KERNEL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_NDRANGE_KERNEL"><B>CL_COMMAND_NDRANGE_KERNEL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_READ_BUFFER"><B>CL_COMMAND_READ_BUFFER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_COMMAND_READ_BUFFER_RECT"><B>CL_COMMAND_READ_BUFFER_RECT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_READ_IMAGE"><B>CL_COMMAND_READ_IMAGE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_RELEASE_GL_OBJECTS"><B>CL_COMMAND_RELEASE_GL_OBJECTS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_TASK"><B>CL_COMMAND_TASK</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_UNMAP_MEM_OBJECT"><B>CL_COMMAND_UNMAP_MEM_OBJECT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_COMMAND_USER"><B>CL_COMMAND_USER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_WRITE_BUFFER"><B>CL_COMMAND_WRITE_BUFFER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_COMMAND_WRITE_BUFFER_RECT"><B>CL_COMMAND_WRITE_BUFFER_RECT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMMAND_WRITE_IMAGE"><B>CL_COMMAND_WRITE_IMAGE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_type
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_COMPILE_PROGRAM_FAILURE"><B>CL_COMPILE_PROGRAM_FAILURE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMPILER_NOT_AVAILABLE"><B>CL_COMPILER_NOT_AVAILABLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_COMPLETE"><B>CL_COMPLETE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>command execution status
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_CONTEXT_DEVICES"><B>CL_CONTEXT_DEVICES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_context_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_CONTEXT_INTEROP_USER_SYNC"><B>CL_CONTEXT_INTEROP_USER_SYNC</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/KHRInitializeMemory.html#CL_CONTEXT_MEMORY_INITIALIZE_KHR"><B>CL_CONTEXT_MEMORY_INITIALIZE_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRInitializeMemory.html" title="class in org.lwjgl.opencl">KHRInitializeMemory</A>
<DD>cl_context_properties
<DT><A HREF="./org/lwjgl/opencl/KHRInitializeMemory.html#CL_CONTEXT_MEMORY_INITIALIZE_LOCAL_KHR"><B>CL_CONTEXT_MEMORY_INITIALIZE_LOCAL_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRInitializeMemory.html" title="class in org.lwjgl.opencl">KHRInitializeMemory</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/KHRInitializeMemory.html#CL_CONTEXT_MEMORY_INITIALIZE_PRIVATE_KHR"><B>CL_CONTEXT_MEMORY_INITIALIZE_PRIVATE_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRInitializeMemory.html" title="class in org.lwjgl.opencl">KHRInitializeMemory</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_CONTEXT_NUM_DEVICES"><B>CL_CONTEXT_NUM_DEVICES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_context_info
<DT><A HREF="./org/lwjgl/opencl/AMDOfflineDevices.html#CL_CONTEXT_OFFLINE_DEVICES_AMD"><B>CL_CONTEXT_OFFLINE_DEVICES_AMD</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/AMDOfflineDevices.html" title="class in org.lwjgl.opencl">AMDOfflineDevices</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_CONTEXT_PLATFORM"><B>CL_CONTEXT_PLATFORM</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_context_info + cl_context_properties
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_CONTEXT_PROPERTIES"><B>CL_CONTEXT_PROPERTIES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_context_info
<DT><A HREF="./org/lwjgl/opencl/APPLEGLSharing.html#CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE"><B>CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/APPLEGLSharing.html" title="class in org.lwjgl.opencl">APPLEGLSharing</A>
<DD>This enumerated value can be specified as part of the &lt;properties&gt; argument passed to clCreateContext
to allow OpenCL compliant devices in an existing CGL share group to be used as the devices in
the newly created CL context.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_CONTEXT_REFERENCE_COUNT"><B>CL_CONTEXT_REFERENCE_COUNT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_context_info
<DT><A HREF="./org/lwjgl/opencl/KHRTerminateContext.html#CL_CONTEXT_TERMINATE_KHR"><B>CL_CONTEXT_TERMINATE_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRTerminateContext.html" title="class in org.lwjgl.opencl">KHRTerminateContext</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/KHRGLSharing.html#CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR"><B>CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</A>
<DD>Accepted as the &lt;param_name&gt; argument of clGetGLContextInfoKHR:
<DT><A HREF="./org/lwjgl/opencl/KHRDepthImages.html#CL_DEPTH"><B>CL_DEPTH</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRDepthImages.html" title="class in org.lwjgl.opencl">KHRDepthImages</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/KHRGLDepthImages.html#CL_DEPTH_STENCIL"><B>CL_DEPTH_STENCIL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRGLDepthImages.html" title="class in org.lwjgl.opencl">KHRGLDepthImages</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_ADDRESS_BITS"><B>CL_DEVICE_ADDRESS_BITS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_AFFINITY_DOMAIN_L1_CACHE"><B>CL_DEVICE_AFFINITY_DOMAIN_L1_CACHE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_AFFINITY_DOMAIN_L2_CACHE"><B>CL_DEVICE_AFFINITY_DOMAIN_L2_CACHE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_AFFINITY_DOMAIN_L3_CACHE"><B>CL_DEVICE_AFFINITY_DOMAIN_L3_CACHE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_AFFINITY_DOMAIN_L4_CACHE"><B>CL_DEVICE_AFFINITY_DOMAIN_L4_CACHE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_AFFINITY_DOMAIN_NEXT_PARTITIONABLE"><B>CL_DEVICE_AFFINITY_DOMAIN_NEXT_PARTITIONABLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_AFFINITY_DOMAIN_NUMA"><B>CL_DEVICE_AFFINITY_DOMAIN_NUMA</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_AFFINITY_DOMAINS_EXT"><B>CL_DEVICE_AFFINITY_DOMAINS_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property being queried in the &lt;param_name&gt; argument of
clGetDeviceInfo:
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_AVAILABLE"><B>CL_DEVICE_AVAILABLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_BUILT_IN_KERNELS"><B>CL_DEVICE_BUILT_IN_KERNELS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_COMPILER_AVAILABLE"><B>CL_DEVICE_COMPILER_AVAILABLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html#CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV"><B>CL_DEVICE_COMPUTE_CAPABILITY_MAJOR_NV</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">NVDeviceAttributeQuery</A>
<DD>Accepted as the &lt;param_name&gt; parameter of clGetDeviceInfo.
<DT><A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html#CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV"><B>CL_DEVICE_COMPUTE_CAPABILITY_MINOR_NV</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">NVDeviceAttributeQuery</A>
<DD>Accepted as the &lt;param_name&gt; parameter of clGetDeviceInfo.
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_DOUBLE_FP_CONFIG"><B>CL_DEVICE_DOUBLE_FP_CONFIG</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/KHRFp64.html#CL_DEVICE_DOUBLE_FP_CONFIG"><B>CL_DEVICE_DOUBLE_FP_CONFIG</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRFp64.html" title="class in org.lwjgl.opencl">KHRFp64</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_ENDIAN_LITTLE"><B>CL_DEVICE_ENDIAN_LITTLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_ERROR_CORRECTION_SUPPORT"><B>CL_DEVICE_ERROR_CORRECTION_SUPPORT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_EXECUTION_CAPABILITIES"><B>CL_DEVICE_EXECUTION_CAPABILITIES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_EXTENSIONS"><B>CL_DEVICE_EXTENSIONS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_GLOBAL_MEM_CACHE_SIZE"><B>CL_DEVICE_GLOBAL_MEM_CACHE_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_GLOBAL_MEM_CACHE_TYPE"><B>CL_DEVICE_GLOBAL_MEM_CACHE_TYPE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE"><B>CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_GLOBAL_MEM_SIZE"><B>CL_DEVICE_GLOBAL_MEM_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html#CL_DEVICE_GPU_OVERLAP_NV"><B>CL_DEVICE_GPU_OVERLAP_NV</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">NVDeviceAttributeQuery</A>
<DD>Accepted as the &lt;param_name&gt; parameter of clGetDeviceInfo.
<DT><A HREF="./org/lwjgl/opencl/KHRFp16.html#CL_DEVICE_HALF_FP_CONFIG"><B>CL_DEVICE_HALF_FP_CONFIG</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRFp16.html" title="class in org.lwjgl.opencl">KHRFp16</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_DEVICE_HOST_UNIFIED_MEMORY"><B>CL_DEVICE_HOST_UNIFIED_MEMORY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE2D_MAX_HEIGHT"><B>CL_DEVICE_IMAGE2D_MAX_HEIGHT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE2D_MAX_WIDTH"><B>CL_DEVICE_IMAGE2D_MAX_WIDTH</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE3D_MAX_DEPTH"><B>CL_DEVICE_IMAGE3D_MAX_DEPTH</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE3D_MAX_HEIGHT"><B>CL_DEVICE_IMAGE3D_MAX_HEIGHT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE3D_MAX_WIDTH"><B>CL_DEVICE_IMAGE3D_MAX_WIDTH</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/KHRImage2DFromBuffer.html#CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT"><B>CL_DEVICE_IMAGE_BASE_ADDRESS_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRImage2DFromBuffer.html" title="class in org.lwjgl.opencl">KHRImage2DFromBuffer</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_IMAGE_MAX_ARRAY_SIZE"><B>CL_DEVICE_IMAGE_MAX_ARRAY_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_IMAGE_MAX_BUFFER_SIZE"><B>CL_DEVICE_IMAGE_MAX_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/KHRImage2DFromBuffer.html#CL_DEVICE_IMAGE_PITCH_ALIGNMENT"><B>CL_DEVICE_IMAGE_PITCH_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRImage2DFromBuffer.html" title="class in org.lwjgl.opencl">KHRImage2DFromBuffer</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_IMAGE_SUPPORT"><B>CL_DEVICE_IMAGE_SUPPORT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html#CL_DEVICE_INTEGRATED_MEMORY_NV"><B>CL_DEVICE_INTEGRATED_MEMORY_NV</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">NVDeviceAttributeQuery</A>
<DD>Accepted as the &lt;param_name&gt; parameter of clGetDeviceInfo.
<DT><A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html#CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV"><B>CL_DEVICE_KERNEL_EXEC_TIMEOUT_NV</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">NVDeviceAttributeQuery</A>
<DD>Accepted as the &lt;param_name&gt; parameter of clGetDeviceInfo.
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_LINKER_AVAILABLE"><B>CL_DEVICE_LINKER_AVAILABLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_LOCAL_MEM_SIZE"><B>CL_DEVICE_LOCAL_MEM_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_LOCAL_MEM_TYPE"><B>CL_DEVICE_LOCAL_MEM_TYPE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/EXTAtomicCounters32.html#CL_DEVICE_MAX_ATOMIC_COUNTERS_EXT"><B>CL_DEVICE_MAX_ATOMIC_COUNTERS_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTAtomicCounters32.html" title="class in org.lwjgl.opencl">EXTAtomicCounters32</A>
<DD>CLDevice query: Max number of atomic counters that can be used by a kernel.
<DT><A HREF="./org/lwjgl/opencl/EXTAtomicCounters64.html#CL_DEVICE_MAX_ATOMIC_COUNTERS_EXT"><B>CL_DEVICE_MAX_ATOMIC_COUNTERS_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTAtomicCounters64.html" title="class in org.lwjgl.opencl">EXTAtomicCounters64</A>
<DD>CLDevice query: Max number of atomic counters that can be used by a kernel.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_CLOCK_FREQUENCY"><B>CL_DEVICE_MAX_CLOCK_FREQUENCY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_COMPUTE_UNITS"><B>CL_DEVICE_MAX_COMPUTE_UNITS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_CONSTANT_ARGS"><B>CL_DEVICE_MAX_CONSTANT_ARGS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE"><B>CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_MEM_ALLOC_SIZE"><B>CL_DEVICE_MAX_MEM_ALLOC_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_PARAMETER_SIZE"><B>CL_DEVICE_MAX_PARAMETER_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_READ_IMAGE_ARGS"><B>CL_DEVICE_MAX_READ_IMAGE_ARGS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_SAMPLERS"><B>CL_DEVICE_MAX_SAMPLERS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_WORK_GROUP_SIZE"><B>CL_DEVICE_MAX_WORK_GROUP_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS"><B>CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_WORK_ITEM_SIZES"><B>CL_DEVICE_MAX_WORK_ITEM_SIZES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MAX_WRITE_IMAGE_ARGS"><B>CL_DEVICE_MAX_WRITE_IMAGE_ARGS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MEM_BASE_ADDR_ALIGN"><B>CL_DEVICE_MEM_BASE_ADDR_ALIGN</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE"><B>CL_DEVICE_MIN_DATA_TYPE_ALIGN_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_NAME"><B>CL_DEVICE_NAME</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR"><B>CL_DEVICE_NATIVE_VECTOR_WIDTH_CHAR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE"><B>CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT"><B>CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF"><B>CL_DEVICE_NATIVE_VECTOR_WIDTH_HALF</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_DEVICE_NATIVE_VECTOR_WIDTH_INT"><B>CL_DEVICE_NATIVE_VECTOR_WIDTH_INT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG"><B>CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT"><B>CL_DEVICE_NATIVE_VECTOR_WIDTH_SHORT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_NOT_AVAILABLE"><B>CL_DEVICE_NOT_AVAILABLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_NOT_FOUND"><B>CL_DEVICE_NOT_FOUND</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_DEVICE_OPENCL_C_VERSION"><B>CL_DEVICE_OPENCL_C_VERSION</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARENT_DEVICE"><B>CL_DEVICE_PARENT_DEVICE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARENT_DEVICE_EXT"><B>CL_DEVICE_PARENT_DEVICE_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property being queried in the &lt;param_name&gt; argument of
clGetDeviceInfo:
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARITION_TYPES_EXT"><B>CL_DEVICE_PARITION_TYPES_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property being queried in the &lt;param_name&gt; argument of
clGetDeviceInfo:
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_AFFINITY_DOMAIN"><B>CL_DEVICE_PARTITION_AFFINITY_DOMAIN</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN"><B>CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT"><B>CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property name in the &lt;properties&gt; parameter of
clCreateSubDeviceEXT:
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_BY_COUNTS"><B>CL_DEVICE_PARTITION_BY_COUNTS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARTITION_BY_COUNTS_EXT"><B>CL_DEVICE_PARTITION_BY_COUNTS_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property name in the &lt;properties&gt; parameter of
clCreateSubDeviceEXT:
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_BY_COUNTS_LIST_END"><B>CL_DEVICE_PARTITION_BY_COUNTS_LIST_END</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARTITION_BY_NAMES_EXT"><B>CL_DEVICE_PARTITION_BY_NAMES_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property name in the &lt;properties&gt; parameter of
clCreateSubDeviceEXT:
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_EQUALLY"><B>CL_DEVICE_PARTITION_EQUALLY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARTITION_EQUALLY_EXT"><B>CL_DEVICE_PARTITION_EQUALLY_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property name in the &lt;properties&gt; parameter of
clCreateSubDeviceEXT:
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_FAILED"><B>CL_DEVICE_PARTITION_FAILED</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARTITION_FAILED_EXT"><B>CL_DEVICE_PARTITION_FAILED_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Returned by clCreateSubDevicesEXT when the indicated partition scheme is
supported by the implementation, but the implementation can not further
partition the device in this way.
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_MAX_SUB_DEVICES"><B>CL_DEVICE_PARTITION_MAX_SUB_DEVICES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_PROPERTIES"><B>CL_DEVICE_PARTITION_PROPERTIES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_PARTITION_STYLE_EXT"><B>CL_DEVICE_PARTITION_STYLE_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property being queried in the &lt;param_name&gt; argument of
clGetDeviceInfo:
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PARTITION_TYPE"><B>CL_DEVICE_PARTITION_TYPE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PLATFORM"><B>CL_DEVICE_PLATFORM</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PREFERRED_INTEROP_USER_SYNC"><B>CL_DEVICE_PREFERRED_INTEROP_USER_SYNC</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_"><B>CL_DEVICE_PREFERRED_VECTOR_WIDTH_</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR"><B>CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE"><B>CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT"><B>CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF"><B>CL_DEVICE_PREFERRED_VECTOR_WIDTH_HALF</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG"><B>CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT"><B>CL_DEVICE_PREFERRED_VECTOR_WIDTH_SHORT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_PRINTF_BUFFER_SIZE"><B>CL_DEVICE_PRINTF_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PROFILE"><B>CL_DEVICE_PROFILE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/AMDDeviceAttributeQuery.html#CL_DEVICE_PROFILING_TIMER_OFFSET_AMD"><B>CL_DEVICE_PROFILING_TIMER_OFFSET_AMD</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/AMDDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">AMDDeviceAttributeQuery</A>
<DD>Accepted as the &lt;param_name&gt; parameter of clGetDeviceInfo.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_PROFILING_TIMER_RESOLUTION"><B>CL_DEVICE_PROFILING_TIMER_RESOLUTION</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_QUEUE_PROPERTIES"><B>CL_DEVICE_QUEUE_PROPERTIES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_REFERENCE_COUNT"><B>CL_DEVICE_REFERENCE_COUNT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_DEVICE_REFERENCE_COUNT_EXT"><B>CL_DEVICE_REFERENCE_COUNT_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as a property being queried in the &lt;param_name&gt; argument of
clGetDeviceInfo:
<DT><A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html#CL_DEVICE_REGISTERS_PER_BLOCK_NV"><B>CL_DEVICE_REGISTERS_PER_BLOCK_NV</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">NVDeviceAttributeQuery</A>
<DD>Accepted as the &lt;param_name&gt; parameter of clGetDeviceInfo.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_SINGLE_FP_CONFIG"><B>CL_DEVICE_SINGLE_FP_CONFIG</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/KHRTerminateContext.html#CL_DEVICE_TERMINATE_CAPABILITY_KHR"><B>CL_DEVICE_TERMINATE_CAPABILITY_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRTerminateContext.html" title="class in org.lwjgl.opencl">KHRTerminateContext</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE"><B>CL_DEVICE_TYPE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_ACCELERATOR"><B>CL_DEVICE_TYPE_ACCELERATOR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_ALL"><B>CL_DEVICE_TYPE_ALL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_CPU"><B>CL_DEVICE_TYPE_CPU</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_DEVICE_TYPE_CUSTOM"><B>CL_DEVICE_TYPE_CUSTOM</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_DEFAULT"><B>CL_DEVICE_TYPE_DEFAULT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_TYPE_GPU"><B>CL_DEVICE_TYPE_GPU</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_VENDOR"><B>CL_DEVICE_VENDOR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_VENDOR_ID"><B>CL_DEVICE_VENDOR_ID</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DEVICE_VERSION"><B>CL_DEVICE_VERSION</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html#CL_DEVICE_WARP_SIZE_NV"><B>CL_DEVICE_WARP_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl">NVDeviceAttributeQuery</A>
<DD>Accepted as the &lt;param_name&gt; parameter of clGetDeviceInfo.
<DT><A HREF="./org/lwjgl/opencl/KHRGLSharing.html#CL_DEVICES_FOR_GL_CONTEXT_KHR"><B>CL_DEVICES_FOR_GL_CONTEXT_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</A>
<DD>Accepted as the &lt;param_name&gt; argument of clGetGLContextInfoKHR:
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_DRIVER_VERSION"><B>CL_DRIVER_VERSION</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_info
<DT><A HREF="./org/lwjgl/opencl/KHRGLSharing.html#CL_EGL_DISPLAY_KHR"><B>CL_EGL_DISPLAY_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</A>
<DD>Accepted as an attribute name in the 'properties' argument of
clCreateContext and clCreateContextFromType:
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_EVENT_COMMAND_EXECUTION_STATUS"><B>CL_EVENT_COMMAND_EXECUTION_STATUS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_event_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_EVENT_COMMAND_QUEUE"><B>CL_EVENT_COMMAND_QUEUE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_event_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_EVENT_COMMAND_TYPE"><B>CL_EVENT_COMMAND_TYPE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_event_info
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_EVENT_CONTEXT"><B>CL_EVENT_CONTEXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_event_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_EVENT_REFERENCE_COUNT"><B>CL_EVENT_REFERENCE_COUNT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_event_info
<DT><A HREF="./org/lwjgl/opencl/INTELImmediateExecution.html#CL_EXEC_IMMEDIATE_EXECUTION_INTEL"><B>CL_EXEC_IMMEDIATE_EXECUTION_INTEL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/INTELImmediateExecution.html" title="class in org.lwjgl.opencl">INTELImmediateExecution</A>
<DD>cl_device_exec_capabilities - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_EXEC_KERNEL"><B>CL_EXEC_KERNEL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_exec_capabilities - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_EXEC_NATIVE_KERNEL"><B>CL_EXEC_NATIVE_KERNEL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_exec_capabilities - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST"><B>CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_EXT_atomic_counters_32"><B>CL_EXT_atomic_counters_32</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_EXT_atomic_counters_64"><B>CL_EXT_atomic_counters_64</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_EXT_device_fission"><B>CL_EXT_device_fission</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_EXT_migrate_memobject"><B>CL_EXT_migrate_memobject</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_FALSE"><B>CL_FALSE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_bool
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_FILTER_LINEAR"><B>CL_FILTER_LINEAR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_filter_mode
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_FILTER_NEAREST"><B>CL_FILTER_NEAREST</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_filter_mode
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_FLOAT"><B>CL_FLOAT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_FP_CORRECTLY_ROUNDED_DIVIDE_SQRT"><B>CL_FP_CORRECTLY_ROUNDED_DIVIDE_SQRT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_FP_DENORM"><B>CL_FP_DENORM</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_fp_config - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_FP_FMA"><B>CL_FP_FMA</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_fp_config - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_FP_INF_NAN"><B>CL_FP_INF_NAN</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_fp_config - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_FP_ROUND_TO_INF"><B>CL_FP_ROUND_TO_INF</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_fp_config - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_FP_ROUND_TO_NEAREST"><B>CL_FP_ROUND_TO_NEAREST</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_fp_config - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_FP_ROUND_TO_ZERO"><B>CL_FP_ROUND_TO_ZERO</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_fp_config - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_FP_SOFT_FLOAT"><B>CL_FP_SOFT_FLOAT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_device_fp_config - bitfield
<DT><A HREF="./org/lwjgl/opencl/KHRGLSharing.html#CL_GL_CONTEXT_KHR"><B>CL_GL_CONTEXT_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</A>
<DD>Accepted as an attribute name in the 'properties' argument of
clCreateContext and clCreateContextFromType:
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#CL_GL_MIPMAP_LEVEL"><B>CL_GL_MIPMAP_LEVEL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>cl_gl_texture_info
<DT><A HREF="./org/lwjgl/opencl/KHRGLMsaaSharing.html#CL_GL_NUM_SAMPLES"><B>CL_GL_NUM_SAMPLES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRGLMsaaSharing.html" title="class in org.lwjgl.opencl">KHRGLMsaaSharing</A>
<DD>cl_gl_texture_info
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#CL_GL_OBJECT_BUFFER"><B>CL_GL_OBJECT_BUFFER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>cl_gl_object_type
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#CL_GL_OBJECT_RENDERBUFFER"><B>CL_GL_OBJECT_RENDERBUFFER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>cl_gl_object_type
<DT><A HREF="./org/lwjgl/opencl/CL12GL.html#CL_GL_OBJECT_TEXTURE1D"><B>CL_GL_OBJECT_TEXTURE1D</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12GL.html" title="class in org.lwjgl.opencl">CL12GL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12GL.html#CL_GL_OBJECT_TEXTURE1D_ARRAY"><B>CL_GL_OBJECT_TEXTURE1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12GL.html" title="class in org.lwjgl.opencl">CL12GL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#CL_GL_OBJECT_TEXTURE2D"><B>CL_GL_OBJECT_TEXTURE2D</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>cl_gl_object_type
<DT><A HREF="./org/lwjgl/opencl/CL12GL.html#CL_GL_OBJECT_TEXTURE2D_ARRAY"><B>CL_GL_OBJECT_TEXTURE2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12GL.html" title="class in org.lwjgl.opencl">CL12GL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#CL_GL_OBJECT_TEXTURE3D"><B>CL_GL_OBJECT_TEXTURE3D</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>cl_gl_object_type
<DT><A HREF="./org/lwjgl/opencl/CL12GL.html#CL_GL_OBJECT_TEXTURE_BUFFER"><B>CL_GL_OBJECT_TEXTURE_BUFFER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12GL.html" title="class in org.lwjgl.opencl">CL12GL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#CL_GL_TEXTURE_TARGET"><B>CL_GL_TEXTURE_TARGET</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>cl_gl_texture_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_GLOBAL"><B>CL_GLOBAL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_local_mem_type
<DT><A HREF="./org/lwjgl/opencl/KHRGLSharing.html#CL_GLX_DISPLAY_KHR"><B>CL_GLX_DISPLAY_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</A>
<DD>Accepted as an attribute name in the 'properties' argument of
clCreateContext and clCreateContextFromType:
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_HALF_FLOAT"><B>CL_HALF_FLOAT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_IMAGE_ARRAY_SIZE"><B>CL_IMAGE_ARRAY_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_IMAGE_BUFFER"><B>CL_IMAGE_BUFFER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_IMAGE_DEPTH"><B>CL_IMAGE_DEPTH</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_image_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_IMAGE_ELEMENT_SIZE"><B>CL_IMAGE_ELEMENT_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_image_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_IMAGE_FORMAT"><B>CL_IMAGE_FORMAT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_image_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_IMAGE_FORMAT_MISMATCH"><B>CL_IMAGE_FORMAT_MISMATCH</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_IMAGE_FORMAT_NOT_SUPPORTED"><B>CL_IMAGE_FORMAT_NOT_SUPPORTED</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_IMAGE_HEIGHT"><B>CL_IMAGE_HEIGHT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_image_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_IMAGE_NUM_MIP_LEVELS"><B>CL_IMAGE_NUM_MIP_LEVELS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_IMAGE_NUM_SAMPLES"><B>CL_IMAGE_NUM_SAMPLES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_IMAGE_ROW_PITCH"><B>CL_IMAGE_ROW_PITCH</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_image_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_IMAGE_SLICE_PITCH"><B>CL_IMAGE_SLICE_PITCH</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_image_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_IMAGE_WIDTH"><B>CL_IMAGE_WIDTH</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_image_info
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_INTEL_immediate_execution"><B>CL_INTEL_immediate_execution</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_INTEL_printf"><B>CL_INTEL_printf</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_INTEL_thread_local_exec"><B>CL_INTEL_thread_local_exec</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INTENSITY"><B>CL_INTENSITY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_ARG_INDEX"><B>CL_INVALID_ARG_INDEX</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_ARG_SIZE"><B>CL_INVALID_ARG_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_ARG_VALUE"><B>CL_INVALID_ARG_VALUE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_BINARY"><B>CL_INVALID_BINARY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_BUFFER_SIZE"><B>CL_INVALID_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_BUILD_OPTIONS"><B>CL_INVALID_BUILD_OPTIONS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_COMMAND_QUEUE"><B>CL_INVALID_COMMAND_QUEUE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_INVALID_COMPILER_OPTIONS"><B>CL_INVALID_COMPILER_OPTIONS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_CONTEXT"><B>CL_INVALID_CONTEXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_DEVICE"><B>CL_INVALID_DEVICE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_INVALID_DEVICE_PARTITION_COUNT"><B>CL_INVALID_DEVICE_PARTITION_COUNT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_DEVICE_TYPE"><B>CL_INVALID_DEVICE_TYPE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_EVENT"><B>CL_INVALID_EVENT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_EVENT_WAIT_LIST"><B>CL_INVALID_EVENT_WAIT_LIST</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/APPLEGLSharing.html#CL_INVALID_GL_CONTEXT_APPLE"><B>CL_INVALID_GL_CONTEXT_APPLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/APPLEGLSharing.html" title="class in org.lwjgl.opencl">APPLEGLSharing</A>
<DD>Error code returned by clGetGLContextInfoAPPLE if an invalid platform_gl_ctx is provided
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_GL_OBJECT"><B>CL_INVALID_GL_OBJECT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/KHRGLSharing.html#CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR"><B>CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</A>
<DD>Returned by clCreateContext, clCreateContextFromType, and
clGetGLContextInfoKHR when an invalid OpenGL context or share group
object handle is specified in &lt;properties&gt;:
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_GLOBAL_OFFSET"><B>CL_INVALID_GLOBAL_OFFSET</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_GLOBAL_WORK_SIZE"><B>CL_INVALID_GLOBAL_WORK_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_HOST_PTR"><B>CL_INVALID_HOST_PTR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_INVALID_IMAGE_DESCRIPTOR"><B>CL_INVALID_IMAGE_DESCRIPTOR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_IMAGE_FORMAT_DESCRIPTOR"><B>CL_INVALID_IMAGE_FORMAT_DESCRIPTOR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_IMAGE_SIZE"><B>CL_INVALID_IMAGE_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_KERNEL"><B>CL_INVALID_KERNEL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_KERNEL_ARGS"><B>CL_INVALID_KERNEL_ARGS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_KERNEL_DEFINITION"><B>CL_INVALID_KERNEL_DEFINITION</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_KERNEL_NAME"><B>CL_INVALID_KERNEL_NAME</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_INVALID_LINKER_OPTIONS"><B>CL_INVALID_LINKER_OPTIONS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_MEM_OBJECT"><B>CL_INVALID_MEM_OBJECT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_MIP_LEVEL"><B>CL_INVALID_MIP_LEVEL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_OPERATION"><B>CL_INVALID_OPERATION</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_INVALID_PARTITION_COUNT_EXT"><B>CL_INVALID_PARTITION_COUNT_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Returned by clCreateSubDevicesEXT when the total number of compute units
requested exceeds CL_DEVICE_MAX_COMPUTE_UNITS, or the number of compute
units for any one sub-device is less than 1.
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_INVALID_PARTITION_NAME_EXT"><B>CL_INVALID_PARTITION_NAME_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Returned by clCreateSubDevicesEXT when a compute unit name appearing in a
name list following CL_DEVICE_PARTITION_BY_NAMES_EXT is not in range.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_PLATFORM"><B>CL_INVALID_PLATFORM</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_PROGRAM"><B>CL_INVALID_PROGRAM</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_PROGRAM_EXECUTABLE"><B>CL_INVALID_PROGRAM_EXECUTABLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_INVALID_PROPERTY"><B>CL_INVALID_PROPERTY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_QUEUE_PROPERTIES"><B>CL_INVALID_QUEUE_PROPERTIES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_SAMPLER"><B>CL_INVALID_SAMPLER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_VALUE"><B>CL_INVALID_VALUE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_WORK_DIMENSION"><B>CL_INVALID_WORK_DIMENSION</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_WORK_GROUP_SIZE"><B>CL_INVALID_WORK_GROUP_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_INVALID_WORK_ITEM_SIZE"><B>CL_INVALID_WORK_ITEM_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ACCESS_NONE"><B>CL_KERNEL_ARG_ACCESS_NONE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ACCESS_QUALIFIER"><B>CL_KERNEL_ARG_ACCESS_QUALIFIER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ACCESS_READ_ONLY"><B>CL_KERNEL_ARG_ACCESS_READ_ONLY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ACCESS_READ_WRITE"><B>CL_KERNEL_ARG_ACCESS_READ_WRITE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ACCESS_WRITE_ONLY"><B>CL_KERNEL_ARG_ACCESS_WRITE_ONLY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ADDRESS_CONSTANT"><B>CL_KERNEL_ARG_ADDRESS_CONSTANT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ADDRESS_GLOBAL"><B>CL_KERNEL_ARG_ADDRESS_GLOBAL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ADDRESS_LOCAL"><B>CL_KERNEL_ARG_ADDRESS_LOCAL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ADDRESS_PRIVATE"><B>CL_KERNEL_ARG_ADDRESS_PRIVATE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_ADDRESS_QUALIFIER"><B>CL_KERNEL_ARG_ADDRESS_QUALIFIER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_INFO_NOT_AVAILABLE"><B>CL_KERNEL_ARG_INFO_NOT_AVAILABLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_NAME"><B>CL_KERNEL_ARG_NAME</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_TYPE_CONST"><B>CL_KERNEL_ARG_TYPE_CONST</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_TYPE_NAME"><B>CL_KERNEL_ARG_TYPE_NAME</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_TYPE_NONE"><B>CL_KERNEL_ARG_TYPE_NONE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_TYPE_QUALIFIER"><B>CL_KERNEL_ARG_TYPE_QUALIFIER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_TYPE_RESTRICT"><B>CL_KERNEL_ARG_TYPE_RESTRICT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ARG_TYPE_VOLATILE"><B>CL_KERNEL_ARG_TYPE_VOLATILE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_ATTRIBUTES"><B>CL_KERNEL_ATTRIBUTES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_KERNEL_COMPILE_WORK_GROUP_SIZE"><B>CL_KERNEL_COMPILE_WORK_GROUP_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_kernel_work_group_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_KERNEL_CONTEXT"><B>CL_KERNEL_CONTEXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_kernel_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_KERNEL_FUNCTION_NAME"><B>CL_KERNEL_FUNCTION_NAME</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_kernel_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_KERNEL_GLOBAL_WORK_SIZE"><B>CL_KERNEL_GLOBAL_WORK_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_KERNEL_LOCAL_MEM_SIZE"><B>CL_KERNEL_LOCAL_MEM_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_kernel_work_group_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_KERNEL_NUM_ARGS"><B>CL_KERNEL_NUM_ARGS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_kernel_info
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE"><B>CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_kernel_work_group_info
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_KERNEL_PRIVATE_MEM_SIZE"><B>CL_KERNEL_PRIVATE_MEM_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_kernel_work_group_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_KERNEL_PROGRAM"><B>CL_KERNEL_PROGRAM</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_kernel_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_KERNEL_REFERENCE_COUNT"><B>CL_KERNEL_REFERENCE_COUNT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_kernel_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_KERNEL_WORK_GROUP_SIZE"><B>CL_KERNEL_WORK_GROUP_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_kernel_work_group_info
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_3d_image_writes"><B>CL_KHR_3d_image_writes</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_byte_addressable_store"><B>CL_KHR_byte_addressable_store</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html#CL_KHR_d3d10_sharing"><B>CL_KHR_d3d10_sharing</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_depth_images"><B>CL_KHR_depth_images</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_fp16"><B>CL_KHR_fp16</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_fp64"><B>CL_KHR_fp64</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_gl_depth_images"><B>CL_KHR_gl_depth_images</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_gl_event"><B>CL_KHR_gl_event</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html#CL_KHR_gl_event"><B>CL_KHR_gl_event</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_gl_msaa_sharing"><B>CL_KHR_gl_msaa_sharing</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_gl_sharing"><B>CL_KHR_gl_sharing</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html#CL_KHR_gl_sharing"><B>CL_KHR_gl_sharing</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_global_int32_base_atomics"><B>CL_KHR_global_int32_base_atomics</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_global_int32_extended_atomics"><B>CL_KHR_global_int32_extended_atomics</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html#CL_KHR_icd"><B>CL_KHR_icd</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_image2d_from_buffer"><B>CL_KHR_image2d_from_buffer</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_initialize_memory"><B>CL_KHR_initialize_memory</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_int64_base_atomics"><B>CL_KHR_int64_base_atomics</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_int64_extended_atomics"><B>CL_KHR_int64_extended_atomics</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_local_int32_base_atomics"><B>CL_KHR_local_int32_base_atomics</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_local_int32_extended_atomics"><B>CL_KHR_local_int32_extended_atomics</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_mipmap_image"><B>CL_KHR_mipmap_image</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_mipmap_image_writes"><B>CL_KHR_mipmap_image_writes</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_select_fprounding_mode"><B>CL_KHR_select_fprounding_mode</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_spir"><B>CL_KHR_spir</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_srgb_image_writes"><B>CL_KHR_srgb_image_writes</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_subgroups"><B>CL_KHR_subgroups</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_KHR_terminate_context"><B>CL_KHR_terminate_context</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_LINK_PROGRAM_FAILURE"><B>CL_LINK_PROGRAM_FAILURE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_LINKER_NOT_AVAILABLE"><B>CL_LINKER_NOT_AVAILABLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_LOCAL"><B>CL_LOCAL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_local_mem_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_LUMINANCE"><B>CL_LUMINANCE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MAP_FAILURE"><B>CL_MAP_FAILURE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MAP_READ"><B>CL_MAP_READ</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_map_flags - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MAP_WRITE"><B>CL_MAP_WRITE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_map_flags - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_MAP_WRITE_INVALIDATE_REGION"><B>CL_MAP_WRITE_INVALIDATE_REGION</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_ALLOC_HOST_PTR"><B>CL_MEM_ALLOC_HOST_PTR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_flags - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_MEM_ASSOCIATED_MEMOBJECT"><B>CL_MEM_ASSOCIATED_MEMOBJECT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_mem_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_CONTEXT"><B>CL_MEM_CONTEXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_COPY_HOST_PTR"><B>CL_MEM_COPY_HOST_PTR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_flags - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_COPY_OVERLAP"><B>CL_MEM_COPY_OVERLAP</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_FLAGS"><B>CL_MEM_FLAGS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_MEM_HOST_NO_ACCESS"><B>CL_MEM_HOST_NO_ACCESS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_HOST_PTR"><B>CL_MEM_HOST_PTR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_MEM_HOST_READ_ONLY"><B>CL_MEM_HOST_READ_ONLY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_MEM_HOST_WRITE_ONLY"><B>CL_MEM_HOST_WRITE_ONLY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_MAP_COUNT"><B>CL_MEM_MAP_COUNT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_OBJECT_ALLOCATION_FAILURE"><B>CL_MEM_OBJECT_ALLOCATION_FAILURE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_OBJECT_BUFFER"><B>CL_MEM_OBJECT_BUFFER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_object_type
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_MEM_OBJECT_IMAGE1D"><B>CL_MEM_OBJECT_IMAGE1D</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_MEM_OBJECT_IMAGE1D_ARRAY"><B>CL_MEM_OBJECT_IMAGE1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_MEM_OBJECT_IMAGE1D_BUFFER"><B>CL_MEM_OBJECT_IMAGE1D_BUFFER</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_OBJECT_IMAGE2D"><B>CL_MEM_OBJECT_IMAGE2D</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_object_type
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_MEM_OBJECT_IMAGE2D_ARRAY"><B>CL_MEM_OBJECT_IMAGE2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_OBJECT_IMAGE3D"><B>CL_MEM_OBJECT_IMAGE3D</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_object_type
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_MEM_OFFSET"><B>CL_MEM_OFFSET</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_mem_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_READ_ONLY"><B>CL_MEM_READ_ONLY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_flags - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_READ_WRITE"><B>CL_MEM_READ_WRITE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_flags - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_REFERENCE_COUNT"><B>CL_MEM_REFERENCE_COUNT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_SIZE"><B>CL_MEM_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_TYPE"><B>CL_MEM_TYPE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_USE_HOST_PTR"><B>CL_MEM_USE_HOST_PTR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_flags - bitfield
<DT><A HREF="./org/lwjgl/opencl/AMDDeviceMemoryFlags.html#CL_MEM_USE_PERSISTENT_MEM_AMD"><B>CL_MEM_USE_PERSISTENT_MEM_AMD</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/AMDDeviceMemoryFlags.html" title="class in org.lwjgl.opencl">AMDDeviceMemoryFlags</A>
<DD>Alloc from GPU's CPU visible heap.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_MEM_WRITE_ONLY"><B>CL_MEM_WRITE_ONLY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_mem_flags - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_MIGRATE_MEM_OBJECT_CONTENT_UNDEFINED"><B>CL_MIGRATE_MEM_OBJECT_CONTENT_UNDEFINED</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_MIGRATE_MEM_OBJECT_HOST"><B>CL_MIGRATE_MEM_OBJECT_HOST</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/EXTMigrateMemobject.html#CL_MIGRATE_MEM_OBJECT_HOST_EXT"><B>CL_MIGRATE_MEM_OBJECT_HOST_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTMigrateMemobject.html" title="class in org.lwjgl.opencl">EXTMigrateMemobject</A>
<DD>Besides a value of zero, the following cl_mem_migration_flags_ext values are
allowed:
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_MISALIGNED_SUB_BUFFER_OFFSET"><B>CL_MISALIGNED_SUB_BUFFER_OFFSET</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_NON_BLOCKING"><B>CL_NON_BLOCKING</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_bool
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_NONE"><B>CL_NONE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_mem_cache_type
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_NV_compiler_options"><B>CL_NV_compiler_options</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_NV_device_attribute_query"><B>CL_NV_device_attribute_query</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CL_NV_pragma_unroll"><B>CL_NV_pragma_unroll</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_OUT_OF_HOST_MEMORY"><B>CL_OUT_OF_HOST_MEMORY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_OUT_OF_RESOURCES"><B>CL_OUT_OF_RESOURCES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_PARTITION_BY_COUNTS_LIST_END_EXT"><B>CL_PARTITION_BY_COUNTS_LIST_END_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as the partition counts list terminator in the &lt;properties&gt;
parameter of clCreateSubDeviceEXT:
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_PARTITION_BY_NAMES_LIST_END_EXT"><B>CL_PARTITION_BY_NAMES_LIST_END_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as the partition names list terminator in the &lt;properties&gt;
parameter of clCreateSubDeviceEXT:
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PLATFORM_EXTENSIONS"><B>CL_PLATFORM_EXTENSIONS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_platform_info
<DT><A HREF="./org/lwjgl/opencl/KHRICD.html#CL_PLATFORM_ICD_SUFFIX_KHR"><B>CL_PLATFORM_ICD_SUFFIX_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRICD.html" title="class in org.lwjgl.opencl">KHRICD</A>
<DD>Accepted as &lt;param_name&gt; to the function clGetPlatformInfo
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PLATFORM_NAME"><B>CL_PLATFORM_NAME</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_platform_info
<DT><A HREF="./org/lwjgl/opencl/KHRICD.html#CL_PLATFORM_NOT_FOUND_KHR"><B>CL_PLATFORM_NOT_FOUND_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRICD.html" title="class in org.lwjgl.opencl">KHRICD</A>
<DD>Returned by clGetPlatformIDs when no platforms are found
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PLATFORM_PROFILE"><B>CL_PLATFORM_PROFILE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_platform_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PLATFORM_VENDOR"><B>CL_PLATFORM_VENDOR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_platform_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PLATFORM_VERSION"><B>CL_PLATFORM_VERSION</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_platform_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROFILING_COMMAND_END"><B>CL_PROFILING_COMMAND_END</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_profiling_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROFILING_COMMAND_QUEUED"><B>CL_PROFILING_COMMAND_QUEUED</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_profiling_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROFILING_COMMAND_START"><B>CL_PROFILING_COMMAND_START</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_profiling_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROFILING_COMMAND_SUBMIT"><B>CL_PROFILING_COMMAND_SUBMIT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_profiling_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROFILING_INFO_NOT_AVAILABLE"><B>CL_PROFILING_INFO_NOT_AVAILABLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_BINARIES"><B>CL_PROGRAM_BINARIES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_program_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_BINARY_SIZES"><B>CL_PROGRAM_BINARY_SIZES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_program_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_PROGRAM_BINARY_TYPE"><B>CL_PROGRAM_BINARY_TYPE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT"><B>CL_PROGRAM_BINARY_TYPE_COMPILED_OBJECT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_PROGRAM_BINARY_TYPE_EXECUTABLE"><B>CL_PROGRAM_BINARY_TYPE_EXECUTABLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_PROGRAM_BINARY_TYPE_LIBRARY"><B>CL_PROGRAM_BINARY_TYPE_LIBRARY</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_PROGRAM_BINARY_TYPE_NONE"><B>CL_PROGRAM_BINARY_TYPE_NONE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_BUILD_LOG"><B>CL_PROGRAM_BUILD_LOG</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_program_build_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_BUILD_OPTIONS"><B>CL_PROGRAM_BUILD_OPTIONS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_program_build_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_BUILD_STATUS"><B>CL_PROGRAM_BUILD_STATUS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_program_build_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_CONTEXT"><B>CL_PROGRAM_CONTEXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_program_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_DEVICES"><B>CL_PROGRAM_DEVICES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_program_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_PROGRAM_KERNEL_NAMES"><B>CL_PROGRAM_KERNEL_NAMES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_NUM_DEVICES"><B>CL_PROGRAM_NUM_DEVICES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_program_info
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_PROGRAM_NUM_KERNELS"><B>CL_PROGRAM_NUM_KERNELS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>cl_device_type - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_REFERENCE_COUNT"><B>CL_PROGRAM_REFERENCE_COUNT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_program_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_PROGRAM_SOURCE"><B>CL_PROGRAM_SOURCE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_program_info
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#CL_PROPERTIES_LIST_END_EXT"><B>CL_PROPERTIES_LIST_END_EXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Accepted as the property list terminator in the &lt;properties&gt; parameter of
clCreateSubDeviceEXT:
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_QUEUE_CONTEXT"><B>CL_QUEUE_CONTEXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_queue_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_QUEUE_DEVICE"><B>CL_QUEUE_DEVICE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_queue_info
<DT><A HREF="./org/lwjgl/opencl/INTELImmediateExecution.html#CL_QUEUE_IMMEDIATE_EXECUTION_ENABLE_INTEL"><B>CL_QUEUE_IMMEDIATE_EXECUTION_ENABLE_INTEL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/INTELImmediateExecution.html" title="class in org.lwjgl.opencl">INTELImmediateExecution</A>
<DD>cl_command_queue_properties - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE"><B>CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_queue_properties - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_QUEUE_PROFILING_ENABLE"><B>CL_QUEUE_PROFILING_ENABLE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_queue_properties - bitfield
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_QUEUE_PROPERTIES"><B>CL_QUEUE_PROPERTIES</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_queue_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_QUEUE_REFERENCE_COUNT"><B>CL_QUEUE_REFERENCE_COUNT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_command_queue_info
<DT><A HREF="./org/lwjgl/opencl/INTELThreadLocalExec.html#CL_QUEUE_THREAD_LOCAL_EXEC_ENABLE_INTEL"><B>CL_QUEUE_THREAD_LOCAL_EXEC_ENABLE_INTEL</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/INTELThreadLocalExec.html" title="class in org.lwjgl.opencl">INTELThreadLocalExec</A>
<DD>Allows the user to execute OpenCL tasks and kernels with
the user application's threads.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_QUEUED"><B>CL_QUEUED</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>command execution status
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_R"><B>CL_R</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_RA"><B>CL_RA</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_READ_ONLY_CACHE"><B>CL_READ_ONLY_CACHE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_mem_cache_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_READ_WRITE_CACHE"><B>CL_READ_WRITE_CACHE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_device_mem_cache_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_RG"><B>CL_RG</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_RGB"><B>CL_RGB</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_RGBA"><B>CL_RGBA</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_RGBx"><B>CL_RGBx</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_RGx"><B>CL_RGx</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_RUNNING"><B>CL_RUNNING</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>command execution status
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_Rx"><B>CL_Rx</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>cl_channel_order
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_SAMPLER_ADDRESSING_MODE"><B>CL_SAMPLER_ADDRESSING_MODE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_sampler_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_SAMPLER_CONTEXT"><B>CL_SAMPLER_CONTEXT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_sampler_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_SAMPLER_FILTER_MODE"><B>CL_SAMPLER_FILTER_MODE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_sampler_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_SAMPLER_NORMALIZED_COORDS"><B>CL_SAMPLER_NORMALIZED_COORDS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_sampler_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_SAMPLER_REFERENCE_COUNT"><B>CL_SAMPLER_REFERENCE_COUNT</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_sampler_info
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_SIGNED_INT16"><B>CL_SIGNED_INT16</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_SIGNED_INT32"><B>CL_SIGNED_INT32</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_SIGNED_INT8"><B>CL_SIGNED_INT8</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_SNORM_INT16"><B>CL_SNORM_INT16</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_SNORM_INT8"><B>CL_SNORM_INT8</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_SUBMITTED"><B>CL_SUBMITTED</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>command execution status
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_SUCCESS"><B>CL_SUCCESS</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Error Codes
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_TRUE"><B>CL_TRUE</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_bool
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_UNORM_INT16"><B>CL_UNORM_INT16</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/KHRGLDepthImages.html#CL_UNORM_INT24"><B>CL_UNORM_INT24</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRGLDepthImages.html" title="class in org.lwjgl.opencl">KHRGLDepthImages</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_UNORM_INT8"><B>CL_UNORM_INT8</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_UNORM_INT_101010"><B>CL_UNORM_INT_101010</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_UNORM_SHORT_555"><B>CL_UNORM_SHORT_555</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_UNORM_SHORT_565"><B>CL_UNORM_SHORT_565</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_UNSIGNED_INT16"><B>CL_UNSIGNED_INT16</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_UNSIGNED_INT32"><B>CL_UNSIGNED_INT32</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_UNSIGNED_INT8"><B>CL_UNSIGNED_INT8</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>cl_channel_type
<DT><A HREF="./org/lwjgl/opencl/CL10.html#CL_VERSION_1_0"><B>CL_VERSION_1_0</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>OpenCL Version
<DT><A HREF="./org/lwjgl/opencl/CL11.html#CL_VERSION_1_1"><B>CL_VERSION_1_1</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>OpenCL Version
<DT><A HREF="./org/lwjgl/opencl/CL12.html#CL_VERSION_1_2"><B>CL_VERSION_1_2</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>OpenCL Version
<DT><A HREF="./org/lwjgl/opencl/KHRGLSharing.html#CL_WGL_HDC_KHR"><B>CL_WGL_HDC_KHR</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</A>
<DD>Accepted as an attribute name in the 'properties' argument of
clCreateContext and clCreateContextFromType:
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#classLoader"><B>classLoader</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>classLoader used to add downloaded jars to the classpath
<DT><A HREF="./org/lwjgl/opencl/api/CLBufferRegion.html" title="class in org.lwjgl.opencl.api"><B>CLBufferRegion</B></A> - Class in <A HREF="./org/lwjgl/opencl/api/package-summary.html">org.lwjgl.opencl.api</A><DD>Simple container for cl_buffer_region struct values.<DT><A HREF="./org/lwjgl/opencl/api/CLBufferRegion.html#CLBufferRegion(int, int)"><B>CLBufferRegion(int, int)</B></A> -
Constructor for class org.lwjgl.opencl.api.<A HREF="./org/lwjgl/opencl/api/CLBufferRegion.html" title="class in org.lwjgl.opencl.api">CLBufferRegion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clBuildProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, org.lwjgl.opencl.CLBuildProgramCallback)"><B>clBuildProgram(CLProgram, PointerBuffer, ByteBuffer, CLBuildProgramCallback)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clBuildProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.lang.CharSequence, org.lwjgl.opencl.CLBuildProgramCallback)"><B>clBuildProgram(CLProgram, PointerBuffer, CharSequence, CLBuildProgramCallback)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clBuildProgram.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clBuildProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.opencl.CLDevice, java.lang.CharSequence, org.lwjgl.opencl.CLBuildProgramCallback)"><B>clBuildProgram(CLProgram, CLDevice, CharSequence, CLBuildProgramCallback)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clBuildProgram.
<DT><A HREF="./org/lwjgl/opencl/CLBuildProgramCallback.html" title="class in org.lwjgl.opencl"><B>CLBuildProgramCallback</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>Instances of this class can be used to receive OpenCL program build notifications.<DT><A HREF="./org/lwjgl/opencl/CLBuildProgramCallback.html#CLBuildProgramCallback()"><B>CLBuildProgramCallback()</B></A> -
Constructor for class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLBuildProgramCallback.html" title="class in org.lwjgl.opencl">CLBuildProgramCallback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLCapabilities.html" title="class in org.lwjgl.opencl"><B>CLCapabilities</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl"><B>CLCommandQueue</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>This class is a wrapper around a cl_command_queue pointer.<DT><A HREF="./org/lwjgl/opencl/CL12.html#clCompileProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, org.lwjgl.opencl.CLCompileProgramCallback)"><B>clCompileProgram(CLProgram, PointerBuffer, ByteBuffer, PointerBuffer, ByteBuffer, CLCompileProgramCallback)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Single null-terminated header include name.
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clCompileProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, java.nio.ByteBuffer[], org.lwjgl.opencl.CLCompileProgramCallback)"><B>clCompileProgram(CLProgram, PointerBuffer, ByteBuffer, PointerBuffer, ByteBuffer[], CLCompileProgramCallback)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Overloads clCompileProgram.
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clCompileProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.lang.CharSequence, org.lwjgl.PointerBuffer, java.lang.CharSequence, org.lwjgl.opencl.CLCompileProgramCallback)"><B>clCompileProgram(CLProgram, PointerBuffer, CharSequence, PointerBuffer, CharSequence, CLCompileProgramCallback)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Overloads clCompileProgram.
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clCompileProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.lang.CharSequence, org.lwjgl.PointerBuffer, java.lang.CharSequence[], org.lwjgl.opencl.CLCompileProgramCallback)"><B>clCompileProgram(CLProgram, PointerBuffer, CharSequence, PointerBuffer, CharSequence[], CLCompileProgramCallback)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Overloads clCompileProgram.
<DT><A HREF="./org/lwjgl/opencl/CLCompileProgramCallback.html" title="class in org.lwjgl.opencl"><B>CLCompileProgramCallback</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>Instances of this class can be used to receive OpenCL program compilation notifications.<DT><A HREF="./org/lwjgl/opencl/CLCompileProgramCallback.html#CLCompileProgramCallback()"><B>CLCompileProgramCallback()</B></A> -
Constructor for class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLCompileProgramCallback.html" title="class in org.lwjgl.opencl">CLCompileProgramCallback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clCompileProgramMulti(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, org.lwjgl.opencl.CLCompileProgramCallback)"><B>clCompileProgramMulti(CLProgram, PointerBuffer, ByteBuffer, PointerBuffer, ByteBuffer, CLCompileProgramCallback)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Overloads clCompileProgram.
<DT><A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl"><B>CLContext</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>This class is a wrapper around a cl_context pointer.<DT><A HREF="./org/lwjgl/opencl/CLContextCallback.html" title="class in org.lwjgl.opencl"><B>CLContextCallback</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>Instances of this class can be used to receive OpenCL context error notifications.<DT><A HREF="./org/lwjgl/opencl/CLContextCallback.html#CLContextCallback()"><B>CLContextCallback()</B></A> -
Constructor for class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContextCallback.html" title="class in org.lwjgl.opencl">CLContextCallback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLContextCallback.html#CLContextCallback(long)"><B>CLContextCallback(long)</B></A> -
Constructor for class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContextCallback.html" title="class in org.lwjgl.opencl">CLContextCallback</A>
<DD>This constructor allows non-LWJGL implementations.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, long, java.nio.IntBuffer)"><B>clCreateBuffer(CLContext, long, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>clCreateBuffer(CLContext, long, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.DoubleBuffer, java.nio.IntBuffer)"><B>clCreateBuffer(CLContext, long, DoubleBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.FloatBuffer, java.nio.IntBuffer)"><B>clCreateBuffer(CLContext, long, FloatBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.IntBuffer, java.nio.IntBuffer)"><B>clCreateBuffer(CLContext, long, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.LongBuffer, java.nio.IntBuffer)"><B>clCreateBuffer(CLContext, long, LongBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateBuffer(org.lwjgl.opencl.CLContext, long, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>clCreateBuffer(CLContext, long, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateCommandQueue(org.lwjgl.opencl.CLContext, org.lwjgl.opencl.CLDevice, long, java.nio.IntBuffer)"><B>clCreateCommandQueue(CLContext, CLDevice, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateContext(org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)"><B>clCreateContext(PointerBuffer, PointerBuffer, CLContextCallback, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>LWJGL requires CL_CONTEXT_PLATFORM to be present in the cl_context_properties buffer.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateContext(org.lwjgl.PointerBuffer, org.lwjgl.opencl.CLDevice, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)"><B>clCreateContext(PointerBuffer, CLDevice, CLContextCallback, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clCreateContext.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateContextFromType(org.lwjgl.PointerBuffer, long, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)"><B>clCreateContextFromType(PointerBuffer, long, CLContextCallback, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>LWJGL requires CL_CONTEXT_PLATFORM to be present in the cl_context_properties buffer.
<DT><A HREF="./org/lwjgl/opencl/KHRGLEvent.html#clCreateEventFromGLsyncKHR(org.lwjgl.opencl.CLContext, org.lwjgl.opengl.GLSync, java.nio.IntBuffer)"><B>clCreateEventFromGLsyncKHR(CLContext, GLSync, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRGLEvent.html" title="class in org.lwjgl.opencl">KHRGLEvent</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#clCreateFromGLBuffer(org.lwjgl.opencl.CLContext, long, int, java.nio.IntBuffer)"><B>clCreateFromGLBuffer(CLContext, long, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#clCreateFromGLRenderbuffer(org.lwjgl.opencl.CLContext, long, int, java.nio.IntBuffer)"><B>clCreateFromGLRenderbuffer(CLContext, long, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12GL.html#clCreateFromGLTexture(org.lwjgl.opencl.CLContext, long, int, int, int, java.nio.IntBuffer)"><B>clCreateFromGLTexture(CLContext, long, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12GL.html" title="class in org.lwjgl.opencl">CL12GL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#clCreateFromGLTexture2D(org.lwjgl.opencl.CLContext, long, int, int, int, java.nio.IntBuffer)"><B>clCreateFromGLTexture2D(CLContext, long, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#clCreateFromGLTexture3D(org.lwjgl.opencl.CLContext, long, int, int, int, java.nio.IntBuffer)"><B>clCreateFromGLTexture3D(CLContext, long, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clCreateImage(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>clCreateImage(CLContext, long, ByteBuffer, ByteBuffer, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clCreateImage(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.FloatBuffer, java.nio.IntBuffer)"><B>clCreateImage(CLContext, long, ByteBuffer, ByteBuffer, FloatBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clCreateImage(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>clCreateImage(CLContext, long, ByteBuffer, ByteBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clCreateImage(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>clCreateImage(CLContext, long, ByteBuffer, ByteBuffer, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateImage2D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>clCreateImage2D(CLContext, long, ByteBuffer, long, long, long, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateImage2D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, java.nio.FloatBuffer, java.nio.IntBuffer)"><B>clCreateImage2D(CLContext, long, ByteBuffer, long, long, long, FloatBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateImage2D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, java.nio.IntBuffer, java.nio.IntBuffer)"><B>clCreateImage2D(CLContext, long, ByteBuffer, long, long, long, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateImage2D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>clCreateImage2D(CLContext, long, ByteBuffer, long, long, long, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateImage3D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, long, long, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>clCreateImage3D(CLContext, long, ByteBuffer, long, long, long, long, long, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateImage3D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, long, long, java.nio.FloatBuffer, java.nio.IntBuffer)"><B>clCreateImage3D(CLContext, long, ByteBuffer, long, long, long, long, long, FloatBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateImage3D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, long, long, java.nio.IntBuffer, java.nio.IntBuffer)"><B>clCreateImage3D(CLContext, long, ByteBuffer, long, long, long, long, long, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateImage3D(org.lwjgl.opencl.CLContext, long, java.nio.ByteBuffer, long, long, long, long, long, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>clCreateImage3D(CLContext, long, ByteBuffer, long, long, long, long, long, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateKernel(org.lwjgl.opencl.CLProgram, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>clCreateKernel(CLProgram, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateKernel(org.lwjgl.opencl.CLProgram, java.lang.CharSequence, java.nio.IntBuffer)"><B>clCreateKernel(CLProgram, CharSequence, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clCreateKernel.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateKernelsInProgram(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"><B>clCreateKernelsInProgram(CLProgram, PointerBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateProgramWithBinary(org.lwjgl.opencl.CLContext, org.lwjgl.opencl.CLDevice, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>clCreateProgramWithBinary(CLContext, CLDevice, ByteBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateProgramWithBinary(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>clCreateProgramWithBinary(CLContext, PointerBuffer, PointerBuffer, ByteBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clCreateProgramWithBinary.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateProgramWithBinary(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, java.nio.ByteBuffer[], java.nio.IntBuffer, java.nio.IntBuffer)"><B>clCreateProgramWithBinary(CLContext, PointerBuffer, ByteBuffer[], IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clCreateProgramWithBinary.
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clCreateProgramWithBuiltInKernels(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>clCreateProgramWithBuiltInKernels(CLContext, PointerBuffer, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clCreateProgramWithBuiltInKernels(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, java.lang.CharSequence, java.nio.IntBuffer)"><B>clCreateProgramWithBuiltInKernels(CLContext, PointerBuffer, CharSequence, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Overloads clCreateProgramWithBuiltInKernels.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>clCreateProgramWithSource(CLContext, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"><B>clCreateProgramWithSource(CLContext, ByteBuffer, PointerBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clCreateProgramWithSource.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.nio.ByteBuffer[], java.nio.IntBuffer)"><B>clCreateProgramWithSource(CLContext, ByteBuffer[], IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clCreateProgramWithSource.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.lang.CharSequence, java.nio.IntBuffer)"><B>clCreateProgramWithSource(CLContext, CharSequence, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clCreateProgramWithSource.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateProgramWithSource(org.lwjgl.opencl.CLContext, java.lang.CharSequence[], java.nio.IntBuffer)"><B>clCreateProgramWithSource(CLContext, CharSequence[], IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clCreateProgramWithSource.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clCreateSampler(org.lwjgl.opencl.CLContext, int, int, int, java.nio.IntBuffer)"><B>clCreateSampler(CLContext, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clCreateSubBuffer(org.lwjgl.opencl.CLMem, long, int, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>clCreateSubBuffer(CLMem, long, int, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clCreateSubDevices(org.lwjgl.opencl.CLDevice, java.nio.LongBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"><B>clCreateSubDevices(CLDevice, LongBuffer, PointerBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#clCreateSubDevicesEXT(org.lwjgl.opencl.CLDevice, java.nio.LongBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"><B>clCreateSubDevicesEXT(CLDevice, LongBuffer, PointerBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clCreateUserEvent(org.lwjgl.opencl.CLContext, java.nio.IntBuffer)"><B>clCreateUserEvent(CLContext, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl"><B>CLDevice</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>This class is a wrapper around a cl_device_id pointer.<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl"><B>CLDeviceCapabilities</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#CLDeviceCapabilities(org.lwjgl.opencl.CLDevice)"><B>CLDeviceCapabilities(CLDevice)</B></A> -
Constructor for class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#cleanUp()"><B>cleanUp()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Clean up resources
<DT><A HREF="./org/lwjgl/PointerBuffer.html#clear()"><B>clear()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Clears this buffer.
<DT><A HREF="./org/lwjgl/input/Controllers.html#clearEvents()"><B>clearEvents()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Clear any events stored for the controllers in this set
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#clEnqueueAcquireGLObjects(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueAcquireGLObjects(CLCommandQueue, PointerBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#clEnqueueAcquireGLObjects(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueAcquireGLObjects(CLCommandQueue, CLMem, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>Overloads clEnqueueAcquireGLObjects.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueBarrier(org.lwjgl.opencl.CLCommandQueue)"><B>clEnqueueBarrier(CLCommandQueue)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clEnqueueBarrierWithWaitList(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueBarrierWithWaitList(CLCommandQueue, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueCopyBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMem, long, long, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueCopyBuffer(CLCommandQueue, CLMem, CLMem, long, long, long, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clEnqueueCopyBufferRect(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMem, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, long, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueCopyBufferRect(CLCommandQueue, CLMem, CLMem, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueCopyBufferToImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMem, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueCopyBufferToImage(CLCommandQueue, CLMem, CLMem, long, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueCopyImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMem, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueCopyImage(CLCommandQueue, CLMem, CLMem, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueCopyImageToBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMem, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueCopyImageToBuffer(CLCommandQueue, CLMem, CLMem, PointerBuffer, PointerBuffer, long, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clEnqueueFillBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, java.nio.ByteBuffer, long, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueFillBuffer(CLCommandQueue, CLMem, ByteBuffer, long, long, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clEnqueueFillImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueFillImage(CLCommandQueue, CLMem, ByteBuffer, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueMapBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, long, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"><B>clEnqueueMapBuffer(CLCommandQueue, CLMem, int, long, long, long, PointerBuffer, PointerBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueMapImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"><B>clEnqueueMapImage(CLCommandQueue, CLMem, int, long, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueMarker(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer)"><B>clEnqueueMarker(CLCommandQueue, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clEnqueueMarkerWithWaitList(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueMarkerWithWaitList(CLCommandQueue, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/EXTMigrateMemobject.html#clEnqueueMigrateMemObjectEXT(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueMigrateMemObjectEXT(CLCommandQueue, PointerBuffer, long, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTMigrateMemobject.html" title="class in org.lwjgl.opencl">EXTMigrateMemobject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/EXTMigrateMemobject.html#clEnqueueMigrateMemObjectEXT(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueMigrateMemObjectEXT(CLCommandQueue, CLMem, long, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTMigrateMemobject.html" title="class in org.lwjgl.opencl">EXTMigrateMemobject</A>
<DD>Overloads clEnqueueMigrateMemObjectEXT.
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clEnqueueMigrateMemObjects(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer, long, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueMigrateMemObjects(CLCommandQueue, PointerBuffer, long, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueNativeKernel(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLNativeKernel, org.lwjgl.opencl.CLMem[], long[], org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueNativeKernel(CLCommandQueue, CLNativeKernel, CLMem[], long[], PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Enqueues a native kernel to the specified command queue.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueNDRangeKernel(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLKernel, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueNDRangeKernel(CLCommandQueue, CLKernel, int, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadBuffer(CLCommandQueue, CLMem, int, long, ByteBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.DoubleBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadBuffer(CLCommandQueue, CLMem, int, long, DoubleBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.FloatBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadBuffer(CLCommandQueue, CLMem, int, long, FloatBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadBuffer(CLCommandQueue, CLMem, int, long, IntBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.LongBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadBuffer(CLCommandQueue, CLMem, int, long, LongBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueReadBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.ShortBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadBuffer(CLCommandQueue, CLMem, int, long, ShortBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clEnqueueReadBufferRect(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, long, long, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, ByteBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clEnqueueReadBufferRect(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, long, long, java.nio.DoubleBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, DoubleBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clEnqueueReadBufferRect(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, long, long, java.nio.FloatBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, FloatBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clEnqueueReadBufferRect(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, long, long, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, IntBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clEnqueueReadBufferRect(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, long, long, java.nio.LongBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, LongBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clEnqueueReadBufferRect(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, long, long, java.nio.ShortBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, ShortBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueReadImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, ByteBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueReadImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.FloatBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, FloatBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueReadImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, IntBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueReadImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.ShortBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReadImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, ShortBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#clEnqueueReleaseGLObjects(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReleaseGLObjects(CLCommandQueue, PointerBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#clEnqueueReleaseGLObjects(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueReleaseGLObjects(CLCommandQueue, CLMem, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>Overloads clEnqueueReleaseGLObjects.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueTask(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLKernel, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueTask(CLCommandQueue, CLKernel, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueUnmapMemObject(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueUnmapMemObject(CLCommandQueue, CLMem, ByteBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueWaitForEvents(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.PointerBuffer)"><B>clEnqueueWaitForEvents(CLCommandQueue, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueWaitForEvents(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLEvent)"><B>clEnqueueWaitForEvents(CLCommandQueue, CLEvent)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clEnqueueWaitForEvents.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteBuffer(CLCommandQueue, CLMem, int, long, ByteBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.DoubleBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteBuffer(CLCommandQueue, CLMem, int, long, DoubleBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.FloatBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteBuffer(CLCommandQueue, CLMem, int, long, FloatBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteBuffer(CLCommandQueue, CLMem, int, long, IntBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.LongBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteBuffer(CLCommandQueue, CLMem, int, long, LongBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueWriteBuffer(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, long, java.nio.ShortBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteBuffer(CLCommandQueue, CLMem, int, long, ShortBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clEnqueueWriteBufferRect(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, long, long, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, ByteBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clEnqueueWriteBufferRect(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, long, long, java.nio.DoubleBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, DoubleBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clEnqueueWriteBufferRect(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, long, long, java.nio.FloatBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, FloatBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clEnqueueWriteBufferRect(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, long, long, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, IntBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clEnqueueWriteBufferRect(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, long, long, java.nio.LongBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, LongBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clEnqueueWriteBufferRect(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, long, long, java.nio.ShortBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteBufferRect(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, PointerBuffer, long, long, long, long, ShortBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueWriteImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, ByteBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueWriteImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.FloatBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, FloatBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueWriteImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, IntBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clEnqueueWriteImage(org.lwjgl.opencl.CLCommandQueue, org.lwjgl.opencl.CLMem, int, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer, long, long, java.nio.ShortBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>clEnqueueWriteImage(CLCommandQueue, CLMem, int, PointerBuffer, PointerBuffer, long, long, ShortBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl"><B>CLEvent</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>This class is a wrapper around a cl_mem pointer.<DT><A HREF="./org/lwjgl/opencl/CLEventCallback.html" title="class in org.lwjgl.opencl"><B>CLEventCallback</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>Instances of this class can be used to handle OpenCL event callbacks.<DT><A HREF="./org/lwjgl/opencl/CLEventCallback.html#CLEventCallback()"><B>CLEventCallback()</B></A> -
Constructor for class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLEventCallback.html" title="class in org.lwjgl.opencl">CLEventCallback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clFinish(org.lwjgl.opencl.CLCommandQueue)"><B>clFinish(CLCommandQueue)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clFlush(org.lwjgl.opencl.CLCommandQueue)"><B>clFlush(CLCommandQueue)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetCommandQueueInfo(org.lwjgl.opencl.CLCommandQueue, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetCommandQueueInfo(CLCommandQueue, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetContextInfo(org.lwjgl.opencl.CLContext, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetContextInfo(CLContext, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetDeviceIDs(org.lwjgl.opencl.CLPlatform, long, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"><B>clGetDeviceIDs(CLPlatform, long, PointerBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetDeviceInfo(org.lwjgl.opencl.CLDevice, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetDeviceInfo(CLDevice, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetEventInfo(org.lwjgl.opencl.CLEvent, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetEventInfo(CLEvent, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetEventProfilingInfo(org.lwjgl.opencl.CLEvent, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetEventProfilingInfo(CLEvent, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/APPLEGLSharing.html#clGetGLContextInfoAPPLE(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetGLContextInfoAPPLE(CLContext, PointerBuffer, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/APPLEGLSharing.html" title="class in org.lwjgl.opencl">APPLEGLSharing</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/KHRGLSharing.html#clGetGLContextInfoKHR(org.lwjgl.PointerBuffer, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetGLContextInfoKHR(PointerBuffer, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl">KHRGLSharing</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#clGetGLObjectInfo(org.lwjgl.opencl.CLMem, java.nio.IntBuffer, java.nio.IntBuffer)"><B>clGetGLObjectInfo(CLMem, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10GL.html#clGetGLTextureInfo(org.lwjgl.opencl.CLMem, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetGLTextureInfo(CLMem, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10GL.html" title="class in org.lwjgl.opencl">CL10GL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetImageInfo(org.lwjgl.opencl.CLMem, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetImageInfo(CLMem, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clGetKernelArgInfo(org.lwjgl.opencl.CLKernel, int, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetKernelArgInfo(CLKernel, int, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetKernelInfo(org.lwjgl.opencl.CLKernel, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetKernelInfo(CLKernel, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/KHRSubgroups.html#clGetKernelSubGroupInfoKHR(org.lwjgl.opencl.CLKernel, org.lwjgl.opencl.CLDevice, int, java.nio.ByteBuffer, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetKernelSubGroupInfoKHR(CLKernel, CLDevice, int, ByteBuffer, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRSubgroups.html" title="class in org.lwjgl.opencl">KHRSubgroups</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetKernelWorkGroupInfo(org.lwjgl.opencl.CLKernel, org.lwjgl.opencl.CLDevice, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetKernelWorkGroupInfo(CLKernel, CLDevice, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetMemObjectInfo(org.lwjgl.opencl.CLMem, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetMemObjectInfo(CLMem, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetPlatformIDs(org.lwjgl.PointerBuffer, java.nio.IntBuffer)"><B>clGetPlatformIDs(PointerBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetPlatformInfo(org.lwjgl.opencl.CLPlatform, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetPlatformInfo(CLPlatform, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetProgramBuildInfo(org.lwjgl.opencl.CLProgram, org.lwjgl.opencl.CLDevice, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetProgramBuildInfo(CLProgram, CLDevice, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetProgramInfo(org.lwjgl.opencl.CLProgram, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetProgramInfo(CLProgram, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetProgramInfo(org.lwjgl.opencl.CLProgram, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetProgramInfo(CLProgram, PointerBuffer, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clGetProgramInfo.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetProgramInfo(org.lwjgl.opencl.CLProgram, java.nio.ByteBuffer[], org.lwjgl.PointerBuffer)"><B>clGetProgramInfo(CLProgram, ByteBuffer[], PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clGetProgramInfo.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetSamplerInfo(org.lwjgl.opencl.CLSampler, int, java.nio.ByteBuffer, org.lwjgl.PointerBuffer)"><B>clGetSamplerInfo(CLSampler, int, ByteBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clGetSupportedImageFormats(org.lwjgl.opencl.CLContext, long, int, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>clGetSupportedImageFormats(CLContext, long, int, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/KHRICD.html#clIcdGetPlatformIDsKHR(org.lwjgl.PointerBuffer, java.nio.IntBuffer)"><B>clIcdGetPlatformIDsKHR(PointerBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRICD.html" title="class in org.lwjgl.opencl">KHRICD</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/api/CLImageFormat.html" title="class in org.lwjgl.opencl.api"><B>CLImageFormat</B></A> - Class in <A HREF="./org/lwjgl/opencl/api/package-summary.html">org.lwjgl.opencl.api</A><DD>Simple container for cl_image_format struct values.<DT><A HREF="./org/lwjgl/opencl/api/CLImageFormat.html#CLImageFormat(int, int)"><B>CLImageFormat(int, int)</B></A> -
Constructor for class org.lwjgl.opencl.api.<A HREF="./org/lwjgl/opencl/api/CLImageFormat.html" title="class in org.lwjgl.opencl.api">CLImageFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl"><B>CLKernel</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>This class is a wrapper around a cl_kernel pointer.<DT><A HREF="./org/lwjgl/opencl/CL12.html#clLinkProgram(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, java.nio.ByteBuffer, org.lwjgl.PointerBuffer, org.lwjgl.opencl.CLLinkProgramCallback, java.nio.IntBuffer)"><B>clLinkProgram(CLContext, PointerBuffer, ByteBuffer, PointerBuffer, CLLinkProgramCallback, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clLinkProgram(org.lwjgl.opencl.CLContext, org.lwjgl.PointerBuffer, java.lang.CharSequence, org.lwjgl.PointerBuffer, org.lwjgl.opencl.CLLinkProgramCallback, java.nio.IntBuffer)"><B>clLinkProgram(CLContext, PointerBuffer, CharSequence, PointerBuffer, CLLinkProgramCallback, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Overloads clLinkProgram.
<DT><A HREF="./org/lwjgl/opencl/CLLinkProgramCallback.html" title="class in org.lwjgl.opencl"><B>CLLinkProgramCallback</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>Instances of this class can be used to receive OpenCL program linkage notifications.<DT><A HREF="./org/lwjgl/opencl/CLLinkProgramCallback.html#CLLinkProgramCallback()"><B>CLLinkProgramCallback()</B></A> -
Constructor for class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLLinkProgramCallback.html" title="class in org.lwjgl.opencl">CLLinkProgramCallback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl"><B>CLMem</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>This class is a wrapper around a cl_mem pointer.<DT><A HREF="./org/lwjgl/opencl/CLMemObjectDestructorCallback.html" title="class in org.lwjgl.opencl"><B>CLMemObjectDestructorCallback</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>Instances of this class can be used to receive OpenCL memory object destruction notifications.<DT><A HREF="./org/lwjgl/opencl/CLMemObjectDestructorCallback.html#CLMemObjectDestructorCallback()"><B>CLMemObjectDestructorCallback()</B></A> -
Constructor for class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMemObjectDestructorCallback.html" title="class in org.lwjgl.opencl">CLMemObjectDestructorCallback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLNativeKernel.html" title="class in org.lwjgl.opencl"><B>CLNativeKernel</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>Instances of this class can be used to execute native kernels.<DT><A HREF="./org/lwjgl/opencl/CLNativeKernel.html#CLNativeKernel()"><B>CLNativeKernel()</B></A> -
Constructor for class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLNativeKernel.html" title="class in org.lwjgl.opencl">CLNativeKernel</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl"><B>CLPlatform</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>This class is a wrapper around a cl_platform_id pointer.<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl"><B>CLPlatformCapabilities</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html#CLPlatformCapabilities(org.lwjgl.opencl.CLPlatform)"><B>CLPlatformCapabilities(CLPlatform)</B></A> -
Constructor for class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPrintfCallback.html" title="class in org.lwjgl.opencl"><B>CLPrintfCallback</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>Instances of this class can be used to receive OpenCL printf messages.<DT><A HREF="./org/lwjgl/opencl/CLPrintfCallback.html#CLPrintfCallback()"><B>CLPrintfCallback()</B></A> -
Constructor for class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPrintfCallback.html" title="class in org.lwjgl.opencl">CLPrintfCallback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl"><B>CLProgram</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>This class is a wrapper around a cl_program pointer.<DT><A HREF="./org/lwjgl/opencl/CL10.html#clReleaseCommandQueue(org.lwjgl.opencl.CLCommandQueue)"><B>clReleaseCommandQueue(CLCommandQueue)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clReleaseContext(org.lwjgl.opencl.CLContext)"><B>clReleaseContext(CLContext)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clReleaseDevice(org.lwjgl.opencl.CLDevice)"><B>clReleaseDevice(CLDevice)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>Warning: LWJGL will not automatically release any objects associated with sub-devices.
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#clReleaseDeviceEXT(org.lwjgl.opencl.CLDevice)"><B>clReleaseDeviceEXT(CLDevice)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>Warning: LWJGL will not automatically release any objects associated with sub-devices.
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clReleaseEvent(org.lwjgl.opencl.CLEvent)"><B>clReleaseEvent(CLEvent)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clReleaseKernel(org.lwjgl.opencl.CLKernel)"><B>clReleaseKernel(CLKernel)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clReleaseMemObject(org.lwjgl.opencl.CLMem)"><B>clReleaseMemObject(CLMem)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clReleaseProgram(org.lwjgl.opencl.CLProgram)"><B>clReleaseProgram(CLProgram)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clReleaseSampler(org.lwjgl.opencl.CLSampler)"><B>clReleaseSampler(CLSampler)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clRetainCommandQueue(org.lwjgl.opencl.CLCommandQueue)"><B>clRetainCommandQueue(CLCommandQueue)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clRetainContext(org.lwjgl.opencl.CLContext)"><B>clRetainContext(CLContext)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clRetainDevice(org.lwjgl.opencl.CLDevice)"><B>clRetainDevice(CLDevice)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html#clRetainDeviceEXT(org.lwjgl.opencl.CLDevice)"><B>clRetainDeviceEXT(CLDevice)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl">EXTDeviceFission</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clRetainEvent(org.lwjgl.opencl.CLEvent)"><B>clRetainEvent(CLEvent)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clRetainKernel(org.lwjgl.opencl.CLKernel)"><B>clRetainKernel(CLKernel)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clRetainMemObject(org.lwjgl.opencl.CLMem)"><B>clRetainMemObject(CLMem)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clRetainProgram(org.lwjgl.opencl.CLProgram)"><B>clRetainProgram(CLProgram)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clRetainSampler(org.lwjgl.opencl.CLSampler)"><B>clRetainSampler(CLSampler)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLSampler.html" title="class in org.lwjgl.opencl"><B>CLSampler</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>This class is a wrapper around a cl_sampler pointer.<DT><A HREF="./org/lwjgl/opencl/CL11.html#clSetEventCallback(org.lwjgl.opencl.CLEvent, int, org.lwjgl.opencl.CLEventCallback)"><B>clSetEventCallback(CLEvent, int, CLEventCallback)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, long)"><B>clSetKernelArg(CLKernel, int, long)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.ByteBuffer)"><B>clSetKernelArg(CLKernel, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.DoubleBuffer)"><B>clSetKernelArg(CLKernel, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.FloatBuffer)"><B>clSetKernelArg(CLKernel, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.IntBuffer)"><B>clSetKernelArg(CLKernel, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.LongBuffer)"><B>clSetKernelArg(CLKernel, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, java.nio.ShortBuffer)"><B>clSetKernelArg(CLKernel, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clSetKernelArg(org.lwjgl.opencl.CLKernel, int, org.lwjgl.opencl.CLObject)"><B>clSetKernelArg(CLKernel, int, CLObject)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clSetKernelArg.
<DT><A HREF="./org/lwjgl/opencl/APPLESetMemObjectDestructor.html#clSetMemObjectDestructorAPPLE(org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMemObjectDestructorCallback)"><B>clSetMemObjectDestructorAPPLE(CLMem, CLMemObjectDestructorCallback)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/APPLESetMemObjectDestructor.html" title="class in org.lwjgl.opencl">APPLESetMemObjectDestructor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clSetMemObjectDestructorCallback(org.lwjgl.opencl.CLMem, org.lwjgl.opencl.CLMemObjectDestructorCallback)"><B>clSetMemObjectDestructorCallback(CLMem, CLMemObjectDestructorCallback)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clSetPrintfCallback(org.lwjgl.opencl.CLContext, org.lwjgl.opencl.CLPrintfCallback)"><B>clSetPrintfCallback(CLContext, CLPrintfCallback)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL11.html#clSetUserEventStatus(org.lwjgl.opencl.CLEvent, int)"><B>clSetUserEventStatus(CLEvent, int)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL11.html" title="class in org.lwjgl.opencl">CL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/KHRTerminateContext.html#clTerminateContextKHR(org.lwjgl.opencl.CLContext)"><B>clTerminateContextKHR(CLContext)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/KHRTerminateContext.html" title="class in org.lwjgl.opencl">KHRTerminateContext</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clUnloadCompiler()"><B>clUnloadCompiler()</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL12.html#clUnloadPlatformCompiler(org.lwjgl.opencl.CLPlatform)"><B>clUnloadPlatformCompiler(CLPlatform)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL12.html" title="class in org.lwjgl.opencl">CL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clWaitForEvents(org.lwjgl.PointerBuffer)"><B>clWaitForEvents(PointerBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL10.html#clWaitForEvents(org.lwjgl.opencl.CLEvent)"><B>clWaitForEvents(CLEvent)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL10.html" title="class in org.lwjgl.opencl">CL10</A>
<DD>Overloads clWaitForEvents.
<DT><A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util"><B>Color</B></A> - Class in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>A mutable Color class<DT><A HREF="./org/lwjgl/util/Color.html#Color()"><B>Color()</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Constructor for Color.
<DT><A HREF="./org/lwjgl/util/Color.html#Color(int, int, int)"><B>Color(int, int, int)</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Constructor for Color.
<DT><A HREF="./org/lwjgl/util/Color.html#Color(byte, byte, byte)"><B>Color(byte, byte, byte)</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Constructor for Color.
<DT><A HREF="./org/lwjgl/util/Color.html#Color(int, int, int, int)"><B>Color(int, int, int, int)</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Constructor for Color.
<DT><A HREF="./org/lwjgl/util/Color.html#Color(byte, byte, byte, byte)"><B>Color(byte, byte, byte, byte)</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Constructor for Color.
<DT><A HREF="./org/lwjgl/util/Color.html#Color(org.lwjgl.util.ReadableColor)"><B>Color(ReadableColor)</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Constructor for Color
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#combine(double[], java.lang.Object[], float[], java.lang.Object[])"><B>combine(double[], Object[], float[], Object[])</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</A>
<DD>The <b>combine</b> callback method is called to create a new vertex when
the tessellation detects an intersection, or wishes to merge features.
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#combine(double[], java.lang.Object[], float[], java.lang.Object[])"><B>combine(double[], Object[], float[], Object[])</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#combineData(double[], java.lang.Object[], float[], java.lang.Object[], java.lang.Object)"><B>combineData(double[], Object[], float[], Object[], Object)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</A>
<DD>The same as the <A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#combine(double[], java.lang.Object[], float[], java.lang.Object[])"><CODE>combine</CODE></A> callback method except
that it takes an additional reference argument.
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#combineData(double[], java.lang.Object[], float[], java.lang.Object[], java.lang.Object)"><B>combineData(double[], Object[], float[], Object[], Object)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerBuffer.html#compact()"><B>compact()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Compacts this buffer&nbsp;&nbsp;<i>(optional operation)</i>.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#compareTo(java.lang.Object)"><B>compareTo(Object)</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Compares this buffer to another.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#compareVersion(java.io.File, java.lang.String)"><B>compareVersion(File, String)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>This method will return true if the version stored in the file
matches the supplied String version.
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#componentHidden(java.awt.event.ComponentEvent)"><B>componentHidden(ComponentEvent)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#componentMoved(java.awt.event.ComponentEvent)"><B>componentMoved(ComponentEvent)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#componentResized(java.awt.event.ComponentEvent)"><B>componentResized(ComponentEvent)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#componentShown(java.awt.event.ComponentEvent)"><B>componentShown(ComponentEvent)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/Util.html#compPerPix(int)"><B>compPerPix(int)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Util.html" title="class in org.lwjgl.util.glu">Util</A>
<DD>Method compPerPix.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#concurrentLookupThreads"><B>concurrentLookupThreads</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>threads to use when fetching information of files to be downloaded
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#CONDITION_SATISFIED_APPLE"><B>CONDITION_SATISFIED_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Returned by ClientWaitSyncAPPLE:
<DT><A HREF="./org/lwjgl/util/Rectangle.html#contains(org.lwjgl.util.ReadablePoint)"><B>contains(ReadablePoint)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Checks whether or not this <code>Rectangle</code> contains the
specified <code>Point</code>.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#contains(int, int)"><B>contains(int, int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Checks whether or not this <code>Rectangle</code> contains the
point at the specified location
(<i>x</i>,&nbsp;<i>y</i>).
<DT><A HREF="./org/lwjgl/util/Rectangle.html#contains(org.lwjgl.util.ReadableRectangle)"><B>contains(ReadableRectangle)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Checks whether or not this <code>Rectangle</code> entirely contains
the specified <code>Rectangle</code>.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#contains(int, int, int, int)"><B>contains(int, int, int, int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Checks whether this <code>Rectangle</code> entirely contains
the <code>Rectangle</code>
at the specified location (<i>X</i>,&nbsp;<i>Y</i>) with the
specified dimensions (<i>W</i>,&nbsp;<i>H</i>).
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB"><B>CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_CORE_PROFILE_BIT_ARB"><B>CONTEXT_CORE_PROFILE_BIT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_DEBUG_BIT_ARB"><B>CONTEXT_DEBUG_BIT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_ES2_PROFILE_BIT_EXT"><B>CONTEXT_ES2_PROFILE_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_FLAGS_ARB"><B>CONTEXT_FLAGS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_FORWARD_COMPATIBLE_BIT_ARB"><B>CONTEXT_FORWARD_COMPATIBLE_BIT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_LAYER_PLANE_ARB"><B>CONTEXT_LAYER_PLANE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_MAJOR_VERSION_ARB"><B>CONTEXT_MAJOR_VERSION_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_MINOR_VERSION_ARB"><B>CONTEXT_MINOR_VERSION_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_PROFILE_MASK_ARB"><B>CONTEXT_PROFILE_MASK_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_RELEASE_BEHABIOR_ARB"><B>CONTEXT_RELEASE_BEHABIOR_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB"><B>CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_RELEASE_BEHAVIOR_NONE_ARB"><B>CONTEXT_RELEASE_BEHAVIOR_NONE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_RESET_ISOLATION_BIT_ARB"><B>CONTEXT_RESET_ISOLATION_BIT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB"><B>CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_ROBUST_ACCESS_BIT_ARB"><B>CONTEXT_ROBUST_ACCESS_BIT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl"><B>ContextAttribs</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>This class represents the context attributes passed to CreateContextAttribs of the ARB_create_context extension.<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#ContextAttribs()"><B>ContextAttribs()</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Creates the default ContextAttribs instance.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#ContextAttribs(int, int)"><B>ContextAttribs(int, int)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Creates a ContextAttribs instance for the given OpenGL version.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#ContextAttribs(int, int, int)"><B>ContextAttribs(int, int, int)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Creates a new ContextAttribs instance with the given attributes.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#ContextAttribs(int, int, int, int)"><B>ContextAttribs(int, int, int, int)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Creates a new ContextAttribs instance with the given attributes.
<DT><A HREF="./org/lwjgl/opengles/ContextAttribs.html" title="class in org.lwjgl.opengles"><B>ContextAttribs</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>This class represents the context attributes passed to EGL's eglCreateContext.<DT><A HREF="./org/lwjgl/opengles/ContextAttribs.html#ContextAttribs()"><B>ContextAttribs()</B></A> -
Constructor for class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextAttribs.html" title="class in org.lwjgl.opengles">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextAttribs.html#ContextAttribs(int)"><B>ContextAttribs(int)</B></A> -
Constructor for class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextAttribs.html" title="class in org.lwjgl.opengles">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl"><B>ContextCapabilities</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles"><B>ContextCapabilities</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input"><B>Controller</B></A> - Interface in <A HREF="./org/lwjgl/input/package-summary.html">org.lwjgl.input</A><DD>A game controller of some sort that will provide input.<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input"><B>ControllerAdapter</B></A> - Class in <A HREF="./org/lwjgl/util/input/package-summary.html">org.lwjgl.util.input</A><DD>Adapter for the Controller interface.<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#ControllerAdapter()"><B>ControllerAdapter()</B></A> -
Constructor for class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input"><B>Controllers</B></A> - Class in <A HREF="./org/lwjgl/input/package-summary.html">org.lwjgl.input</A><DD>The collection of controllers currently connected.<DT><A HREF="./org/lwjgl/input/Controllers.html#Controllers()"><B>Controllers()</B></A> -
Constructor for class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#copy(org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject, int)"><B>copy(MappedObject, MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#copyRange(T, int)"><B>copyRange(T, int)</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Copies and amount of <code>SIZEOF * instances</code> bytes, from the
current mapped object, to the specified mapped object.
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#copyTo(T)"><B>copyTo(T)</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Copies and amount of <code>SIZEOF - padding</code> bytes, from the current
mapped object, to the specified mapped object.
<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#cos(float)"><B>cos(float)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#cput(char, long)"><B>cput(char, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#cput(org.lwjgl.util.mapped.MappedObject, char, int)"><B>cput(MappedObject, char, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controllers.html#create()"><B>create()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Initialise the controllers collection
<DT><A HREF="./org/lwjgl/input/Keyboard.html#create()"><B>create()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>"Create" the keyboard.
<DT><A HREF="./org/lwjgl/input/Mouse.html#create()"><B>create()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>"Create" the mouse.
<DT><A HREF="./org/lwjgl/openal/AL.html#create(java.lang.String, int, int, boolean)"><B>create(String, int, int, boolean)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal">AL</A>
<DD>Creates an OpenAL instance.
<DT><A HREF="./org/lwjgl/openal/AL.html#create(java.lang.String, int, int, boolean, boolean)"><B>create(String, int, int, boolean, boolean)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal">AL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL.html#create()"><B>create()</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal">AL</A>
<DD>Creates an OpenAL instance.
<DT><A HREF="./org/lwjgl/opencl/CL.html#create()"><B>create()</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL.html" title="class in org.lwjgl.opencl">CL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#create(org.lwjgl.opencl.CLPlatform, java.util.List, java.nio.IntBuffer)"><B>create(CLPlatform, List&lt;CLDevice&gt;, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>Creates a new CLContext.
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#create(org.lwjgl.opencl.CLPlatform, java.util.List, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)"><B>create(CLPlatform, List&lt;CLDevice&gt;, CLContextCallback, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>Creates a new CLContext.
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#create(org.lwjgl.opencl.CLPlatform, java.util.List, org.lwjgl.opencl.CLContextCallback, org.lwjgl.opengl.Drawable, java.nio.IntBuffer)"><B>create(CLPlatform, List&lt;CLDevice&gt;, CLContextCallback, Drawable, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>Creates a new CLContext.
<DT><A HREF="./org/lwjgl/opengl/Display.html#create()"><B>create()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Create the OpenGL context.
<DT><A HREF="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormat)"><B>create(PixelFormat)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Create the OpenGL context with the given minimum parameters.
<DT><A HREF="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.Drawable)"><B>create(PixelFormat, Drawable)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Create the OpenGL context with the given minimum parameters.
<DT><A HREF="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.ContextAttribs)"><B>create(PixelFormat, ContextAttribs)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Create the OpenGL context with the given minimum parameters.
<DT><A HREF="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.Drawable, org.lwjgl.opengl.ContextAttribs)"><B>create(PixelFormat, Drawable, ContextAttribs)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Create the OpenGL context with the given minimum parameters.
<DT><A HREF="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormatLWJGL)"><B>create(PixelFormatLWJGL)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Create the OpenGL ES context with the given minimum parameters.
<DT><A HREF="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormatLWJGL, org.lwjgl.opengl.Drawable)"><B>create(PixelFormatLWJGL, Drawable)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Create the OpenGL ES context with the given minimum parameters.
<DT><A HREF="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormatLWJGL, org.lwjgl.opengles.ContextAttribs)"><B>create(PixelFormatLWJGL, ContextAttribs)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Create the OpenGL ES context with the given minimum parameters.
<DT><A HREF="./org/lwjgl/opengl/Display.html#create(org.lwjgl.opengl.PixelFormatLWJGL, org.lwjgl.opengl.Drawable, org.lwjgl.opengles.ContextAttribs)"><B>create(PixelFormatLWJGL, Drawable, ContextAttribs)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Create the OpenGL ES context with the given minimum parameters.
<DT><A HREF="./org/lwjgl/util/mapped/MappedSet.html#create(org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject)"><B>create(MappedObject, MappedObject)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedSet.html" title="class in org.lwjgl.util.mapped">MappedSet</A>
<DD>Creates a <code>MappedSet</code> by linking the specified <code>MappedObject</code>s.
<DT><A HREF="./org/lwjgl/util/mapped/MappedSet.html#create(org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject)"><B>create(MappedObject, MappedObject, MappedObject)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedSet.html" title="class in org.lwjgl.util.mapped">MappedSet</A>
<DD>Creates a <code>MappedSet</code> by linking the specified <code>MappedObject</code>s.
<DT><A HREF="./org/lwjgl/util/mapped/MappedSet.html#create(org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject)"><B>create(MappedObject, MappedObject, MappedObject, MappedObject)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedSet.html" title="class in org.lwjgl.util.mapped">MappedSet</A>
<DD>Creates a <code>MappedSet</code> by linking the specified <code>MappedObject</code>s.
<DT><A HREF="./org/lwjgl/util/WaveData.html#create(java.net.URL)"><B>create(URL)</B></A> -
Static method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</A>
<DD>Creates a WaveData container from the specified url
<DT><A HREF="./org/lwjgl/util/WaveData.html#create(java.lang.String)"><B>create(String)</B></A> -
Static method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</A>
<DD>Creates a WaveData container from the specified in the classpath
<DT><A HREF="./org/lwjgl/util/WaveData.html#create(java.io.InputStream)"><B>create(InputStream)</B></A> -
Static method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</A>
<DD>Creates a WaveData container from the specified inputstream
<DT><A HREF="./org/lwjgl/util/WaveData.html#create(byte[])"><B>create(byte[])</B></A> -
Static method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</A>
<DD>Creates a WaveData container from the specified bytes
<DT><A HREF="./org/lwjgl/util/WaveData.html#create(java.nio.ByteBuffer)"><B>create(ByteBuffer)</B></A> -
Static method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</A>
<DD>Creates a WaveData container from the specified ByetBuffer.
<DT><A HREF="./org/lwjgl/util/WaveData.html#create(javax.sound.sampled.AudioInputStream)"><B>create(AudioInputStream)</B></A> -
Static method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</A>
<DD>Creates a WaveData container from the specified stream
<DT><A HREF="./org/lwjgl/BufferUtils.html#createByteBuffer(int)"><B>createByteBuffer(int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Construct a direct native-ordered bytebuffer with the specified size.
<DT><A HREF="./org/lwjgl/util/mapped/CacheUtil.html#createByteBuffer(int)"><B>createByteBuffer(int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/CacheUtil.html" title="class in org.lwjgl.util.mapped">CacheUtil</A>
<DD>Construct a direct, native-ordered and cache-line-aligned bytebuffer with the specified size.
<DT><A HREF="./org/lwjgl/BufferUtils.html#createCharBuffer(int)"><B>createCharBuffer(int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Construct a direct native-order charbuffer with the specified number
of elements.
<DT><A HREF="./org/lwjgl/util/mapped/CacheUtil.html#createCharBuffer(int)"><B>createCharBuffer(int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/CacheUtil.html" title="class in org.lwjgl.util.mapped">CacheUtil</A>
<DD>Construct a direct, native-ordered and cache-line-aligned charbuffer with the specified number
of elements.
<DT><A HREF="./org/lwjgl/opengles/EGLDisplay.html#createContext(org.lwjgl.opengles.EGLConfig, org.lwjgl.opengles.EGLContext, java.nio.IntBuffer)"><B>createContext(EGLConfig, EGLContext, IntBuffer)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#createCursor(int, int, int, int, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>createCursor(int, int, int, int, int, IntBuffer, IntBuffer)</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Native cursor handles
<DT><A HREF="./org/lwjgl/BufferUtils.html#createDoubleBuffer(int)"><B>createDoubleBuffer(int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Construct a direct native-order doublebuffer with the specified number
of elements.
<DT><A HREF="./org/lwjgl/util/mapped/CacheUtil.html#createDoubleBuffer(int)"><B>createDoubleBuffer(int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/CacheUtil.html" title="class in org.lwjgl.util.mapped">CacheUtil</A>
<DD>Construct a direct, native-ordered and cache-line-aligned doublebuffer with the specified number
of elements.
<DT><A HREF="./org/lwjgl/BufferUtils.html#createFloatBuffer(int)"><B>createFloatBuffer(int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Construct a direct native-order floatbuffer with the specified number
of elements.
<DT><A HREF="./org/lwjgl/util/mapped/CacheUtil.html#createFloatBuffer(int)"><B>createFloatBuffer(int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/CacheUtil.html" title="class in org.lwjgl.util.mapped">CacheUtil</A>
<DD>Construct a direct, native-ordered and cache-line-aligned floatbuffer with the specified number
of elements.
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#createFromType(org.lwjgl.opencl.CLPlatform, long, java.nio.IntBuffer)"><B>createFromType(CLPlatform, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>Creates a new CLContext.
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#createFromType(org.lwjgl.opencl.CLPlatform, long, org.lwjgl.opencl.CLContextCallback, java.nio.IntBuffer)"><B>createFromType(CLPlatform, long, CLContextCallback, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>Creates a new CLContext.
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#createFromType(org.lwjgl.opencl.CLPlatform, long, org.lwjgl.opencl.CLContextCallback, org.lwjgl.opengl.Drawable, java.nio.IntBuffer)"><B>createFromType(CLPlatform, long, CLContextCallback, Drawable, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>Creates a new CLContext.
<DT><A HREF="./org/lwjgl/opencl/CLMem.html#createImage2D(org.lwjgl.opencl.CLContext, long, org.lwjgl.opencl.api.CLImageFormat, long, long, long, java.nio.Buffer, java.nio.IntBuffer)"><B>createImage2D(CLContext, long, CLImageFormat, long, long, long, Buffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</A>
<DD>Creates a new 2D image object.
<DT><A HREF="./org/lwjgl/opencl/CLMem.html#createImage3D(org.lwjgl.opencl.CLContext, long, org.lwjgl.opencl.api.CLImageFormat, long, long, long, long, long, java.nio.Buffer, java.nio.IntBuffer)"><B>createImage3D(CLContext, long, CLImageFormat, long, long, long, long, long, Buffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</A>
<DD>Creates a new 3D image object.
<DT><A HREF="./org/lwjgl/BufferUtils.html#createIntBuffer(int)"><B>createIntBuffer(int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Construct a direct native-order intbuffer with the specified number
of elements.
<DT><A HREF="./org/lwjgl/util/mapped/CacheUtil.html#createIntBuffer(int)"><B>createIntBuffer(int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/CacheUtil.html" title="class in org.lwjgl.util.mapped">CacheUtil</A>
<DD>Construct a direct, native-ordered and cache-line-aligned intbuffer with the specified number
of elements.
<DT><A HREF="./org/lwjgl/opencl/CLProgram.html#createKernelsInProgram()"><B>createKernelsInProgram()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</A>
<DD>Creates kernel objects for all kernels functions in this program.
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#createKeyboard()"><B>createKeyboard()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Method to create the keyboard
<DT><A HREF="./org/lwjgl/BufferUtils.html#createLongBuffer(int)"><B>createLongBuffer(int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Construct a direct native-order longbuffer with the specified number
of elements.
<DT><A HREF="./org/lwjgl/util/mapped/CacheUtil.html#createLongBuffer(int)"><B>createLongBuffer(int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/CacheUtil.html" title="class in org.lwjgl.util.mapped">CacheUtil</A>
<DD>Construct a direct, native-ordered and cache-line-aligned longbuffer with the specified number
of elements.
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#createMouse()"><B>createMouse()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Method to create the mouse.
<DT><A HREF="./org/lwjgl/BufferUtils.html#createPointerBuffer(int)"><B>createPointerBuffer(int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Construct a PointerBuffer with the specified number
of elements.
<DT><A HREF="./org/lwjgl/util/mapped/CacheUtil.html#createPointerBuffer(int)"><B>createPointerBuffer(int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/CacheUtil.html" title="class in org.lwjgl.util.mapped">CacheUtil</A>
<DD>Construct a cache-line-aligned PointerBuffer with the specified number
of elements.
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#createSharedContext()"><B>createSharedContext()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>This method should only be called internally.
<DT><A HREF="./org/lwjgl/opengl/SharedDrawable.html#createSharedContext()"><B>createSharedContext()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/SharedDrawable.html" title="class in org.lwjgl.opengl">SharedDrawable</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferUtils.html#createShortBuffer(int)"><B>createShortBuffer(int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Construct a direct native-order shortbuffer with the specified number
of elements.
<DT><A HREF="./org/lwjgl/util/mapped/CacheUtil.html#createShortBuffer(int)"><B>createShortBuffer(int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/CacheUtil.html" title="class in org.lwjgl.util.mapped">CacheUtil</A>
<DD>Construct a direct, native-ordered and cache-line-aligned shortbuffer with the specified number
of elements.
<DT><A HREF="./org/lwjgl/opencl/CLMem.html#createSubBuffer(long, int, org.lwjgl.opencl.api.CLBufferRegion, java.nio.IntBuffer)"><B>createSubBuffer(long, int, CLBufferRegion, IntBuffer)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EGLDisplay.html#createWindowSurface(org.lwjgl.opengles.EGLConfig, long, java.nio.IntBuffer)"><B>createWindowSurface(EGLConfig, long, IntBuffer)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</A>
<DD>Creates an on-screen rendering surface on this EGL display.
<DT><A HREF="./org/lwjgl/util/glu/Util.html#cross(float[], float[], float[])"><B>cross(float[], float[], float[])</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Util.html" title="class in org.lwjgl.util.glu">Util</A>
<DD>Calculate cross-product
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#cross(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f)"><B>cross(Vector3f, Vector3f, Vector3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>The cross product of two vectors.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#CUBE_MAP_FACE"><B>CUBE_MAP_FACE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>The render-to-texture cube map face attribute.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#currentSizeExtract"><B>currentSizeExtract</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>current size of extracted in bytes
<DT><A HREF="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input"><B>Cursor</B></A> - Class in <A HREF="./org/lwjgl/input/package-summary.html">org.lwjgl.input</A><DD>A class representing a native cursor.<DT><A HREF="./org/lwjgl/input/Cursor.html#Cursor(int, int, int, int, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>Cursor(int, int, int, int, int, IntBuffer, IntBuffer)</B></A> -
Constructor for class org.lwjgl.input.<A HREF="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</A>
<DD>Constructs a new Cursor, with the given parameters.
<DT><A HREF="./org/lwjgl/input/Cursor.html#CURSOR_8_BIT_ALPHA"><B>CURSOR_8_BIT_ALPHA</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</A>
<DD>8 bit alhpa native cursor
<DT><A HREF="./org/lwjgl/input/Cursor.html#CURSOR_ANIMATION"><B>CURSOR_ANIMATION</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</A>
<DD>animation native cursor
<DT><A HREF="./org/lwjgl/input/Cursor.html#CURSOR_ONE_BIT_TRANSPARENCY"><B>CURSOR_ONE_BIT_TRANSPARENCY</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</A>
<DD>1 bit transparency for native cursor
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#cvget(long)"><B>cvget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#cvget(org.lwjgl.util.mapped.MappedObject, int)"><B>cvget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#cvput(char, long)"><B>cvput(char, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#cvput(org.lwjgl.util.mapped.MappedObject, char, int)"><B>cvput(MappedObject, char, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#CYAN"><B>CYAN</B></A> -
Static variable in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/Cylinder.html" title="class in org.lwjgl.util.glu"><B>Cylinder</B></A> - Class in <A HREF="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</A><DD>Cylinder.java
Created 23-dec-2003<DT><A HREF="./org/lwjgl/util/glu/Cylinder.html#Cylinder()"><B>Cylinder()</B></A> -
Constructor for class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Cylinder.html" title="class in org.lwjgl.util.glu">Cylinder</A>
<DD>Constructor for Cylinder.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/WaveData.html#data"><B>data</B></A> -
Variable in class org.lwjgl.util.<A HREF="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</A>
<DD>actual wave data
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#DEBUG"><B>DEBUG</B></A> -
Static variable in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>Debug flag.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#debug_sleep(long)"><B>debug_sleep(long)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Utility method for sleeping
Will only really sleep if debug has been enabled
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#debugMode"><B>debugMode</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>whether we're running in debug mode
<DT><A HREF="./org/lwjgl/MemoryUtil.html#decodeASCII(java.nio.ByteBuffer)"><B>decodeASCII(ByteBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#decodeUTF16(java.nio.ByteBuffer)"><B>decodeUTF16(ByteBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#decodeUTF8(java.nio.ByteBuffer)"><B>decodeUTF8(ByteBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#DEPTH_BUFFER"><B>DEPTH_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>The Pbuffer depth buffer.
<DT><A HREF="./org/lwjgl/input/Controllers.html#destroy()"><B>destroy()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Destroys any resources used by the controllers
<DT><A HREF="./org/lwjgl/input/Cursor.html#destroy()"><B>destroy()</B></A> -
Method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</A>
<DD>Destroy the native cursor.
<DT><A HREF="./org/lwjgl/input/Keyboard.html#destroy()"><B>destroy()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>"Destroy" the keyboard
<DT><A HREF="./org/lwjgl/input/Mouse.html#destroy()"><B>destroy()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>"Destroy" the mouse.
<DT><A HREF="./org/lwjgl/openal/AL.html#destroy()"><B>destroy()</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal">AL</A>
<DD>Exit cleanly by calling destroy.
<DT><A HREF="./org/lwjgl/opencl/CL.html#destroy()"><B>destroy()</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL.html" title="class in org.lwjgl.opencl">CL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#destroy()"><B>destroy()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>Destroy the OpenGL context.
<DT><A HREF="./org/lwjgl/opengl/Display.html#destroy()"><B>destroy()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Destroy the Display.
<DT><A HREF="./org/lwjgl/opengl/Drawable.html#destroy()"><B>destroy()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Drawable.html" title="interface in org.lwjgl.opengl">Drawable</A>
<DD>Destroys the Drawable.
<DT><A HREF="./org/lwjgl/opengles/EGLContext.html#destroy()"><B>destroy()</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLContext.html" title="class in org.lwjgl.opengles">EGLContext</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EGLSurface.html#destroy()"><B>destroy()</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLSurface.html" title="class in org.lwjgl.opengles">EGLSurface</A>
<DD>Destroys this EGL surface.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#destroy()"><B>destroy()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#destroyCursor(java.lang.Object)"><B>destroyCursor(Object)</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#destroyKeyboard()"><B>destroyKeyboard()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Method to destroy the keyboard
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#destroyMouse()"><B>destroyMouse()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Method the destroy the mouse
<DT><A HREF="./org/lwjgl/util/vector/Matrix.html#determinant()"><B>determinant()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#determinant()"><B>determinant()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#determinant()"><B>determinant()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#determinant()"><B>determinant()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#dget(long)"><B>dget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#dget(org.lwjgl.util.mapped.MappedObject, int)"><B>dget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util"><B>Dimension</B></A> - Class in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>A 2D integer Dimension class, which looks remarkably like an AWT one.<DT><A HREF="./org/lwjgl/util/Dimension.html#Dimension()"><B>Dimension()</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</A>
<DD>Constructor for Dimension.
<DT><A HREF="./org/lwjgl/util/Dimension.html#Dimension(int, int)"><B>Dimension(int, int)</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</A>
<DD>Constructor for Dimension.
<DT><A HREF="./org/lwjgl/util/Dimension.html#Dimension(org.lwjgl.util.ReadableDimension)"><B>Dimension(ReadableDimension)</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</A>
<DD>Constructor for Dimension.
<DT><A HREF="./org/lwjgl/util/glu/Disk.html" title="class in org.lwjgl.util.glu"><B>Disk</B></A> - Class in <A HREF="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</A><DD>Disk.java
Created 23-dec-2003<DT><A HREF="./org/lwjgl/util/glu/Disk.html#Disk()"><B>Disk()</B></A> -
Constructor for class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Disk.html" title="class in org.lwjgl.util.glu">Disk</A>
<DD>Constructor for Disk.
<DT><A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl"><B>Display</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/Display.html" title="class in org.lwjgl.util"><B>Display</B></A> - Class in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>Display initialization utility, that can be used to find display modes and pick
one for you based on your criteria.<DT><A HREF="./org/lwjgl/util/Display.html#Display()"><B>Display()</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Display.html" title="class in org.lwjgl.util">Display</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl"><B>DisplayMode</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>This class encapsulates the properties for a given display mode.<DT><A HREF="./org/lwjgl/opengl/DisplayMode.html#DisplayMode(int, int)"><B>DisplayMode(int, int)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</A>
<DD>Construct a display mode.
<DT><A HREF="./org/lwjgl/util/WaveData.html#dispose()"><B>dispose()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</A>
<DD>Disposes the wavedata
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#DKGREY"><B>DKGREY</B></A> -
Static variable in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/DMPShaderBinary.html" title="class in org.lwjgl.opengles"><B>DMPShaderBinary</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#dot(org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion)"><B>dot(Quaternion, Quaternion)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>The dot product of two quaternions
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#dot(org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Vector2f)"><B>dot(Vector2f, Vector2f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>The dot product of two vectors is calculated as
v1.x * v2.x + v1.y * v2.y + v1.z * v2.z
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#dot(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f)"><B>dot(Vector3f, Vector3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>The dot product of two vectors is calculated as
v1.x * v2.x + v1.y * v2.y + v1.z * v2.z
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#dot(org.lwjgl.util.vector.Vector4f, org.lwjgl.util.vector.Vector4f)"><B>dot(Vector4f, Vector4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>The dot product of two vectors is calculated as
v1.x * v2.x + v1.y * v2.y + v1.z * v2.z + v1.w * v2.w
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#downloadJars(java.lang.String)"><B>downloadJars(String)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Will download the jars from the server using the list of urls
in urlList, while at the same time updating progress bar
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#dput(double, long)"><B>dput(double, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#dput(org.lwjgl.util.mapped.MappedObject, double, int)"><B>dput(MappedObject, double, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/Cylinder.html#draw(float, float, float, int, int)"><B>draw(float, float, float, int, int)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Cylinder.html" title="class in org.lwjgl.util.glu">Cylinder</A>
<DD>draws a cylinder oriented along the z axis.
<DT><A HREF="./org/lwjgl/util/glu/Disk.html#draw(float, float, int, int)"><B>draw(float, float, int, int)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Disk.html" title="class in org.lwjgl.util.glu">Disk</A>
<DD>renders a disk on the z = 0 plane.
<DT><A HREF="./org/lwjgl/util/glu/PartialDisk.html#draw(float, float, int, int, float, float)"><B>draw(float, float, int, int, float, float)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/PartialDisk.html" title="class in org.lwjgl.util.glu">PartialDisk</A>
<DD>renders a partial disk on the z=0 plane.
<DT><A HREF="./org/lwjgl/util/glu/Sphere.html#draw(float, int, int)"><B>draw(float, int, int)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Sphere.html" title="class in org.lwjgl.util.glu">Sphere</A>
<DD>draws a sphere of the given radius centered around the origin.
<DT><A HREF="./org/lwjgl/opengl/Drawable.html" title="interface in org.lwjgl.opengl"><B>Drawable</B></A> - Interface in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>The Drawable interface describes an OpenGL drawable with an associated
Context.<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#drawStyle"><B>drawStyle</B></A> -
Variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#dup(org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject)"><B>dup(MappedObject, MappedObject)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#dup()"><B>dup()</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Creates an identical new MappedObject instance, comparable to the
contract of <CODE>ByteBuffer.duplicate()</CODE>.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#duplicate()"><B>duplicate()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Creates a new pointer buffer that shares this buffer's content.
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#dvget(long)"><B>dvget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#dvget(org.lwjgl.util.mapped.MappedObject, int)"><B>dvget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#dvput(double, long)"><B>dvput(double, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#dvput(org.lwjgl.util.mapped.MappedObject, double, int)"><B>dvput(MappedObject, double, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#edgeFlag(boolean)"><B>edgeFlag(boolean)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</A>
<DD>The <b>edgeFlag</b> callback method is similar to
<CODE>glEdgeFlag</CODE>.
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#edgeFlag(boolean)"><B>edgeFlag(boolean)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#edgeFlagData(boolean, java.lang.Object)"><B>edgeFlagData(boolean, Object)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</A>
<DD>The same as the <A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#edgeFlag(boolean)"><CODE>edgeFlage</CODE></A> callback method
except that it takes an additional reference argument.
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#edgeFlagData(boolean, java.lang.Object)"><B>edgeFlagData(boolean, Object)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal"><B>EFX10</B></A> - Class in <A HREF="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</A><DD>Implementation of the OpenAL extension ALC_EXT_EFX (version 1.0).<DT><A HREF="./org/lwjgl/openal/EFXUtil.html" title="class in org.lwjgl.openal"><B>EFXUtil</B></A> - Class in <A HREF="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</A><DD>Utility class for the OpenAL extension ALC_EXT_EFX.<DT><A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles"><B>EGL</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>EGL wrapper class.<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_ALPHA_MASK_SIZE"><B>EGL_ALPHA_MASK_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_ALPHA_SIZE"><B>EGL_ALPHA_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#EGL_ALREADY_SIGNALED_NV"><B>EGL_ALREADY_SIGNALED_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Returned by eglClientWaitSyncNV:
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BACK_BUFFER"><B>EGL_BACK_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL_RENDER_BUFFER values / BindTexImage / ReleaseTexImage buffer targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BAD_ACCESS"><B>EGL_BAD_ACCESS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BAD_ALLOC"><B>EGL_BAD_ALLOC</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BAD_ATTRIBUTE"><B>EGL_BAD_ATTRIBUTE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BAD_CONFIG"><B>EGL_BAD_CONFIG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BAD_CONTEXT"><B>EGL_BAD_CONTEXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BAD_CURRENT_SURFACE"><B>EGL_BAD_CURRENT_SURFACE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BAD_DISPLAY"><B>EGL_BAD_DISPLAY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BAD_MATCH"><B>EGL_BAD_MATCH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BAD_NATIVE_PIXMAP"><B>EGL_BAD_NATIVE_PIXMAP</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BAD_NATIVE_WINDOW"><B>EGL_BAD_NATIVE_WINDOW</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BAD_PARAMETER"><B>EGL_BAD_PARAMETER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BAD_SURFACE"><B>EGL_BAD_SURFACE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BIND_TO_TEXTURE_RGB"><B>EGL_BIND_TO_TEXTURE_RGB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BIND_TO_TEXTURE_RGBA"><B>EGL_BIND_TO_TEXTURE_RGBA</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BLUE_SIZE"><B>EGL_BLUE_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BUFFER_DESTROYED"><B>EGL_BUFFER_DESTROYED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Back buffer swap behaviors
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BUFFER_PRESERVED"><B>EGL_BUFFER_PRESERVED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Back buffer swap behaviors
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_BUFFER_SIZE"><B>EGL_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_CLIENT_APIS"><B>EGL_CLIENT_APIS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QueryString targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_COLOR_BUFFER_TYPE"><B>EGL_COLOR_BUFFER_TYPE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_CONDITION_SATISFIED_KHR"><B>EGL_CONDITION_SATISFIED_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Returned by eglClientWaitSyncKHR:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_CONDITION_SATISFIED_KHR"><B>EGL_CONDITION_SATISFIED_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Returned by eglClientWaitSyncKHR:
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#EGL_CONDITION_SATISFIED_NV"><B>EGL_CONDITION_SATISFIED_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Returned by eglClientWaitSyncNV:
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_CONFIG_CAVEAT"><B>EGL_CONFIG_CAVEAT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_CONFIG_ID"><B>EGL_CONFIG_ID</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_CONFORMANT"><B>EGL_CONFORMANT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_CONTEXT_CLIENT_TYPE"><B>EGL_CONTEXT_CLIENT_TYPE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QueryContext targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_CONTEXT_CLIENT_VERSION"><B>EGL_CONTEXT_CLIENT_VERSION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>CreateContext attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_CONTEXT_LOST"><B>EGL_CONTEXT_LOST</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/NVCoverageSample.html#EGL_COVERAGE_BUFFERS_NV"><B>EGL_COVERAGE_BUFFERS_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</A>
<DD>Accepted by the &lt;attrib_list&gt; parameter of eglChooseConfig
and eglCreatePbufferSurface, and by the &lt;attribute&gt;
parameter of eglGetConfigAttrib:
<DT><A HREF="./org/lwjgl/opengles/NVCoverageSample.html#EGL_COVERAGE_SAMPLES_NV"><B>EGL_COVERAGE_SAMPLES_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</A>
<DD>Accepted by the &lt;attrib_list&gt; parameter of eglChooseConfig
and eglCreatePbufferSurface, and by the &lt;attribute&gt;
parameter of eglGetConfigAttrib:
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_DEFAULT_DISPLAY"><B>EGL_DEFAULT_DISPLAY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Out-of-band handle values
<DT><A HREF="./org/lwjgl/opengles/NVDepthNonlinear.html#EGL_DEPTH_ENCODING_NONE_NV"><B>EGL_DEPTH_ENCODING_NONE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDepthNonlinear.html" title="class in org.lwjgl.opengles">NVDepthNonlinear</A>
<DD>Accepted as a value in the &lt;attrib_list&gt; parameter of eglChooseConfig
and eglCreatePbufferSurface, and returned in the &lt;value&gt; parameter
of eglGetConfigAttrib:
<DT><A HREF="./org/lwjgl/opengles/NVDepthNonlinear.html#EGL_DEPTH_ENCODING_NONLINEAR_NV"><B>EGL_DEPTH_ENCODING_NONLINEAR_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDepthNonlinear.html" title="class in org.lwjgl.opengles">NVDepthNonlinear</A>
<DD>Accepted as a value in the &lt;attrib_list&gt; parameter of eglChooseConfig
and eglCreatePbufferSurface, and returned in the &lt;value&gt; parameter
of eglGetConfigAttrib:
<DT><A HREF="./org/lwjgl/opengles/NVDepthNonlinear.html#EGL_DEPTH_ENCODING_NV"><B>EGL_DEPTH_ENCODING_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDepthNonlinear.html" title="class in org.lwjgl.opengles">NVDepthNonlinear</A>
<DD>Accepted by the &lt;attrib_list&gt; parameter of eglChooseConfig,
and by the &lt;attribute&gt; parameter of eglGetConfigAttrib:
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_DEPTH_SIZE"><B>EGL_DEPTH_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_DISPLAY_SCALING"><B>EGL_DISPLAY_SCALING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Constant scale factor by which fractional display resolutions &
aspect ratio are scaled when queried as integer values.
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_DONT_CARE"><B>EGL_DONT_CARE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Out-of-band attribute value
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_DRAW"><B>EGL_DRAW</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>GetCurrentSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_EXTENSIONS"><B>EGL_EXTENSIONS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QueryString targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_FALSE"><B>EGL_FALSE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL aliases
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_FOREVER_KHR"><B>EGL_FOREVER_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Accepted in the &lt;timeout&gt; parameter of eglClientWaitSyncKHR:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_FOREVER_KHR"><B>EGL_FOREVER_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Accepted in the &lt;timeout&gt; parameter of eglClientWaitSyncKHR:
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#EGL_FOREVER_NV"><B>EGL_FOREVER_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Accepted in the &lt;timeout&gt; parameter of eglClientWaitSyncNV:
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_GREEN_SIZE"><B>EGL_GREEN_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_HEIGHT"><B>EGL_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_HORIZONTAL_RESOLUTION"><B>EGL_HORIZONTAL_RESOLUTION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_LARGEST_PBUFFER"><B>EGL_LARGEST_PBUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_LEVEL"><B>EGL_LEVEL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_LUMINANCE_BUFFER"><B>EGL_LUMINANCE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attribute values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_LUMINANCE_SIZE"><B>EGL_LUMINANCE_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_MATCH_NATIVE_PIXMAP"><B>EGL_MATCH_NATIVE_PIXMAP</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_MAX_PBUFFER_HEIGHT"><B>EGL_MAX_PBUFFER_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_MAX_PBUFFER_PIXELS"><B>EGL_MAX_PBUFFER_PIXELS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_MAX_PBUFFER_WIDTH"><B>EGL_MAX_PBUFFER_WIDTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_MAX_SWAP_INTERVAL"><B>EGL_MAX_SWAP_INTERVAL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_MIN_SWAP_INTERVAL"><B>EGL_MIN_SWAP_INTERVAL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_MIPMAP_LEVEL"><B>EGL_MIPMAP_LEVEL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_MIPMAP_TEXTURE"><B>EGL_MIPMAP_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_MULTISAMPLE_RESOLVE"><B>EGL_MULTISAMPLE_RESOLVE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_MULTISAMPLE_RESOLVE_BOX"><B>EGL_MULTISAMPLE_RESOLVE_BOX</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Multisample resolution behaviors
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_MULTISAMPLE_RESOLVE_BOX_BIT"><B>EGL_MULTISAMPLE_RESOLVE_BOX_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL_SURFACE_TYPE mask bits
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_MULTISAMPLE_RESOLVE_DEFAULT"><B>EGL_MULTISAMPLE_RESOLVE_DEFAULT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Multisample resolution behaviors
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_NATIVE_RENDERABLE"><B>EGL_NATIVE_RENDERABLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_NATIVE_VISUAL_ID"><B>EGL_NATIVE_VISUAL_ID</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_NATIVE_VISUAL_TYPE"><B>EGL_NATIVE_VISUAL_TYPE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_NO_CONTEXT"><B>EGL_NO_CONTEXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Out-of-band handle values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_NO_DISPLAY"><B>EGL_NO_DISPLAY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Out-of-band handle values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_NO_SURFACE"><B>EGL_NO_SURFACE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Out-of-band handle values
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_NO_SYNC_KHR"><B>EGL_NO_SYNC_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Returned by eglCreateSyncKHR in the event of an error:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_NO_SYNC_KHR"><B>EGL_NO_SYNC_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Returned by eglCreateSyncKHR in the event of an error:
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#EGL_NO_SYNC_NV"><B>EGL_NO_SYNC_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Returned by eglCreateFenceSyncNV in the event of an error:
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_NO_TEXTURE"><B>EGL_NO_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>More config attribute values, for EGL_TEXTURE_FORMAT
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_NON_CONFORMANT_CONFIG"><B>EGL_NON_CONFORMANT_CONFIG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attribute values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_NONE"><B>EGL_NONE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_NOT_INITIALIZED"><B>EGL_NOT_INITIALIZED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_OPENGL_API"><B>EGL_OPENGL_API</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>BindAPI/QueryAPI targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_OPENGL_BIT"><B>EGL_OPENGL_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL_RENDERABLE_TYPE mask bits
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_OPENGL_ES2_BIT"><B>EGL_OPENGL_ES2_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL_RENDERABLE_TYPE mask bits
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_OPENGL_ES_API"><B>EGL_OPENGL_ES_API</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>BindAPI/QueryAPI targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_OPENGL_ES_BIT"><B>EGL_OPENGL_ES_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL_RENDERABLE_TYPE mask bits
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_OPENVG_API"><B>EGL_OPENVG_API</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>BindAPI/QueryAPI targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_OPENVG_BIT"><B>EGL_OPENVG_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL_RENDERABLE_TYPE mask bits
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_PBUFFER_BIT"><B>EGL_PBUFFER_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL_SURFACE_TYPE mask bits
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_PIXEL_ASPECT_RATIO"><B>EGL_PIXEL_ASPECT_RATIO</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_PIXMAP_BIT"><B>EGL_PIXMAP_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL_SURFACE_TYPE mask bits
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_READ"><B>EGL_READ</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>GetCurrentSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_RED_SIZE"><B>EGL_RED_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_RENDER_BUFFER"><B>EGL_RENDER_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_RENDERABLE_TYPE"><B>EGL_RENDERABLE_TYPE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_RGB_BUFFER"><B>EGL_RGB_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attribute values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_SAMPLE_BUFFERS"><B>EGL_SAMPLE_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_SAMPLES"><B>EGL_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_SIGNALED_KHR"><B>EGL_SIGNALED_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Returned in &lt;value&gt; when eglGetSyncAttribKHR is called with
&lt;attribute&gt; EGL_SYNC_STATUS_KHR:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_SIGNALED_KHR"><B>EGL_SIGNALED_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Returned in &lt;value&gt; when eglGetSyncAttribKHR is called with
&lt;attribute&gt; EGL_SYNC_STATUS_KHR:
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#EGL_SIGNALED_NV"><B>EGL_SIGNALED_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Accepted as an attribute value in the &lt;attrib_list&gt; parameter of
eglCreateFenceSyncNV for the EGL_SYNC_STATUS_NV attribute, by
the &lt;mode&gt; parameter of eglSignalSyncNV and returned in &lt;value&gt;
when eglGetSyncAttribNV is called with &lt;attribute&gt;
EGL_SYNC_STATUS_NV:
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_SINGLE_BUFFER"><B>EGL_SINGLE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL_RENDER_BUFFER values / BindTexImage / ReleaseTexImage buffer targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_SLOW_CONFIG"><B>EGL_SLOW_CONFIG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attribute values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_STENCIL_SIZE"><B>EGL_STENCIL_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_SUCCESS"><B>EGL_SUCCESS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Errors / GetError return values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_SURFACE_TYPE"><B>EGL_SURFACE_TYPE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_SWAP_BEHAVIOR"><B>EGL_SWAP_BEHAVIOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_SWAP_BEHAVIOR_PRESERVED_BIT"><B>EGL_SWAP_BEHAVIOR_PRESERVED_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL_SURFACE_TYPE mask bits
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_SYNC_CONDITION_KHR"><B>EGL_SYNC_CONDITION_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Accepted by the &lt;attribute&gt; parameter of eglGetSyncAttribKHR:
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#EGL_SYNC_CONDITION_NV"><B>EGL_SYNC_CONDITION_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Accepted in the &lt;attribute&gt; parameter of eglGetSyncAttribNV:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_SYNC_FENCE_KHR"><B>EGL_SYNC_FENCE_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Accepted by the &lt;type&gt; parameter of eglCreateSyncKHR, and returned
in &lt;value&gt; when eglGetSyncAttribKHR is called with &lt;attribute&gt;
EGL_SYNC_TYPE_KHR:
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#EGL_SYNC_FENCE_NV"><B>EGL_SYNC_FENCE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Returned in &lt;value&gt; when eglGetSyncAttribNV is called with
&lt;attribute&gt; EGL_SYNC_TYPE_NV:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_SYNC_FLUSH_COMMANDS_BIT_KHR"><B>EGL_SYNC_FLUSH_COMMANDS_BIT_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Accepted in the &lt;flags&gt; parameter of eglClientWaitSyncKHR:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_SYNC_FLUSH_COMMANDS_BIT_KHR"><B>EGL_SYNC_FLUSH_COMMANDS_BIT_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Accepted in the &lt;flags&gt; parameter of eglClientWaitSyncKHR:
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#EGL_SYNC_FLUSH_COMMANDS_BIT_NV"><B>EGL_SYNC_FLUSH_COMMANDS_BIT_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Accepted in the &lt;flags&gt; parameter of eglClientWaitSyncNV:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR"><B>EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Returned in &lt;value&gt; when eglGetSyncAttribKHR is called with
&lt;attribute&gt; EGL_SYNC_CONDITION_KHR:
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#EGL_SYNC_PRIOR_COMMANDS_COMPLETE_NV"><B>EGL_SYNC_PRIOR_COMMANDS_COMPLETE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Accepted in the &lt;condition&gt; parameter of eglCreateFenceSyncNV, and
returned in &lt;value&gt; when eglGetSyncAttribNV is called with &lt;attribute&gt;
EGL_SYNC_CONDITION_NV:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_SYNC_REUSABLE_KHR"><B>EGL_SYNC_REUSABLE_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Accepted by the &lt;type&gt; parameter of eglCreateSyncKHR, and returned
in &lt;value&gt; when eglGetSyncAttribKHR is called with &lt;attribute&gt;
EGL_SYNC_TYPE_KHR:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_SYNC_STATUS_KHR"><B>EGL_SYNC_STATUS_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Accepted by the &lt;attribute&gt; parameter of eglGetSyncAttribKHR:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_SYNC_STATUS_KHR"><B>EGL_SYNC_STATUS_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Accepted by the &lt;attribute&gt; parameter of eglGetSyncAttribKHR:
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#EGL_SYNC_STATUS_NV"><B>EGL_SYNC_STATUS_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Accepted as an attribute name in the &lt;attrib_list&gt; parameter of
eglCreateFenceSyncNV, and by the &lt;attribute&gt; parameter of
eglGetSyncAttribNV:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_SYNC_TYPE_KHR"><B>EGL_SYNC_TYPE_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Accepted by the &lt;attribute&gt; parameter of eglGetSyncAttribKHR:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_SYNC_TYPE_KHR"><B>EGL_SYNC_TYPE_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Accepted by the &lt;attribute&gt; parameter of eglGetSyncAttribKHR:
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#EGL_SYNC_TYPE_NV"><B>EGL_SYNC_TYPE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Accepted in the &lt;attribute&gt; parameter of eglGetSyncAttribNV:
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_TEXTURE_2D"><B>EGL_TEXTURE_2D</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>More config attribute values, for EGL_TEXTURE_FORMAT
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_TEXTURE_FORMAT"><B>EGL_TEXTURE_FORMAT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_TEXTURE_RGB"><B>EGL_TEXTURE_RGB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>More config attribute values, for EGL_TEXTURE_FORMAT
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_TEXTURE_RGBA"><B>EGL_TEXTURE_RGBA</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>More config attribute values, for EGL_TEXTURE_FORMAT
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_TEXTURE_TARGET"><B>EGL_TEXTURE_TARGET</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_TIMEOUT_EXPIRED_KHR"><B>EGL_TIMEOUT_EXPIRED_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Returned by eglClientWaitSyncKHR:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_TIMEOUT_EXPIRED_KHR"><B>EGL_TIMEOUT_EXPIRED_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Returned by eglClientWaitSyncKHR:
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#EGL_TIMEOUT_EXPIRED_NV"><B>EGL_TIMEOUT_EXPIRED_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Returned by eglClientWaitSyncNV:
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_TRANSPARENT_BLUE_VALUE"><B>EGL_TRANSPARENT_BLUE_VALUE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_TRANSPARENT_GREEN_VALUE"><B>EGL_TRANSPARENT_GREEN_VALUE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_TRANSPARENT_RED_VALUE"><B>EGL_TRANSPARENT_RED_VALUE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_TRANSPARENT_RGB"><B>EGL_TRANSPARENT_RGB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attribute values
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_TRANSPARENT_TYPE"><B>EGL_TRANSPARENT_TYPE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Config attributes
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_TRUE"><B>EGL_TRUE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL aliases
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_UNKNOWN"><B>EGL_UNKNOWN</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Unknown display resolution/aspect ratio
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#EGL_UNSIGNALED_KHR"><B>EGL_UNSIGNALED_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Returned in &lt;value&gt; when eglGetSyncAttribKHR is called with
&lt;attribute&gt; EGL_SYNC_STATUS_KHR:
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#EGL_UNSIGNALED_KHR"><B>EGL_UNSIGNALED_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Returned in &lt;value&gt; when eglGetSyncAttribKHR is called with
&lt;attribute&gt; EGL_SYNC_STATUS_KHR:
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#EGL_UNSIGNALED_NV"><B>EGL_UNSIGNALED_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Accepted as an attribute value in the &lt;attrib_list&gt; parameter of
eglCreateFenceSyncNV for the EGL_SYNC_STATUS_NV attribute, by
the &lt;mode&gt; parameter of eglSignalSyncNV and returned in &lt;value&gt;
when eglGetSyncAttribNV is called with &lt;attribute&gt;
EGL_SYNC_STATUS_NV:
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_VENDOR"><B>EGL_VENDOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QueryString targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_VERSION"><B>EGL_VERSION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QueryString targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_VERTICAL_RESOLUTION"><B>EGL_VERTICAL_RESOLUTION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_VG_ALPHA_FORMAT"><B>EGL_VG_ALPHA_FORMAT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_VG_ALPHA_FORMAT_NONPRE"><B>EGL_VG_ALPHA_FORMAT_NONPRE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>OpenVG alpha formats
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_VG_ALPHA_FORMAT_PRE"><B>EGL_VG_ALPHA_FORMAT_PRE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>OpenVG alpha formats
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_VG_ALPHA_FORMAT_PRE_BIT"><B>EGL_VG_ALPHA_FORMAT_PRE_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL_SURFACE_TYPE mask bits
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_VG_COLORSPACE"><B>EGL_VG_COLORSPACE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_VG_COLORSPACE_LINEAR"><B>EGL_VG_COLORSPACE_LINEAR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>OpenVG color spaces
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_VG_COLORSPACE_LINEAR_BIT"><B>EGL_VG_COLORSPACE_LINEAR_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL_SURFACE_TYPE mask bits
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_VG_COLORSPACE_sRGB"><B>EGL_VG_COLORSPACE_sRGB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>OpenVG color spaces
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_WIDTH"><B>EGL_WIDTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>QuerySurface / SurfaceAttrib / CreatePbufferSurface targets
<DT><A HREF="./org/lwjgl/opengles/EGL.html#EGL_WINDOW_BIT"><B>EGL_WINDOW_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>EGL_SURFACE_TYPE mask bits
<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglBindAPI(int)"><B>eglBindAPI(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Binds the specified rendering API to the current thread.
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#eglClientWaitSyncKHR(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSyncKHR, int, long)"><B>eglClientWaitSyncKHR(EGLDisplay, EGLSyncKHR, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Blocks the calling thread until the specified sync object is
signaled, or until a specified timeout value expires.
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#eglClientWaitSyncKHR(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSyncKHR, int, long)"><B>eglClientWaitSyncKHR(EGLDisplay, EGLSyncKHR, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Blocks the calling thread until the specified sync object is
signaled, or until a specified timeout value expires.
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#eglClientWaitSyncNV(org.lwjgl.opengles.EGLSyncNV, int, long)"><B>eglClientWaitSyncNV(EGLSyncNV, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Blocks the calling thread until the specified sync object is
signaled, or until a specified timeout value expires.
<DT><A HREF="./org/lwjgl/opengles/EGLConfig.html" title="class in org.lwjgl.opengles"><B>EGLConfig</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>EGLConfig wrapper class.<DT><A HREF="./org/lwjgl/opengles/EGLContext.html" title="class in org.lwjgl.opengles"><B>EGLContext</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>EGLContext wrapper class.<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#eglCreateFenceSyncNV(org.lwjgl.opengles.EGLDisplay, int, java.nio.IntBuffer)"><B>eglCreateFenceSyncNV(EGLDisplay, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Creates a fence sync object for the specified EGL display and returns
a handle to the new object.
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#eglCreateSyncKHR(org.lwjgl.opengles.EGLDisplay, int, java.nio.IntBuffer)"><B>eglCreateSyncKHR(EGLDisplay, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Creates a fence sync object for the specified EGL display and returns
a handle to the new object.
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#eglCreateSyncKHR(org.lwjgl.opengles.EGLDisplay, int, java.nio.IntBuffer)"><B>eglCreateSyncKHR(EGLDisplay, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Creates a fence sync object for the specified EGL display and returns
a handle to the new object.
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#eglDestroySyncKHR(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSyncKHR)"><B>eglDestroySyncKHR(EGLDisplay, EGLSyncKHR)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Destroys an existing sync object.
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#eglDestroySyncKHR(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSyncKHR)"><B>eglDestroySyncKHR(EGLDisplay, EGLSyncKHR)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Destroys an existing sync object.
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#eglDestroySyncNV(org.lwjgl.opengles.EGLSyncNV)"><B>eglDestroySyncNV(EGLSyncNV)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Destroys an existing sync object.
<DT><A HREF="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles"><B>EGLDisplay</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>EGLDisplay wrapper class.<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#eglFenceNV(org.lwjgl.opengles.EGLSyncNV)"><B>eglFenceNV(EGLSyncNV)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Inserts a fence command into the command stream of the bound API's current
context and associates it with sync object.
<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglGetCurrentContext()"><B>eglGetCurrentContext()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Returns the current EGL context for the current rendering API.
<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglGetCurrentDisplay()"><B>eglGetCurrentDisplay()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Returns the EGL display associated with the current context.
<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglGetCurrentSurface(int)"><B>eglGetCurrentSurface(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Returns the EGL surfaces used for rendering by the current context.
<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglGetDisplay(long)"><B>eglGetDisplay(long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Obtains an EGL display from the specified native display and initializes it.
<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglGetError()"><B>eglGetError()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html#eglGetSyncAttribKHR(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSyncKHR, int)"><B>eglGetSyncAttribKHR(EGLDisplay, EGLSyncKHR, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles">EGLKHRFenceSync</A>
<DD>Returns the value of the sync object attribute.
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#eglGetSyncAttribKHR(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSyncKHR, int)"><B>eglGetSyncAttribKHR(EGLDisplay, EGLSyncKHR, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Returns the value of the sync object attribute.
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#eglGetSyncAttribNV(org.lwjgl.opengles.EGLSyncNV, int)"><B>eglGetSyncAttribNV(EGLSyncNV, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Returns the value of the sync object attribute.
<DT><A HREF="./org/lwjgl/opengles/EGLImageOES.html" title="class in org.lwjgl.opengles"><B>EGLImageOES</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>EGLImageOES wrapper class.<DT><A HREF="./org/lwjgl/opengles/EGLImageOES.html#EGLImageOES(long)"><B>EGLImageOES(long)</B></A> -
Constructor for class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLImageOES.html" title="class in org.lwjgl.opengles">EGLImageOES</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglIsCurrentContext(org.lwjgl.opengles.EGLContext)"><B>eglIsCurrentContext(EGLContext)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Returns true if the specified EGL context is the current context.
<DT><A HREF="./org/lwjgl/opengles/EGLKHRFenceSync.html" title="class in org.lwjgl.opengles"><B>EGLKHRFenceSync</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>EGL_KHR_fence_sync wrapper class.<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles"><B>EGLKHRReusableSync</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>EGL_KHR_reusable_sync wrapper class.<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles"><B>EGLNVSync</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>EGL_NV_sync wrapper class.<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglQueryAPI()"><B>eglQueryAPI()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Returns the current rendering API.
<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglQueryContext(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLContext, int, java.nio.IntBuffer)"><B>eglQueryContext(EGLDisplay, EGLContext, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Returns the value of the specified EGL context attribute in the value parameter.
<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglQueryString(org.lwjgl.opengles.EGLDisplay, int)"><B>eglQueryString(EGLDisplay, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Returns a string describing some aspect of the EGL implementation running on the specified display.
<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglQuerySurface(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSurface, int, java.nio.IntBuffer)"><B>eglQuerySurface(EGLDisplay, EGLSurface, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Returns the value of the specified EGL surface attribute in the value parameter.
<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglReleaseCurrent(org.lwjgl.opengles.EGLDisplay)"><B>eglReleaseCurrent(EGLDisplay)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Releases the current context without assigning a new one.
<DT><A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html#eglSignalSyncKHR(org.lwjgl.opengles.EGLDisplay, org.lwjgl.opengles.EGLSyncKHR, int)"><B>eglSignalSyncKHR(EGLDisplay, EGLSyncKHR, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLKHRReusableSync.html" title="class in org.lwjgl.opengles">EGLKHRReusableSync</A>
<DD>Signals or unsignals the sync object by changing its status to
the specified mode.
<DT><A HREF="./org/lwjgl/opengles/EGLNVSync.html#eglSignalSyncNV(org.lwjgl.opengles.EGLSyncNV, int)"><B>eglSignalSyncNV(EGLSyncNV, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLNVSync.html" title="class in org.lwjgl.opengles">EGLNVSync</A>
<DD>Signals or unsignals the sync object by changing its status to
the specified mode.
<DT><A HREF="./org/lwjgl/opengles/EGLSurface.html" title="class in org.lwjgl.opengles"><B>EGLSurface</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>EGLSurface wrapper class.<DT><A HREF="./org/lwjgl/opengles/EGLSyncKHR.html" title="class in org.lwjgl.opengles"><B>EGLSyncKHR</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>EGLSyncKHR wrapper class.<DT><A HREF="./org/lwjgl/opengles/EGLSyncKHR.html#EGLSyncKHR(long)"><B>EGLSyncKHR(long)</B></A> -
Constructor for class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLSyncKHR.html" title="class in org.lwjgl.opengles">EGLSyncKHR</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EGLSyncNV.html" title="class in org.lwjgl.opengles"><B>EGLSyncNV</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>EGLSyncNV wrapper class.<DT><A HREF="./org/lwjgl/opengles/EGLSyncNV.html#EGLSyncNV(long)"><B>EGLSyncNV(long)</B></A> -
Constructor for class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLSyncNV.html" title="class in org.lwjgl.opengles">EGLSyncNV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglWaitClient()"><B>eglWaitClient()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Prevents native rendering API functions from executing until any
outstanding client API rendering affecting the same surface is complete.
<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglWaitGL()"><B>eglWaitGL()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>This method does the equivalent of:<br>
<code>
EGLenum api = eglQueryAPI();
eglBindAPI(EGL_OPENGL_ES_API);
eglWaitClient();
eglBindAPI(api);
</code>
<DT><A HREF="./org/lwjgl/opengles/EGL.html#eglWaitNative(int)"><B>eglWaitNative(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGL.html" title="class in org.lwjgl.opengles">EGL</A>
<DD>Prevents a client API command sequence from executing until any outstanding
native rendering affecting the same surface is complete.
<DT><A HREF="./org/lwjgl/input/Keyboard.html#enableRepeatEvents(boolean)"><B>enableRepeatEvents(boolean)</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>Controls whether repeat events are reported or not.
<DT><A HREF="./org/lwjgl/MemoryUtil.html#encodeASCII(java.lang.CharSequence)"><B>encodeASCII(CharSequence)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>Returns a ByteBuffer containing the specified text ASCII encoded and null-terminated.
<DT><A HREF="./org/lwjgl/MemoryUtil.html#encodeUTF16(java.lang.CharSequence)"><B>encodeUTF16(CharSequence)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>Returns a ByteBuffer containing the specified text UTF-16LE encoded and null-terminated.
<DT><A HREF="./org/lwjgl/MemoryUtil.html#encodeUTF8(java.lang.CharSequence)"><B>encodeUTF8(CharSequence)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>Returns a ByteBuffer containing the specified text UTF-8 encoded and null-terminated.
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#end()"><B>end()</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</A>
<DD>The end callback serves the same purpose as
<CODE>glEnd</CODE>.
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#end()"><B>end()</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#endData(java.lang.Object)"><B>endData(Object)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</A>
<DD>The same as the <A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#end()"><CODE>end</CODE></A> callback method except that it
takes an additional reference argument.
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#endData(java.lang.Object)"><B>endData(Object)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALCcontext.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALCcontext.html" title="class in org.lwjgl.openal">ALCcontext</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALCdevice.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALCdevice.html" title="class in org.lwjgl.openal">ALCdevice</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/DisplayMode.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</A>
<DD>Tests for <code>DisplayMode</code> equality
<DT><A HREF="./org/lwjgl/opengles/EGLConfig.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLConfig.html" title="class in org.lwjgl.opengles">EGLConfig</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EGLContext.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLContext.html" title="class in org.lwjgl.opengles">EGLContext</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EGLDisplay.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EGLSurface.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLSurface.html" title="class in org.lwjgl.opengles">EGLSurface</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerBuffer.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Tells whether or not this buffer is equal to another object.
<DT><A HREF="./org/lwjgl/PointerWrapperAbstract.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Color.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Equals
<DT><A HREF="./org/lwjgl/util/Dimension.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</A>
<DD>Checks whether two dimension objects have equal values.
<DT><A HREF="./org/lwjgl/util/Point.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>Determines whether an instance of <code>Point2D</code> is equal
to this point.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Checks whether two rectangles are equal.
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#error(int)"><B>error(int)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</A>
<DD>The <b>error</b> callback method is called when an error is encountered.
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#error(int)"><B>error(int)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#errorData(int, java.lang.Object)"><B>errorData(int, Object)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</A>
<DD>The same as the <A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#error(int)"><CODE>error</CODE></A> callback method except that
it takes an additional reference argument.
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#errorData(int, java.lang.Object)"><B>errorData(int, Object)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#errorMessage"><B>errorMessage</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>fatal error message to display
<DT><A HREF="./org/lwjgl/input/Keyboard.html#EVENT_SIZE"><B>EVENT_SIZE</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>Internal use - event size in bytes
<DT><A HREF="./org/lwjgl/input/Mouse.html#EVENT_SIZE"><B>EVENT_SIZE</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Internal use - event size in bytes
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#exceptionOccurred(org.lwjgl.LWJGLException)"><B>exceptionOccurred(LWJGLException)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>This method will be called if an unhandled LWJGLException occurs in paint().
<DT><A HREF="./org/lwjgl/opencl/CLNativeKernel.html#execute(java.nio.ByteBuffer[])"><B>execute(ByteBuffer[])</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLNativeKernel.html" title="class in org.lwjgl.opencl">CLNativeKernel</A>
<DD>Implement this method to execute an action on cl_mem objects in global memory.
<DT><A HREF="./org/lwjgl/opengl/EXTAbgr.html" title="class in org.lwjgl.opengl"><B>EXTAbgr</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/EXTAtomicCounters32.html" title="class in org.lwjgl.opencl"><B>EXTAtomicCounters32</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/EXTAtomicCounters64.html" title="class in org.lwjgl.opencl"><B>EXTAtomicCounters64</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTBgra.html" title="class in org.lwjgl.opengl"><B>EXTBgra</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTBgra.html" title="class in org.lwjgl.opengles"><B>EXTBgra</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl"><B>EXTBindableUniform</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTBlendColor.html" title="class in org.lwjgl.opengl"><B>EXTBlendColor</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTBlendEquationSeparate.html" title="class in org.lwjgl.opengl"><B>EXTBlendEquationSeparate</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTBlendFuncSeparate.html" title="class in org.lwjgl.opengl"><B>EXTBlendFuncSeparate</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTBlendMinmax.html" title="class in org.lwjgl.opengl"><B>EXTBlendMinmax</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTBlendMinmax.html" title="class in org.lwjgl.opengles"><B>EXTBlendMinmax</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTBlendSubtract.html" title="class in org.lwjgl.opengl"><B>EXTBlendSubtract</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTCgShader.html" title="class in org.lwjgl.opengl"><B>EXTCgShader</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTCgShader.html" title="class in org.lwjgl.opengles"><B>EXTCgShader</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html" title="class in org.lwjgl.opengles"><B>EXTColorBufferHalfFloat</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTCompiledVertexArray.html" title="class in org.lwjgl.opengl"><B>EXTCompiledVertexArray</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTCopyTextureLevels.html" title="class in org.lwjgl.opengles"><B>EXTCopyTextureLevels</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles"><B>EXTDebugLabel</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTDebugMarker.html" title="class in org.lwjgl.opengles"><B>EXTDebugMarker</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTDepthBoundsTest.html" title="class in org.lwjgl.opengl"><B>EXTDepthBoundsTest</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/EXTDeviceFission.html" title="class in org.lwjgl.opencl"><B>EXTDeviceFission</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl"><B>EXTDirectStateAccess</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTDiscardFramebuffer.html" title="class in org.lwjgl.opengles"><B>EXTDiscardFramebuffer</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl"><B>EXTDrawBuffers2</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTDrawInstanced.html" title="class in org.lwjgl.opengl"><B>EXTDrawInstanced</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTDrawRangeElements.html" title="class in org.lwjgl.opengl"><B>EXTDrawRangeElements</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl"><B>EXTFogCoord</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferBlit.html" title="class in org.lwjgl.opengl"><B>EXTFramebufferBlit</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferMultisample.html" title="class in org.lwjgl.opengl"><B>EXTFramebufferMultisample</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferMultisampleBlitScaled.html" title="class in org.lwjgl.opengl"><B>EXTFramebufferMultisampleBlitScaled</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl"><B>EXTFramebufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferSRGB.html" title="class in org.lwjgl.opengl"><B>EXTFramebufferSRGB</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl"><B>EXTGeometryShader4</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTGpuProgramParameters.html" title="class in org.lwjgl.opengl"><B>EXTGpuProgramParameters</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl"><B>EXTGpuShader4</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles"><B>EXTMapBufferRange</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/EXTMigrateMemobject.html" title="class in org.lwjgl.opencl"><B>EXTMigrateMemobject</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTMultiDrawArrays.html" title="class in org.lwjgl.opengl"><B>EXTMultiDrawArrays</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTMultiDrawArrays.html" title="class in org.lwjgl.opengles"><B>EXTMultiDrawArrays</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles"><B>EXTMultisampledRenderToTexture</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles"><B>EXTMultiviewDrawBuffers</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles"><B>EXTOcclusionQueryBoolean</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTPackedDepthStencil.html" title="class in org.lwjgl.opengl"><B>EXTPackedDepthStencil</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTPackedFloat.html" title="class in org.lwjgl.opengl"><B>EXTPackedFloat</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTPackedFloat.html" title="class in org.lwjgl.opengles"><B>EXTPackedFloat</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTPackedPixels.html" title="class in org.lwjgl.opengl"><B>EXTPackedPixels</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl"><B>EXTPalettedTexture</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTPixelBufferObject.html" title="class in org.lwjgl.opengl"><B>EXTPixelBufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTPointParameters.html" title="class in org.lwjgl.opengl"><B>EXTPointParameters</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTProvokingVertex.html" title="class in org.lwjgl.opengl"><B>EXTProvokingVertex</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#extractGZip(java.lang.String, java.lang.String)"><B>extractGZip(String, String)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Extract GZip File
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#extractJars(java.lang.String)"><B>extractJars(String)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Extract all jars from any lzma/gz/pack files
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#extractLZMA(java.lang.String, java.lang.String)"><B>extractLZMA(String, String)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Extract LZMA File
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#extractNatives(java.lang.String)"><B>extractNatives(String)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>This method will extract all file from the native jar and extract them
to the subdirectory called "natives" in the local path, will also check
to see if the native jar files is signed properly
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#extractPack(java.lang.String, java.lang.String)"><B>extractPack(String, String)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Extract Pack File
<DT><A HREF="./org/lwjgl/opengles/EXTReadFormatBgra.html" title="class in org.lwjgl.opengles"><B>EXTReadFormatBgra</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTRescaleNormal.html" title="class in org.lwjgl.opengl"><B>EXTRescaleNormal</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles"><B>EXTRobustness</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl"><B>EXTSecondaryColor</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengl"><B>EXTSeparateShaderObjects</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles"><B>EXTSeparateShaderObjects</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTSeparateSpecularColor.html" title="class in org.lwjgl.opengl"><B>EXTSeparateSpecularColor</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTShaderFramebufferFetch.html" title="class in org.lwjgl.opengles"><B>EXTShaderFramebufferFetch</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl"><B>EXTShaderImageLoadStore</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTShadowSamplers.html" title="class in org.lwjgl.opengles"><B>EXTShadowSamplers</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTSharedTexturePalette.html" title="class in org.lwjgl.opengl"><B>EXTSharedTexturePalette</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTSRGB.html" title="class in org.lwjgl.opengles"><B>EXTSRGB</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTStencilClearTag.html" title="class in org.lwjgl.opengl"><B>EXTStencilClearTag</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTStencilTwoSide.html" title="class in org.lwjgl.opengl"><B>EXTStencilTwoSide</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTStencilWrap.html" title="class in org.lwjgl.opengl"><B>EXTStencilWrap</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl"><B>EXTTextureArray</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles"><B>EXTTextureArray</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureBufferObject.html" title="class in org.lwjgl.opengl"><B>EXTTextureBufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTTextureCompressionDXT1.html" title="class in org.lwjgl.opengles"><B>EXTTextureCompressionDXT1</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengl"><B>EXTTextureCompressionLATC</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengles"><B>EXTTextureCompressionLATC</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html" title="class in org.lwjgl.opengl"><B>EXTTextureCompressionRGTC</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengl"><B>EXTTextureCompressionS3TC</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengles"><B>EXTTextureCompressionS3TC</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl"><B>EXTTextureEnvCombine</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvDot3.html" title="class in org.lwjgl.opengl"><B>EXTTextureEnvDot3</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureFilterAnisotropic.html" title="class in org.lwjgl.opengl"><B>EXTTextureFilterAnisotropic</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTTextureFilterAnisotropic.html" title="class in org.lwjgl.opengles"><B>EXTTextureFilterAnisotropic</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTTextureFormatBGRA8888.html" title="class in org.lwjgl.opengles"><B>EXTTextureFormatBGRA8888</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl"><B>EXTTextureInteger</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureLODBias.html" title="class in org.lwjgl.opengl"><B>EXTTextureLODBias</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTTextureLODBias.html" title="class in org.lwjgl.opengles"><B>EXTTextureLODBias</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureMirrorClamp.html" title="class in org.lwjgl.opengl"><B>EXTTextureMirrorClamp</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureRectangle.html" title="class in org.lwjgl.opengl"><B>EXTTextureRectangle</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTTextureRg.html" title="class in org.lwjgl.opengles"><B>EXTTextureRg</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureSharedExponent.html" title="class in org.lwjgl.opengl"><B>EXTTextureSharedExponent</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl"><B>EXTTextureSnorm</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl"><B>EXTTextureSRGB</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGBDecode.html" title="class in org.lwjgl.opengl"><B>EXTTextureSRGBDecode</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles"><B>EXTTextureStorage</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTextureSwizzle.html" title="class in org.lwjgl.opengl"><B>EXTTextureSwizzle</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTTextureType2101010REV.html" title="class in org.lwjgl.opengles"><B>EXTTextureType2101010REV</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTimerQuery.html" title="class in org.lwjgl.opengl"><B>EXTTimerQuery</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl"><B>EXTTransformFeedback</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/EXTUnpackSubimage.html" title="class in org.lwjgl.opengles"><B>EXTUnpackSubimage</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTVertexArrayBgra.html" title="class in org.lwjgl.opengl"><B>EXTVertexArrayBgra</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl"><B>EXTVertexAttrib64bit</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl"><B>EXTVertexShader</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl"><B>EXTVertexWeighting</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#fatalError"><B>fatalError</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>whether a fatal error occurred
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#fatalErrorOccured(java.lang.String, java.lang.Exception)"><B>fatalErrorOccured(String, Exception)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Sets the error message and print debug information
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#fgColor"><B>fgColor</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>color to write foreground in
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#fget(long)"><B>fget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#fget(org.lwjgl.util.mapped.MappedObject, int)"><B>fget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#FIELDS_NV"><B>FIELDS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>Accepted by the &lt;type&gt; parameter of PresentFrameKeyedNV and
PresentFrameDualFillNV:
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#fileSizes"><B>fileSizes</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Sizes of files to download
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#filesLastModified"><B>filesLastModified</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Used to store file names with lastModified time
<DT><A HREF="./org/lwjgl/opencl/api/Filter.html" title="interface in org.lwjgl.opencl.api"><B>Filter</B></A>&lt;<A HREF="./org/lwjgl/opencl/api/Filter.html" title="type parameter in Filter">T</A>&gt; - Interface in <A HREF="./org/lwjgl/opencl/api/package-summary.html">org.lwjgl.opencl.api</A><DD>Simple filter interface.<DT><A HREF="./org/lwjgl/PointerBuffer.html#flip()"><B>flip()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Flips this buffer.
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#foreach(T)"><B>foreach(T)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Creates an <CODE>Iterable</CODE> <MappedObject> that will step through
<code>capacity()</code> views, leaving the <code>view</code> at
the last valid value.<br>
<p/>
For convenience you are encouraged to static-import this specific method:
<code>import static org.lwjgl.util.mapped.MappedObject.foreach;</code>
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#foreach(T, int)"><B>foreach(T, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Creates an <CODE>Iterable</CODE> <MappedObject> that will step through
<code>elementCount</code> views, leaving the <code>view</code> at
the last valid value.<br>
<p/>
For convenience you are encouraged to static-import this specific method:
<code>import static org.lwjgl.util.mapped.MappedObject.foreach;</code>
<DT><A HREF="./org/lwjgl/util/mapped/MappedObjectClassLoader.html#fork(java.lang.Class, java.lang.String[])"><B>fork(Class&lt;?&gt;, String[])</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObjectClassLoader.html" title="class in org.lwjgl.util.mapped">MappedObjectClassLoader</A>
<DD>Forks the specified class containing a main method, passing the specified arguments.
<DT><A HREF="./org/lwjgl/util/WaveData.html#format"><B>format</B></A> -
Variable in class org.lwjgl.util.<A HREF="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</A>
<DD>format type of data
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#fput(float, long)"><B>fput(float, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#fput(org.lwjgl.util.mapped.MappedObject, float, int)"><B>fput(MappedObject, float, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/XRandR.Screen.html#freq"><B>freq</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl">XRandR.Screen</A>
<DD>Frequency in Hz
<DT><A HREF="./org/lwjgl/util/Color.html#fromHSB(float, float, float)"><B>fromHSB(float, float, float)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>HSB to RGB conversion, pinched from java.awt.Color.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#FRONT_LEFT_BUFFER"><B>FRONT_LEFT_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>The Pbuffer front left buffer.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#FRONT_RIGHT_BUFFER"><B>FRONT_RIGHT_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>The Pbuffer front right buffer.
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#fvget(long)"><B>fvget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#fvget(org.lwjgl.util.mapped.MappedObject, int)"><B>fvget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#fvput(float, long)"><B>fvput(float, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#fvput(org.lwjgl.util.mapped.MappedObject, float, int)"><B>fvput(MappedObject, float, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#genericErrorMessage"><B>genericErrorMessage</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>generic error message to display on error
<DT><A HREF="./org/lwjgl/PointerBuffer.html#get()"><B>get()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Relative <i>get</i> method.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#get(int)"><B>get(int)</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Absolute <i>get</i> method.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#get(long[], int, int)"><B>get(long[], int, int)</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Relative bulk <i>get</i> method.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#get(long[])"><B>get(long[])</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Relative bulk <i>get</i> method.
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#get_view(org.lwjgl.util.mapped.MappedObject, int)"><B>get_view(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#get_view_shift(org.lwjgl.util.mapped.MappedObject, int)"><B>get_view_shift(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#getAccumulationAlpha()"><B>getAccumulationAlpha()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#getAccumulationBitsPerPixel()"><B>getAccumulationBitsPerPixel()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Display.html#getAdapter()"><B>getAdapter()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Get the driver adapter string.
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.ByteBuffer)"><B>getAddress(ByteBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.ByteBuffer, int)"><B>getAddress(ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.ShortBuffer)"><B>getAddress(ShortBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.ShortBuffer, int)"><B>getAddress(ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.CharBuffer)"><B>getAddress(CharBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.CharBuffer, int)"><B>getAddress(CharBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.IntBuffer)"><B>getAddress(IntBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.IntBuffer, int)"><B>getAddress(IntBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.FloatBuffer)"><B>getAddress(FloatBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.FloatBuffer, int)"><B>getAddress(FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.LongBuffer)"><B>getAddress(LongBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.LongBuffer, int)"><B>getAddress(LongBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.DoubleBuffer)"><B>getAddress(DoubleBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(java.nio.DoubleBuffer, int)"><B>getAddress(DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(org.lwjgl.PointerBuffer)"><B>getAddress(PointerBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress(org.lwjgl.PointerBuffer, int)"><B>getAddress(PointerBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress0(java.nio.Buffer)"><B>getAddress0(Buffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>Returns the memory address of the specified buffer.
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress0(org.lwjgl.PointerBuffer)"><B>getAddress0(PointerBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress0Safe(java.nio.Buffer)"><B>getAddress0Safe(Buffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddress0Safe(org.lwjgl.PointerBuffer)"><B>getAddress0Safe(PointerBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.ByteBuffer)"><B>getAddressSafe(ByteBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.ByteBuffer, int)"><B>getAddressSafe(ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.ShortBuffer)"><B>getAddressSafe(ShortBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.ShortBuffer, int)"><B>getAddressSafe(ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.CharBuffer)"><B>getAddressSafe(CharBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.CharBuffer, int)"><B>getAddressSafe(CharBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.IntBuffer)"><B>getAddressSafe(IntBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.IntBuffer, int)"><B>getAddressSafe(IntBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.FloatBuffer)"><B>getAddressSafe(FloatBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.FloatBuffer, int)"><B>getAddressSafe(FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.LongBuffer)"><B>getAddressSafe(LongBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.LongBuffer, int)"><B>getAddressSafe(LongBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.DoubleBuffer)"><B>getAddressSafe(DoubleBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(java.nio.DoubleBuffer, int)"><B>getAddressSafe(DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(org.lwjgl.PointerBuffer)"><B>getAddressSafe(PointerBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html#getAddressSafe(org.lwjgl.PointerBuffer, int)"><B>getAddressSafe(PointerBuffer, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl">MemoryUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#getAlign()"><B>getAlign()</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Returns the mapped object memory alignment, in bytes.
<DT><A HREF="./org/lwjgl/util/Color.html#getAlpha()"><B>getAlpha()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Accessor
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#getAlpha()"><B>getAlpha()</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>Return the red component (0..255)
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#getAlphaBits()"><B>getAlphaBits()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Color.html#getAlphaByte()"><B>getAlphaByte()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#getAlphaByte()"><B>getAlphaByte()</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>Return the red component
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getApplet()"><B>getApplet()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Retrieves the applet that has been loaded.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#getAttrib(org.lwjgl.opengles.PixelFormat.Attrib)"><B>getAttrib(PixelFormat.Attrib)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns the value of the specified attribute.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#getAttribBuffer(org.lwjgl.opengles.EGLDisplay, int, int[])"><B>getAttribBuffer(EGLDisplay, int, int[])</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns an IntBuffer that can be used to get/choose EGLConfigs.
<DT><A HREF="./org/lwjgl/opengles/ContextAttribs.html#getAttribList()"><B>getAttribList()</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextAttribs.html" title="class in org.lwjgl.opengles">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EGLConfig.html#getAttribute(int)"><B>getAttribute(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLConfig.html" title="class in org.lwjgl.opengles">EGLConfig</A>
<DD>Returns the value of the specified EGL config attribute.
<DT><A HREF="./org/lwjgl/opengles/EGLSurface.html#getAttribute(int)"><B>getAttribute(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLSurface.html" title="class in org.lwjgl.opengles">EGLSurface</A>
<DD>Returns the value of the specified EGL surface attribute.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#getAuxBuffers()"><B>getAuxBuffers()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Display.html#getAvailableDisplayModes()"><B>getAvailableDisplayModes()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Returns the entire list of possible fullscreen display modes as an array, in no
particular order.
<DT><A HREF="./org/lwjgl/util/Display.html#getAvailableDisplayModes(int, int, int, int, int, int, int, int)"><B>getAvailableDisplayModes(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Display.html" title="class in org.lwjgl.util">Display</A>
<DD>Determine the available display modes that match the specified minimum and maximum criteria.
<DT><A HREF="./org/lwjgl/input/Controller.html#getAxisCount()"><B>getAxisCount()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Retrieve the number of axes available on this controller.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getAxisCount()"><B>getAxisCount()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Retrieve the number of axes available on this controller.
<DT><A HREF="./org/lwjgl/input/Controller.html#getAxisName(int)"><B>getAxisName(int)</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the name that's given to the specified axis
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getAxisName(int)"><B>getAxisName(int)</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the name that's given to the specified axis
<DT><A HREF="./org/lwjgl/input/Controller.html#getAxisValue(int)"><B>getAxisValue(int)</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Retrieve the value thats currently available on a specified axis.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getAxisValue(int)"><B>getAxisValue(int)</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Retrieve the value thats currently available on a specified axis.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#getBestMatch(org.lwjgl.opengles.EGLConfig[])"><B>getBestMatch(EGLConfig[])</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns the EGL config from the specified array that best matches this PixelFormat.
<DT><A HREF="./org/lwjgl/opengl/DisplayMode.html#getBitsPerPixel()"><B>getBitsPerPixel()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#getBitsPerPixel()"><B>getBitsPerPixel()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Color.html#getBlue()"><B>getBlue()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Accessor
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#getBlue()"><B>getBlue()</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>Return the red component (0..255)
<DT><A HREF="./org/lwjgl/util/Color.html#getBlueByte()"><B>getBlueByte()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#getBlueByte()"><B>getBlueByte()</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>Return the red component
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getBooleanParameter(java.lang.String, boolean)"><B>getBooleanParameter(String, boolean)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Retrieves the boolean value for the parameter
<DT><A HREF="./org/lwjgl/util/ReadableRectangle.html#getBounds(org.lwjgl.util.WritableRectangle)"><B>getBounds(WritableRectangle)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableRectangle.html" title="interface in org.lwjgl.util">ReadableRectangle</A>
<DD>Copy this readable rectangle's bounds into a destination Rectangle
<DT><A HREF="./org/lwjgl/util/Rectangle.html#getBounds(org.lwjgl.util.WritableRectangle)"><B>getBounds(WritableRectangle)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerBuffer.html#getBuffer()"><B>getBuffer()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Returns the ByteBuffer that backs this PointerBuffer.
<DT><A HREF="./org/lwjgl/opencl/CLProgram.html#getBuildInfoInt(org.lwjgl.opencl.CLDevice, int)"><B>getBuildInfoInt(CLDevice, int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</A>
<DD>Returns the integer value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLProgram.html#getBuildInfoString(org.lwjgl.opencl.CLDevice, int)"><B>getBuildInfoString(CLDevice, int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</A>
<DD>Returns the String value of the specified parameter.
<DT><A HREF="./org/lwjgl/input/Controller.html#getButtonCount()"><B>getButtonCount()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Retrieve the number of buttons available on this controller
<DT><A HREF="./org/lwjgl/input/Mouse.html#getButtonCount()"><B>getButtonCount()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#getButtonCount()"><B>getButtonCount()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Query of button count
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getButtonCount()"><B>getButtonCount()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Retrieve the number of buttons available on this controller
<DT><A HREF="./org/lwjgl/input/Mouse.html#getButtonIndex(java.lang.String)"><B>getButtonIndex(String)</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Get's a button's index.
<DT><A HREF="./org/lwjgl/input/Controller.html#getButtonName(int)"><B>getButtonName(int)</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the name of the specified button.
<DT><A HREF="./org/lwjgl/input/Mouse.html#getButtonName(int)"><B>getButtonName(int)</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Gets a button's name
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getButtonName(int)"><B>getButtonName(int)</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the name of the specified button.
<DT><A HREF="./org/lwjgl/util/XPMFile.html#getBytes()"><B>getBytes()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/XPMFile.html" title="class in org.lwjgl.util">XPMFile</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getCacheDirectory()"><B>getCacheDirectory()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>This method will return the location of the cache directory.
<DT><A HREF="./org/lwjgl/util/mapped/CacheUtil.html#getCacheLineSize()"><B>getCacheLineSize()</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/CacheUtil.html" title="class in org.lwjgl.util.mapped">CacheUtil</A>
<DD>Returns the CPU cache line size, in number of bytes.
<DT><A HREF="./org/lwjgl/input/Cursor.html#getCapabilities()"><B>getCapabilities()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</A>
<DD>Get the capabilities of the native cursor.
<DT><A HREF="./org/lwjgl/opengl/GLContext.html#getCapabilities()"><B>getCapabilities()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GLContext.html" title="class in org.lwjgl.opengl">GLContext</A>
<DD>Get the current capabilities instance.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#getCapabilities()"><B>getCapabilities()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>Gets the Pbuffer capabilities.
<DT><A HREF="./org/lwjgl/opengles/GLContext.html#getCapabilities()"><B>getCapabilities()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLContext.html" title="class in org.lwjgl.opengles">GLContext</A>
<DD>Get the current capabilities instance.
<DT><A HREF="./org/lwjgl/opencl/api/CLImageFormat.html#getChannelOrder()"><B>getChannelOrder()</B></A> -
Method in class org.lwjgl.opencl.api.<A HREF="./org/lwjgl/opencl/api/CLImageFormat.html" title="class in org.lwjgl.opencl.api">CLImageFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/api/CLImageFormat.html#getChannelType()"><B>getChannelType()</B></A> -
Method in class org.lwjgl.opencl.api.<A HREF="./org/lwjgl/opencl/api/CLImageFormat.html" title="class in org.lwjgl.opencl.api">CLImageFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#getClassTokens(org.lwjgl.LWJGLUtil.TokenFilter, java.util.Map, java.lang.Class...)"><B>getClassTokens(LWJGLUtil.TokenFilter, Map&lt;Integer, String&gt;, Class...)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>Returns a map of public static final integer fields in the specified classes, to their String representations.
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#getClassTokens(org.lwjgl.LWJGLUtil.TokenFilter, java.util.Map, java.lang.Iterable)"><B>getClassTokens(LWJGLUtil.TokenFilter, Map&lt;Integer, String&gt;, Iterable&lt;Class&gt;)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>Returns a map of public static final integer fields in the specified classes, to their String representations.
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#getCLCommandQueue(long)"><B>getCLCommandQueue(long)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>Returns a CLCommandQueue associated with this context.
<DT><A HREF="./org/lwjgl/opencl/CLEvent.html#getCLCommandQueue()"><B>getCLCommandQueue()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</A>
<DD>Returns the command-queue associated with this event.
<DT><A HREF="./org/lwjgl/opencl/CLCommandQueue.html#getCLDevice()"><B>getCLDevice()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatform.html#getCLDevice(long)"><B>getCLDevice(long)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</A>
<DD>Returns a CLDevice that is available on this platform.
<DT><A HREF="./org/lwjgl/opencl/CLCommandQueue.html#getCLEvent(long)"><B>getCLEvent(long)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</A>
<DD>Returns a CLEvent associated with this command-queue.
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#getCLEvent(long)"><B>getCLEvent(long)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>Returns a user CLEvent associated with this context.
<DT><A HREF="./org/lwjgl/Sys.html#getClipboard()"><B>getClipboard()</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</A>
<DD>Get the contents of the system clipboard.
<DT><A HREF="./org/lwjgl/opencl/CLProgram.html#getCLKernel(long)"><B>getCLKernel(long)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</A>
<DD>Returns a CLKernel associated with this program.
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#getCLMem(long)"><B>getCLMem(long)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>Returns a CLMem associated with this context.
<DT><A HREF="./org/lwjgl/opencl/CLPlatform.html#getCLPlatform(long)"><B>getCLPlatform(long)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</A>
<DD>Returns a CLPlatform with the specified id.
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#getCLProgram(long)"><B>getCLProgram(long)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>Returns a CLProgram associated with this context.
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#getCLSampler(long)"><B>getCLSampler(long)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>Returns a CLSampler associated with this context.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getColor(java.lang.String, java.awt.Color)"><B>getColor(String, Color)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Retrieves the color
<DT><A HREF="./org/lwjgl/opengles/EGLSurface.html#getConfig()"><B>getConfig()</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLSurface.html" title="class in org.lwjgl.opengles">EGLSurface</A>
<DD>Returns the EGL config associated with this EGL surface.
<DT><A HREF="./org/lwjgl/opengles/EGLConfig.html#getConfigID()"><B>getConfigID()</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLConfig.html" title="class in org.lwjgl.opengles">EGLConfig</A>
<DD>Returns the EGL_CONFIG_ID attribute of this EGLConfig.
<DT><A HREF="./org/lwjgl/opengl/XRandR.html#getConfiguration()"><B>getConfiguration()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/XRandR.html" title="class in org.lwjgl.opengl">XRandR</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL.html#getContext()"><B>getContext()</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal">AL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#getContext()"><B>getContext()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>This method should only be called internally.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#getContextFlags()"><B>getContextFlags()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_FLAGS_ARB"><CODE>ContextAttribs.CONTEXT_FLAGS_ARB</CODE></A> value.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#getContextReleaseBehavior()"><B>getContextReleaseBehavior()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_RELEASE_BEHABIOR_ARB"><CODE>ContextAttribs.CONTEXT_RELEASE_BEHABIOR_ARB</CODE></A> value.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#getContextResetNotificationStrategy()"><B>getContextResetNotificationStrategy()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB"><CODE>ContextAttribs.CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB</CODE></A> value.
<DT><A HREF="./org/lwjgl/input/Controllers.html#getController(int)"><B>getController(int)</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Get a controller from the collection
<DT><A HREF="./org/lwjgl/input/Controllers.html#getControllerCount()"><B>getControllerCount()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Retrieve a count of the number of controllers
<DT><A HREF="./org/lwjgl/util/jinput/LWJGLEnvironmentPlugin.html#getControllers()"><B>getControllers()</B></A> -
Method in class org.lwjgl.util.jinput.<A HREF="./org/lwjgl/util/jinput/LWJGLEnvironmentPlugin.html" title="class in org.lwjgl.util.jinput">LWJGLEnvironmentPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getCurrentCertificates()"><B>getCurrentCertificates()</B></A> -
Static method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Returns the current certificate chain of the AppletLoader
<DT><A HREF="./org/lwjgl/input/Controller.html#getDeadZone(int)"><B>getDeadZone(int)</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the dead zone for a specified axis
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getDeadZone(int)"><B>getDeadZone(int)</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the dead zone for a specified axis
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.Attrib.html#getDefaultValue()"><B>getDefaultValue()</B></A> -
Method in enum org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.Attrib.html" title="enum in org.lwjgl.opengles">PixelFormat.Attrib</A>
<DD>Returns the default value of this attribute.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#getDepthBits()"><B>getDepthBits()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getDescriptionForState()"><B>getDescriptionForState()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Display.html#getDesktopDisplayMode()"><B>getDesktopDisplayMode()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Return the initial desktop display mode.
<DT><A HREF="./org/lwjgl/openal/AL.html#getDevice()"><B>getDevice()</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal">AL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLCapabilities.html#getDeviceCapabilities(org.lwjgl.opencl.CLDevice)"><B>getDeviceCapabilities(CLDevice)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLCapabilities.html" title="class in org.lwjgl.opencl">CLCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatform.html#getDevices(int)"><B>getDevices(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</A>
<DD>Returns a list of the available devices on this platform that
match the specified type.
<DT><A HREF="./org/lwjgl/opencl/CLPlatform.html#getDevices(int, org.lwjgl.opencl.api.Filter)"><B>getDevices(int, Filter&lt;CLDevice&gt;)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</A>
<DD>Returns a list of the available devices on this platform that
match the specified type, filtered by the specified filter.
<DT><A HREF="./org/lwjgl/opengles/EGLConfig.html#getDisplay()"><B>getDisplay()</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLConfig.html" title="class in org.lwjgl.opengles">EGLConfig</A>
<DD>Returns the EGL display from which this EGL config was retrieved.
<DT><A HREF="./org/lwjgl/opengles/EGLSurface.html#getDisplay()"><B>getDisplay()</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLSurface.html" title="class in org.lwjgl.opengles">EGLSurface</A>
<DD>Returns the EGL display from which this EGL surface was created.
<DT><A HREF="./org/lwjgl/opengl/Display.html#getDisplayMode()"><B>getDisplayMode()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Return the current display mode, as set by setDisplayMode().
<DT><A HREF="./org/lwjgl/opengl/Display.html#getDrawable()"><B>getDrawable()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Fetch the Drawable from the Display.
<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#getDrawStyle()"><B>getDrawStyle()</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>Returns the drawStyle.
<DT><A HREF="./org/lwjgl/input/Mouse.html#getDWheel()"><B>getDWheel()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Mouse.html#getDX()"><B>getDX()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Mouse.html#getDY()"><B>getDY()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.Attrib.html#getEGLAttrib()"><B>getEGLAttrib()</B></A> -
Method in enum org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.Attrib.html" title="enum in org.lwjgl.opengles">PixelFormat.Attrib</A>
<DD>Returns the EGL token that corresponds to this attribute.
<DT><A HREF="./org/lwjgl/BufferUtils.html#getElementSizeExponent(java.nio.Buffer)"><B>getElementSizeExponent(Buffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Mouse.html#getEventButton()"><B>getEventButton()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controllers.html#getEventButtonState()"><B>getEventButtonState()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Gets the state of the button that generated the current event
<DT><A HREF="./org/lwjgl/input/Mouse.html#getEventButtonState()"><B>getEventButtonState()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Get the current events button state.
<DT><A HREF="./org/lwjgl/input/Keyboard.html#getEventCharacter()"><B>getEventCharacter()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controllers.html#getEventControlIndex()"><B>getEventControlIndex()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Get the index of the control that caused the current event
<DT><A HREF="./org/lwjgl/input/Mouse.html#getEventDWheel()"><B>getEventDWheel()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Mouse.html#getEventDX()"><B>getEventDX()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Mouse.html#getEventDY()"><B>getEventDY()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#getEventKey()"><B>getEventKey()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>Please note that the key code returned is NOT valid against the
current keyboard layout.
<DT><A HREF="./org/lwjgl/input/Keyboard.html#getEventKeyState()"><B>getEventKeyState()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>Gets the state of the key that generated the
current event
<DT><A HREF="./org/lwjgl/input/Controllers.html#getEventNanoseconds()"><B>getEventNanoseconds()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Get the timestamp assigned to the current event
<DT><A HREF="./org/lwjgl/input/Keyboard.html#getEventNanoseconds()"><B>getEventNanoseconds()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>Gets the time in nanoseconds of the current event.
<DT><A HREF="./org/lwjgl/input/Mouse.html#getEventNanoseconds()"><B>getEventNanoseconds()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Gets the time in nanoseconds of the current event.
<DT><A HREF="./org/lwjgl/input/Controllers.html#getEventSource()"><B>getEventSource()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Get the source of the current event
<DT><A HREF="./org/lwjgl/input/Mouse.html#getEventX()"><B>getEventX()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controllers.html#getEventXAxisValue()"><B>getEventXAxisValue()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Get the value on an X axis of the current event
<DT><A HREF="./org/lwjgl/input/Mouse.html#getEventY()"><B>getEventY()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controllers.html#getEventYAxisValue()"><B>getEventYAxisValue()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Get the value on an Y axis of the current event
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getFileName(java.net.URL)"><B>getFileName(URL)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Get file name portion of URL.
<DT><A HREF="./org/lwjgl/opengl/DisplayMode.html#getFrequency()"><B>getFrequency()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLMem.html#getGLObjectName()"><B>getGLObjectName()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</A>
<DD>Returns the GL object name.
<DT><A HREF="./org/lwjgl/opencl/CLMem.html#getGLObjectType()"><B>getGLObjectType()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</A>
<DD>Returns the GL object type.
<DT><A HREF="./org/lwjgl/opencl/CLMem.html#getGLTextureInfoInt(int)"><B>getGLTextureInfoInt(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</A>
<DD>Returns the int value of the specified parameter.
<DT><A HREF="./org/lwjgl/util/Color.html#getGreen()"><B>getGreen()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Accessor
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#getGreen()"><B>getGreen()</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>Return the red component (0..255)
<DT><A HREF="./org/lwjgl/util/Color.html#getGreenByte()"><B>getGreenByte()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#getGreenByte()"><B>getGreenByte()</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>Return the red component
<DT><A HREF="./org/lwjgl/opengl/Display.html#getHeight()"><B>getHeight()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/DisplayMode.html#getHeight()"><B>getHeight()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#getHeight()"><B>getHeight()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#getHeight()"><B>getHeight()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Dimension.html#getHeight()"><B>getHeight()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</A>
<DD>Gets the height.
<DT><A HREF="./org/lwjgl/util/ReadableDimension.html#getHeight()"><B>getHeight()</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableDimension.html" title="interface in org.lwjgl.util">ReadableDimension</A>
<DD>Get the height
<DT><A HREF="./org/lwjgl/util/Rectangle.html#getHeight()"><B>getHeight()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Gets the height.
<DT><A HREF="./org/lwjgl/util/XPMFile.html#getHeight()"><B>getHeight()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/XPMFile.html" title="class in org.lwjgl.util">XPMFile</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getImage(java.lang.String)"><B>getImage(String)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Get Image from path provided
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getImage(java.net.URL)"><B>getImage(URL)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Get Image from path provided
<DT><A HREF="./org/lwjgl/opencl/CLMem.html#getImageChannelOrder()"><B>getImageChannelOrder()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</A>
<DD>Returns the image channel order.
<DT><A HREF="./org/lwjgl/opencl/CLMem.html#getImageChannelType()"><B>getImageChannelType()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</A>
<DD>Returns the image channel type.
<DT><A HREF="./org/lwjgl/opencl/CLMem.html#getImageFormat()"><B>getImageFormat()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</A>
<DD>Returns the image format.
<DT><A HREF="./org/lwjgl/opencl/CLMem.html#getImageInfoSize(int)"><B>getImageInfoSize(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</A>
<DD>Returns the size_t value of the specified parameter.
<DT><A HREF="./org/lwjgl/input/Controller.html#getIndex()"><B>getIndex()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the index of this controller in the collection
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getIndex()"><B>getIndex()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the index of this controller in the collection
<DT><A HREF="./org/lwjgl/opencl/CLProgram.html#getInfoBinaries(java.nio.ByteBuffer)"><B>getInfoBinaries(ByteBuffer)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</A>
<DD>Returns the program binaries for all devices associated with program,
written sequentially in the target ByteBuffer.
<DT><A HREF="./org/lwjgl/opencl/CLProgram.html#getInfoBinaries(java.nio.ByteBuffer[])"><B>getInfoBinaries(ByteBuffer[])</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</A>
<DD>Returns the program binaries for all devices associated with program,
as a ByteBuffer array.
<DT><A HREF="./org/lwjgl/opencl/CLDevice.html#getInfoBoolean(int)"><B>getInfoBoolean(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</A>
<DD>Returns the boolean value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#getInfoDevices()"><B>getInfoDevices()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>Returns the list of devices in context.
<DT><A HREF="./org/lwjgl/opencl/CLProgram.html#getInfoDevices()"><B>getInfoDevices()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</A>
<DD>Returns an array of CLDevices associated with this program.
<DT><A HREF="./org/lwjgl/opencl/CLMem.html#getInfoHostBuffer()"><B>getInfoHostBuffer()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</A>
<DD>Returns a direct ByteBuffer instance that points to the host
memory that backs this CLMem object.
<DT><A HREF="./org/lwjgl/opencl/CLCommandQueue.html#getInfoInt(int)"><B>getInfoInt(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLCommandQueue.html" title="class in org.lwjgl.opencl">CLCommandQueue</A>
<DD>Returns the integer value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#getInfoInt(int)"><B>getInfoInt(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>Returns the integer value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLDevice.html#getInfoInt(int)"><B>getInfoInt(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</A>
<DD>Returns the integer value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLEvent.html#getInfoInt(int)"><B>getInfoInt(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</A>
<DD>Returns the integer value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLKernel.html#getInfoInt(int)"><B>getInfoInt(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</A>
<DD>Returns the integer value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLMem.html#getInfoInt(int)"><B>getInfoInt(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</A>
<DD>Returns the integer value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLProgram.html#getInfoInt(int)"><B>getInfoInt(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</A>
<DD>Returns the integer value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLSampler.html#getInfoInt(int)"><B>getInfoInt(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLSampler.html" title="class in org.lwjgl.opencl">CLSampler</A>
<DD>Returns the integer value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLDevice.html#getInfoLong(int)"><B>getInfoLong(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</A>
<DD>Returns the long value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLMem.html#getInfoLong(int)"><B>getInfoLong(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</A>
<DD>Returns the long value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLSampler.html#getInfoLong(int)"><B>getInfoLong(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLSampler.html" title="class in org.lwjgl.opencl">CLSampler</A>
<DD>Returns the long value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLDevice.html#getInfoSize(int)"><B>getInfoSize(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</A>
<DD>Returns the size_t value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLMem.html#getInfoSize(int)"><B>getInfoSize(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMem.html" title="class in org.lwjgl.opencl">CLMem</A>
<DD>Returns the size_t value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLDevice.html#getInfoSizeArray(int)"><B>getInfoSizeArray(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</A>
<DD>Returns an array of size_t values of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLProgram.html#getInfoSizeArray(int)"><B>getInfoSizeArray(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</A>
<DD>Returns an array of size_t values of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLDevice.html#getInfoString(int)"><B>getInfoString(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</A>
<DD>Returns the value of the specified String parameter.
<DT><A HREF="./org/lwjgl/opencl/CLKernel.html#getInfoString(int)"><B>getInfoString(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</A>
<DD>Returns the String value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLPlatform.html#getInfoString(int)"><B>getInfoString(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</A>
<DD>Returns the String value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLProgram.html#getInfoString(int)"><B>getInfoString(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLProgram.html" title="class in org.lwjgl.opencl">CLProgram</A>
<DD>Returns the String value of the specified parameter.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getIntParameter(java.lang.String, int)"><B>getIntParameter(String, int)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Retrieves the int value for the applet
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getJarInfo(java.io.File)"><B>getJarInfo(File)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>This method will get the files sizes of the files to download.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getJarInputStream(java.lang.String, java.net.URLConnection)"><B>getJarInputStream(String, URLConnection)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Retrieves a jar files input stream.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getJarName(java.net.URL)"><B>getJarName(URL)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Get jar name from URL.
<DT><A HREF="./org/lwjgl/input/Keyboard.html#getKeyCount()"><B>getKeyCount()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#getKeyIndex(java.lang.String)"><B>getKeyIndex(String)</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>Get's a key's index.
<DT><A HREF="./org/lwjgl/input/Keyboard.html#getKeyName(int)"><B>getKeyName(int)</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>Gets a key's name
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#getLayerPlane()"><B>getLayerPlane()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_LAYER_PLANE_ARB"><CODE>ContextAttribs.CONTEXT_LAYER_PLANE_ARB</CODE></A> value.
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#getLibraryPaths(java.lang.String, java.lang.String, java.lang.ClassLoader)"><B>getLibraryPaths(String, String, ClassLoader)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>Locates the paths required by a library.
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#getLibraryPaths(java.lang.String, java.lang.String[], java.lang.ClassLoader)"><B>getLibraryPaths(String, String[], ClassLoader)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>Locates the paths required by a library.
<DT><A HREF="./org/lwjgl/util/Point.html#getLocation(org.lwjgl.util.WritablePoint)"><B>getLocation(WritablePoint)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadablePoint.html#getLocation(org.lwjgl.util.WritablePoint)"><B>getLocation(WritablePoint)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadablePoint.html" title="interface in org.lwjgl.util">ReadablePoint</A>
<DD>Copy this ReadablePoint into a destination Point
<DT><A HREF="./org/lwjgl/util/Rectangle.html#getLocation(org.lwjgl.util.WritablePoint)"><B>getLocation(WritablePoint)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getLWJGLCacheDir()"><B>getLWJGLCacheDir()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Get path to the lwjgl cache directory.
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#getMajorVersion()"><B>getMajorVersion()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html#getMajorVersion()"><B>getMajorVersion()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#getMajorVersion()"><B>getMajorVersion()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_MAJOR_VERSION_ARB"><CODE>ContextAttribs.CONTEXT_MAJOR_VERSION_ARB</CODE></A> value.
<DT><A HREF="./org/lwjgl/opengles/EGLDisplay.html#getMajorVersion()"><B>getMajorVersion()</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</A>
<DD>Returns the major EGL version of this EGL display.
<DT><A HREF="./org/lwjgl/input/Cursor.html#getMaxCursorSize()"><B>getMaxCursorSize()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</A>
<DD>Gets the maximum size of a native cursor.
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#getMaxCursorSize()"><B>getMaxCursorSize()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Method returning the maximum cursor size
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getMessages()"><B>getMessages()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Retrieves the current message for the current status.
<DT><A HREF="./org/lwjgl/input/Cursor.html#getMinCursorSize()"><B>getMinCursorSize()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</A>
<DD>Gets the minimum size of a native cursor.
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#getMinCursorSize()"><B>getMinCursorSize()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Method returning the minimum cursor size
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#getMinorVersion()"><B>getMinorVersion()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html#getMinorVersion()"><B>getMinorVersion()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#getMinorVersion()"><B>getMinorVersion()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_MINOR_VERSION_ARB"><CODE>ContextAttribs.CONTEXT_MINOR_VERSION_ARB</CODE></A> value.
<DT><A HREF="./org/lwjgl/opengles/EGLDisplay.html#getMinorVersion()"><B>getMinorVersion()</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</A>
<DD>Returns the minor EGL version of this EGL display.
<DT><A HREF="./org/lwjgl/input/Controller.html#getName()"><B>getName()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the name assigned to this controller.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getName()"><B>getName()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the name assigned to this controller.
<DT><A HREF="./org/lwjgl/input/Mouse.html#getNativeCursor()"><B>getNativeCursor()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Gets the currently bound native cursor, if any.
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#getNativeCursorCapabilities()"><B>getNativeCursorCapabilities()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Function to determine native cursor support
<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#getNormals()"><B>getNormals()</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>Returns the normals.
<DT><A HREF="./org/lwjgl/input/Keyboard.html#getNumKeyboardEvents()"><B>getNumKeyboardEvents()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>Gets the number of keyboard events waiting after doing a buffer enabled poll().
<DT><A HREF="./org/lwjgl/BufferUtils.html#getOffset(java.nio.Buffer)"><B>getOffset(Buffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>A helper function which is used to get the byte offset in an arbitrary buffer
based on its position
<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#getOrientation()"><B>getOrientation()</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>Returns the orientation.
<DT><A HREF="./org/lwjgl/opencl/api/CLBufferRegion.html#getOrigin()"><B>getOrigin()</B></A> -
Method in class org.lwjgl.opencl.api.<A HREF="./org/lwjgl/opencl/api/CLBufferRegion.html" title="class in org.lwjgl.opencl.api">CLBufferRegion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Display.html#getParent()"><B>getParent()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Return the last parent set with setParent().
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#getPixelFormat()"><B>getPixelFormat()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Display.html#getPixelScaleFactor()"><B>getPixelScaleFactor()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#getPlatform()"><B>getPlatform()</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDevice.html#getPlatform()"><B>getPlatform()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLCapabilities.html#getPlatformCapabilities(org.lwjgl.opencl.CLPlatform)"><B>getPlatformCapabilities(CLPlatform)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLCapabilities.html" title="class in org.lwjgl.opencl">CLCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#getPlatformName()"><B>getPlatformName()</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatform.html#getPlatforms()"><B>getPlatforms()</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</A>
<DD>Returns a list of all the available platforms.
<DT><A HREF="./org/lwjgl/opencl/CLPlatform.html#getPlatforms(org.lwjgl.opencl.api.Filter)"><B>getPlatforms(Filter&lt;CLPlatform&gt;)</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatform.html" title="class in org.lwjgl.opencl">CLPlatform</A>
<DD>Returns a list of the available platforms, filtered by the specified filter.
<DT><A HREF="./org/lwjgl/PointerWrapper.html#getPointer()"><B>getPointer()</B></A> -
Method in interface org.lwjgl.<A HREF="./org/lwjgl/PointerWrapper.html" title="interface in org.lwjgl">PointerWrapper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerWrapperAbstract.html#getPointer()"><B>getPointer()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerBuffer.html#getPointerSize()"><B>getPointerSize()</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Returns the pointer size in bytes, based on the underlying architecture.
<DT><A HREF="./org/lwjgl/input/Controller.html#getPovX()"><B>getPovX()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the X-Axis value of the POV on this controller
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getPovX()"><B>getPovX()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the X-Axis value of the POV on this controller
<DT><A HREF="./org/lwjgl/input/Controller.html#getPovY()"><B>getPovY()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the Y-Axis value of the POV on this controller
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getPovY()"><B>getPovY()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the Y-Axis value of the POV on this controller
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#getPrivilegedBoolean(java.lang.String)"><B>getPrivilegedBoolean(String)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>Gets a boolean property as a privileged action.
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#getPrivilegedInteger(java.lang.String)"><B>getPrivilegedInteger(String)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>Gets an integer property as a privileged action.
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#getPrivilegedInteger(java.lang.String, int)"><B>getPrivilegedInteger(String, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>Gets an integer property as a privileged action.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#getProfileMask()"><B>getProfileMask()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_PROFILE_MASK_ARB"><CODE>ContextAttribs.CONTEXT_PROFILE_MASK_ARB</CODE></A> value.
<DT><A HREF="./org/lwjgl/opencl/CLEvent.html#getProfilingInfoLong(int)"><B>getProfilingInfoLong(int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLEvent.html" title="class in org.lwjgl.opencl">CLEvent</A>
<DD>Returns the long value of the specified parameter.
<DT><A HREF="./org/lwjgl/util/Color.html#getRed()"><B>getRed()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Accessor
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#getRed()"><B>getRed()</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>Return the red component (0..255)
<DT><A HREF="./org/lwjgl/util/Color.html#getRedByte()"><B>getRedByte()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#getRedByte()"><B>getRedByte()</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>Return the red component
<DT><A HREF="./org/lwjgl/opengl/XRandR.html#getResolutions(java.lang.String)"><B>getResolutions(String)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/XRandR.html" title="class in org.lwjgl.opengl">XRandR</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controller.html#getRumblerCount()"><B>getRumblerCount()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Returns the number of rumblers this controller supports
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getRumblerCount()"><B>getRumblerCount()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controller.html#getRumblerName(int)"><B>getRumblerName(int)</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Returns the name of the specified rumbler
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getRumblerName(int)"><B>getRumblerName(int)</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controller.html#getRXAxisDeadZone()"><B>getRXAxisDeadZone()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the dead zone for the RX axis.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getRXAxisDeadZone()"><B>getRXAxisDeadZone()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the dead zone for the RX axis.
<DT><A HREF="./org/lwjgl/input/Controller.html#getRXAxisValue()"><B>getRXAxisValue()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the value from the RX axis if there is one.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getRXAxisValue()"><B>getRXAxisValue()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the value from the RX axis if there is one.
<DT><A HREF="./org/lwjgl/input/Controller.html#getRYAxisDeadZone()"><B>getRYAxisDeadZone()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the dead zone for the RY axis.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getRYAxisDeadZone()"><B>getRYAxisDeadZone()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the dead zone for the RY axis.
<DT><A HREF="./org/lwjgl/input/Controller.html#getRYAxisValue()"><B>getRYAxisValue()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the value from the RY axis if there is one.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getRYAxisValue()"><B>getRYAxisValue()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the value from the RY axis if there is one.
<DT><A HREF="./org/lwjgl/input/Controller.html#getRZAxisDeadZone()"><B>getRZAxisDeadZone()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the dead zone for the RZ axis.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getRZAxisDeadZone()"><B>getRZAxisDeadZone()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the dead zone for the RZ axis.
<DT><A HREF="./org/lwjgl/input/Controller.html#getRZAxisValue()"><B>getRZAxisValue()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the value from the RZ axis if there is one.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getRZAxisValue()"><B>getRZAxisValue()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the value from the RZ axis if there is one.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#getSamples()"><B>getSamples()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/XRandR.html#getScreenNames()"><B>getScreenNames()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/XRandR.html" title="class in org.lwjgl.opengl">XRandR</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/api/CLBufferRegion.html#getSize()"><B>getSize()</B></A> -
Method in class org.lwjgl.opencl.api.<A HREF="./org/lwjgl/opencl/api/CLBufferRegion.html" title="class in org.lwjgl.opencl.api">CLBufferRegion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Dimension.html#getSize(org.lwjgl.util.WritableDimension)"><B>getSize(WritableDimension)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableDimension.html#getSize(org.lwjgl.util.WritableDimension)"><B>getSize(WritableDimension)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableDimension.html" title="interface in org.lwjgl.util">ReadableDimension</A>
<DD>Copy this ReadableDimension into a destination Dimension
<DT><A HREF="./org/lwjgl/util/Rectangle.html#getSize(org.lwjgl.util.WritableDimension)"><B>getSize(WritableDimension)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#getSizeof()"><B>getSizeof()</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Returns the mapped object memory sizeof, in bytes.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getStatus()"><B>getStatus()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Retrieves the current status of the AppletLoader and is
used by liveconnect when running in headless mode.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#getStencilBits()"><B>getStencilBits()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#getStringParameter(java.lang.String, java.lang.String)"><B>getStringParameter(String, String)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Retrieves the String value for the parameter
<DT><A HREF="./org/lwjgl/opencl/CLDevice.html#getSubCLDevice(long)"><B>getSubCLDevice(long)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDevice.html" title="class in org.lwjgl.opencl">CLDevice</A>
<DD>Returns a sub-device of this device.
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#getSupportedImageFormats(long, int)"><B>getSupportedImageFormats(long, int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLContext.html#getSupportedImageFormats(long, int, org.lwjgl.opencl.api.Filter)"><B>getSupportedImageFormats(long, int, Filter&lt;CLImageFormat&gt;)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContext.html" title="class in org.lwjgl.opencl">CLContext</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#getTextureFlag()"><B>getTextureFlag()</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>Returns the textureFlag.
<DT><A HREF="./org/lwjgl/Sys.html#getTime()"><B>getTime()</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</A>
<DD>Gets the current value of the hires timer, in ticks.
<DT><A HREF="./org/lwjgl/util/Timer.html#getTime()"><B>getTime()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/Sys.html#getTimerResolution()"><B>getTimerResolution()</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</A>
<DD>Obtains the number of ticks that the hires timer does in a second.
<DT><A HREF="./org/lwjgl/opengl/Display.html#getTitle()"><B>getTitle()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Display.html#getVersion()"><B>getVersion()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Get the driver version.
<DT><A HREF="./org/lwjgl/opengles/ContextAttribs.html#getVersion()"><B>getVersion()</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextAttribs.html" title="class in org.lwjgl.opengles">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/Sys.html#getVersion()"><B>getVersion()</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</A>
<DD>Return the version of the core LWJGL libraries as a String.
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#getViewAddress(int)"><B>getViewAddress(int)</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#getW()"><B>getW()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/ReadableVector4f.html#getW()"><B>getW()</B></A> -
Method in interface org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/ReadableVector4f.html" title="interface in org.lwjgl.util.vector">ReadableVector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#getW()"><B>getW()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Display.html#getWidth()"><B>getWidth()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/DisplayMode.html#getWidth()"><B>getWidth()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#getWidth()"><B>getWidth()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#getWidth()"><B>getWidth()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Dimension.html#getWidth()"><B>getWidth()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</A>
<DD>Gets the width.
<DT><A HREF="./org/lwjgl/util/ReadableDimension.html#getWidth()"><B>getWidth()</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableDimension.html" title="interface in org.lwjgl.util">ReadableDimension</A>
<DD>Get the width
<DT><A HREF="./org/lwjgl/util/Rectangle.html#getWidth()"><B>getWidth()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Gets the width.
<DT><A HREF="./org/lwjgl/util/XPMFile.html#getWidth()"><B>getWidth()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/XPMFile.html" title="class in org.lwjgl.util">XPMFile</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLKernel.html#getWorkGroupInfoLong(org.lwjgl.opencl.CLDevice, int)"><B>getWorkGroupInfoLong(CLDevice, int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</A>
<DD>Returns the long value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLKernel.html#getWorkGroupInfoSize(org.lwjgl.opencl.CLDevice, int)"><B>getWorkGroupInfoSize(CLDevice, int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</A>
<DD>Returns the size_t value of the specified parameter.
<DT><A HREF="./org/lwjgl/opencl/CLKernel.html#getWorkGroupInfoSizeArray(org.lwjgl.opencl.CLDevice, int)"><B>getWorkGroupInfoSizeArray(CLDevice, int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</A>
<DD>Returns an array of size_t values of the specified parameter.
<DT><A HREF="./org/lwjgl/input/Mouse.html#getX()"><B>getX()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Retrieves the absolute position.
<DT><A HREF="./org/lwjgl/opengl/Display.html#getX()"><B>getX()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Point.html#getX()"><B>getX()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadablePoint.html#getX()"><B>getX()</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadablePoint.html" title="interface in org.lwjgl.util">ReadablePoint</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Rectangle.html#getX()"><B>getX()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Gets the x.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#getX()"><B>getX()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/ReadableVector2f.html#getX()"><B>getX()</B></A> -
Method in interface org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/ReadableVector2f.html" title="interface in org.lwjgl.util.vector">ReadableVector2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#getX()"><B>getX()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#getX()"><B>getX()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#getX()"><B>getX()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controller.html#getXAxisDeadZone()"><B>getXAxisDeadZone()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the dead zone for the X axis.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getXAxisDeadZone()"><B>getXAxisDeadZone()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the dead zone for the X axis.
<DT><A HREF="./org/lwjgl/input/Controller.html#getXAxisValue()"><B>getXAxisValue()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the value from the X axis if there is one.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getXAxisValue()"><B>getXAxisValue()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the value from the X axis if there is one.
<DT><A HREF="./org/lwjgl/input/Mouse.html#getY()"><B>getY()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Retrieves the absolute position.
<DT><A HREF="./org/lwjgl/opengl/Display.html#getY()"><B>getY()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Point.html#getY()"><B>getY()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadablePoint.html#getY()"><B>getY()</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadablePoint.html" title="interface in org.lwjgl.util">ReadablePoint</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Rectangle.html#getY()"><B>getY()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Gets the y.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#getY()"><B>getY()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/ReadableVector2f.html#getY()"><B>getY()</B></A> -
Method in interface org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/ReadableVector2f.html" title="interface in org.lwjgl.util.vector">ReadableVector2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#getY()"><B>getY()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#getY()"><B>getY()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#getY()"><B>getY()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controller.html#getYAxisDeadZone()"><B>getYAxisDeadZone()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the dead zone for the Y axis.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getYAxisDeadZone()"><B>getYAxisDeadZone()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the dead zone for the Y axis.
<DT><A HREF="./org/lwjgl/input/Controller.html#getYAxisValue()"><B>getYAxisValue()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the value from the Y axis if there is one.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getYAxisValue()"><B>getYAxisValue()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the value from the Y axis if there is one.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#getZ()"><B>getZ()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/ReadableVector3f.html#getZ()"><B>getZ()</B></A> -
Method in interface org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/ReadableVector3f.html" title="interface in org.lwjgl.util.vector">ReadableVector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#getZ()"><B>getZ()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#getZ()"><B>getZ()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controller.html#getZAxisDeadZone()"><B>getZAxisDeadZone()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the dead zone for the Z axis.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getZAxisDeadZone()"><B>getZAxisDeadZone()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the dead zone for the Z axis.
<DT><A HREF="./org/lwjgl/input/Controller.html#getZAxisValue()"><B>getZAxisValue()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Get the value from the Z axis if there is one.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#getZAxisValue()"><B>getZAxisValue()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Get the value from the Z axis if there is one.
<DT><A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl"><B>GL11</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>The core OpenGL1.1 API.<DT><A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl"><B>GL12</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD><p/>
The core OpenGL1.2.1 API, with the imaging subset.<DT><A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl"><B>GL13</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD><p/>
The core OpenGL1.3 API.<DT><A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl"><B>GL14</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD><p/>
The core OpenGL1.4 API.<DT><A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl"><B>GL15</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl"><B>GL20</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl"><B>GL21</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl"><B>GL30</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl"><B>GL31</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl"><B>GL32</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl"><B>GL33</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl"><B>GL40</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl"><B>GL41</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl"><B>GL42</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl"><B>GL43</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl"><B>GL44</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl"><B>GL45</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_2_BYTES"><B>GL_2_BYTES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_2D"><B>GL_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_2X_BIT_ATI"><B>GL_2X_BIT_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_3_BYTES"><B>GL_3_BYTES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_3D"><B>GL_3D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_3D_COLOR"><B>GL_3D_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_3D_COLOR_TEXTURE"><B>GL_3D_COLOR_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/AMDCompressed3DCTexture.html#GL_3DC_X_AMD"><B>GL_3DC_X_AMD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDCompressed3DCTexture.html" title="class in org.lwjgl.opengles">AMDCompressed3DCTexture</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of CompressedTexImage2D and
CompressedTexImage3DOES:
<DT><A HREF="./org/lwjgl/opengles/AMDCompressed3DCTexture.html#GL_3DC_XY_AMD"><B>GL_3DC_XY_AMD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDCompressed3DCTexture.html" title="class in org.lwjgl.opengles">AMDCompressed3DCTexture</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of CompressedTexImage2D and
CompressedTexImage3DOES:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_4_BYTES"><B>GL_4_BYTES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_4D_COLOR_TEXTURE"><B>GL_4D_COLOR_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_4X_BIT_ATI"><B>GL_4X_BIT_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_8X_BIT_ATI"><B>GL_8X_BIT_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTAbgr.html#GL_ABGR_EXT"><B>GL_ABGR_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTAbgr.html" title="class in org.lwjgl.opengl">EXTAbgr</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ACCUM"><B>GL_ACCUM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_ACCUM_ADJACENT_PAIRS_NV"><B>GL_ACCUM_ADJACENT_PAIRS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pathListMode&gt; parameter of GetPathSpacingNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ACCUM_ALPHA_BITS"><B>GL_ACCUM_ALPHA_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ACCUM_BLUE_BITS"><B>GL_ACCUM_BLUE_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ACCUM_BUFFER_BIT"><B>GL_ACCUM_BUFFER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ACCUM_CLEAR_VALUE"><B>GL_ACCUM_CLEAR_VALUE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ACCUM_GREEN_BITS"><B>GL_ACCUM_GREEN_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ACCUM_RED_BITS"><B>GL_ACCUM_RED_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ACTIVE_ATOMIC_COUNTER_BUFFERS"><B>GL_ACTIVE_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ACTIVE_ATOMIC_COUNTER_BUFFERS"><B>GL_ACTIVE_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_ACTIVE_ATTRIBUTE_MAX_LENGTH"><B>GL_ACTIVE_ATTRIBUTE_MAX_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ACTIVE_ATTRIBUTE_MAX_LENGTH"><B>GL_ACTIVE_ATTRIBUTE_MAX_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_ACTIVE_ATTRIBUTES"><B>GL_ACTIVE_ATTRIBUTES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ACTIVE_ATTRIBUTES"><B>GL_ACTIVE_ATTRIBUTES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_ACTIVE_PROGRAM"><B>GL_ACTIVE_PROGRAM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Accepted by &lt;type&gt; parameter to GetProgramPipelineiv:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_ACTIVE_PROGRAM"><B>GL_ACTIVE_PROGRAM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by &lt;type&gt; parameter to GetProgramPipelineiv:
<DT><A HREF="./org/lwjgl/opengl/EXTSeparateShaderObjects.html#GL_ACTIVE_PROGRAM_EXT"><B>GL_ACTIVE_PROGRAM_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengl">EXTSeparateShaderObjects</A>
<DD>Accepted by &lt;type&gt; parameter to GetIntegerv and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#GL_ACTIVE_PROGRAM_EXT"><B>GL_ACTIVE_PROGRAM_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Accepted by &lt;type&gt; parameter to GetProgramPipelineivEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_ACTIVE_RESOURCES"><B>GL_ACTIVE_RESOURCES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramInterfaceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_ACTIVE_RESOURCES"><B>GL_ACTIVE_RESOURCES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramInterfaceiv:
<DT><A HREF="./org/lwjgl/opengl/EXTStencilTwoSide.html#GL_ACTIVE_STENCIL_FACE_EXT"><B>GL_ACTIVE_STENCIL_FACE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTStencilTwoSide.html" title="class in org.lwjgl.opengl">EXTStencilTwoSide</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_ACTIVE_SUBROUTINE_MAX_LENGTH"><B>GL_ACTIVE_SUBROUTINE_MAX_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramStageiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_ACTIVE_SUBROUTINE_MAX_LENGTH"><B>GL_ACTIVE_SUBROUTINE_MAX_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramStageiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS"><B>GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramStageiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS"><B>GL_ACTIVE_SUBROUTINE_UNIFORM_LOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramStageiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH"><B>GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramStageiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH"><B>GL_ACTIVE_SUBROUTINE_UNIFORM_MAX_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramStageiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_ACTIVE_SUBROUTINE_UNIFORMS"><B>GL_ACTIVE_SUBROUTINE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramStageiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_ACTIVE_SUBROUTINE_UNIFORMS"><B>GL_ACTIVE_SUBROUTINE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramStageiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_ACTIVE_SUBROUTINES"><B>GL_ACTIVE_SUBROUTINES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramStageiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_ACTIVE_SUBROUTINES"><B>GL_ACTIVE_SUBROUTINES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramStageiv:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_ACTIVE_TEXTURE"><B>GL_ACTIVE_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ACTIVE_TEXTURE"><B>GL_ACTIVE_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_ACTIVE_TEXTURE_ARB"><B>GL_ACTIVE_TEXTURE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH"><B>GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH"><B>GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH"><B>GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_ACTIVE_UNIFORM_BLOCKS"><B>GL_ACTIVE_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_ACTIVE_UNIFORM_BLOCKS"><B>GL_ACTIVE_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_ACTIVE_UNIFORM_BLOCKS"><B>GL_ACTIVE_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_ACTIVE_UNIFORM_MAX_LENGTH"><B>GL_ACTIVE_UNIFORM_MAX_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ACTIVE_UNIFORM_MAX_LENGTH"><B>GL_ACTIVE_UNIFORM_MAX_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_ACTIVE_UNIFORMS"><B>GL_ACTIVE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ACTIVE_UNIFORMS"><B>GL_ACTIVE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_ACTIVE_VARIABLES"><B>GL_ACTIVE_VARIABLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_ACTIVE_VARIABLES"><B>GL_ACTIVE_VARIABLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_ACTIVE_VARYING_MAX_LENGTH_NV"><B>GL_ACTIVE_VARYING_MAX_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_ACTIVE_VARYINGS_NV"><B>GL_ACTIVE_VARYINGS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_ACTIVE_VERTEX_UNITS_ARB"><B>GL_ACTIVE_VERTEX_UNITS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ADD"><B>GL_ADD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_ADD_ATI"><B>GL_ADD_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_ADD_SIGNED"><B>GL_ADD_SIGNED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_ADD_SIGNED_ARB"><B>GL_ADD_SIGNED_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_ADD_SIGNED_EXT"><B>GL_ADD_SIGNED_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_ADJACENT_PAIRS_NV"><B>GL_ADJACENT_PAIRS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pathListMode&gt; parameter of GetPathSpacingNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_AFFINE_2D_NV"><B>GL_AFFINE_2D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;transformType&gt; parameter of
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_AFFINE_3D_NV"><B>GL_AFFINE_3D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;transformType&gt; parameter of
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_ALIASED_LINE_WIDTH_RANGE"><B>GL_ALIASED_LINE_WIDTH_RANGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ALIASED_LINE_WIDTH_RANGE"><B>GL_ALIASED_LINE_WIDTH_RANGE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_ALIASED_POINT_SIZE_RANGE"><B>GL_ALIASED_POINT_SIZE_RANGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ALIASED_POINT_SIZE_RANGE"><B>GL_ALIASED_POINT_SIZE_RANGE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ALL_ATTRIB_BITS"><B>GL_ALL_ATTRIB_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_ALL_BARRIER_BITS"><B>GL_ALL_BARRIER_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ALL_BARRIER_BITS"><B>GL_ALL_BARRIER_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_ALL_BARRIER_BITS_EXT"><B>GL_ALL_BARRIER_BITS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrierEXT:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ALL_CLIENT_ATTRIB_BITS"><B>GL_ALL_CLIENT_ATTRIB_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFence.html#GL_ALL_COMPLETED_NV"><B>GL_ALL_COMPLETED_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFence.html#GL_ALL_COMPLETED_NV"><B>GL_ALL_COMPLETED_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</A>
<DD>Accepted by the &lt;condition&gt; parameter of SetFenceNV:
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_ALL_SHADER_BITS"><B>GL_ALL_SHADER_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStages:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_ALL_SHADER_BITS"><B>GL_ALL_SHADER_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStages:
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#GL_ALL_SHADER_BITS_EXT"><B>GL_ALL_SHADER_BITS_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStagesEXT:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ALPHA"><B>GL_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ALPHA"><B>GL_ALPHA</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>PixelFormat
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ALPHA12"><B>GL_ALPHA12</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ALPHA16"><B>GL_ALPHA16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_ALPHA16_SNORM"><B>GL_ALPHA16_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_ALPHA16F"><B>GL_ALPHA16F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_ALPHA16F_ARB"><B>GL_ALPHA16F_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_ALPHA16F_EXT"><B>GL_ALPHA16F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_ALPHA16I"><B>GL_ALPHA16I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_ALPHA16I_EXT"><B>GL_ALPHA16I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_ALPHA16UI"><B>GL_ALPHA16UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_ALPHA16UI_EXT"><B>GL_ALPHA16UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_ALPHA32F"><B>GL_ALPHA32F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_ALPHA32F_ARB"><B>GL_ALPHA32F_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_ALPHA32F_EXT"><B>GL_ALPHA32F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_ALPHA32I"><B>GL_ALPHA32I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_ALPHA32I_EXT"><B>GL_ALPHA32I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_ALPHA32UI"><B>GL_ALPHA32UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_ALPHA32UI_EXT"><B>GL_ALPHA32UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ALPHA4"><B>GL_ALPHA4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ALPHA8"><B>GL_ALPHA8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_ALPHA8_EXT"><B>GL_ALPHA8_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_ALPHA8_SNORM"><B>GL_ALPHA8_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_ALPHA8I"><B>GL_ALPHA8I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_ALPHA8I_EXT"><B>GL_ALPHA8I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_ALPHA8UI"><B>GL_ALPHA8UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_ALPHA8UI_EXT"><B>GL_ALPHA8UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ALPHA_BIAS"><B>GL_ALPHA_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ALPHA_BITS"><B>GL_ALPHA_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ALPHA_BITS"><B>GL_ALPHA_BITS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_ALPHA_FLOAT16_APPLE"><B>GL_ALPHA_FLOAT16_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</A>
<DD>Accepted by the parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ATITextureFloat.html#GL_ALPHA_FLOAT16_ATI"><B>GL_ALPHA_FLOAT16_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_ALPHA_FLOAT32_APPLE"><B>GL_ALPHA_FLOAT32_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</A>
<DD>Accepted by the parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ATITextureFloat.html#GL_ALPHA_FLOAT32_ATI"><B>GL_ALPHA_FLOAT32_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_ALPHA_INTEGER"><B>GL_ALPHA_INTEGER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_ALPHA_INTEGER_EXT"><B>GL_ALPHA_INTEGER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ALPHA_SCALE"><B>GL_ALPHA_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_ALPHA_SNORM"><B>GL_ALPHA_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ALPHA_TEST"><B>GL_ALPHA_TEST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ALPHA_TEST_FUNC"><B>GL_ALPHA_TEST_FUNC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ALPHA_TEST_REF"><B>GL_ALPHA_TEST_REF</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_ALREADY_SIGNALED"><B>GL_ALREADY_SIGNALED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Returned by ClientWaitSync:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_ALREADY_SIGNALED"><B>GL_ALREADY_SIGNALED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned by ClientWaitSync:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_ALREADY_SIGNALED"><B>GL_ALREADY_SIGNALED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#GL_ALREADY_SIGNALED_APPLE"><B>GL_ALREADY_SIGNALED_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Returned by ClientWaitSyncAPPLE:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ALWAYS"><B>GL_ALWAYS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ALWAYS"><B>GL_ALWAYS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilFunction
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_AMBIENT"><B>GL_AMBIENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_AMBIENT_AND_DIFFUSE"><B>GL_AMBIENT_AND_DIFFUSE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_blend_minmax_factor"><B>GL_AMD_blend_minmax_factor</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_AMD_compressed_3DC_texture"><B>GL_AMD_compressed_3DC_texture</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_AMD_compressed_ATC_texture"><B>GL_AMD_compressed_ATC_texture</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_conservative_depth"><B>GL_AMD_conservative_depth</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_debug_output"><B>GL_AMD_debug_output</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_depth_clamp_separate"><B>GL_AMD_depth_clamp_separate</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_draw_buffers_blend"><B>GL_AMD_draw_buffers_blend</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_interleaved_elements"><B>GL_AMD_interleaved_elements</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_multi_draw_indirect"><B>GL_AMD_multi_draw_indirect</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_name_gen_delete"><B>GL_AMD_name_gen_delete</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_performance_monitor"><B>GL_AMD_performance_monitor</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_AMD_performance_monitor"><B>GL_AMD_performance_monitor</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_pinned_memory"><B>GL_AMD_pinned_memory</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_AMD_program_binary_Z400"><B>GL_AMD_program_binary_Z400</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_query_buffer_object"><B>GL_AMD_query_buffer_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_sample_positions"><B>GL_AMD_sample_positions</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_seamless_cubemap_per_texture"><B>GL_AMD_seamless_cubemap_per_texture</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_shader_atomic_counter_ops"><B>GL_AMD_shader_atomic_counter_ops</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_shader_stencil_export"><B>GL_AMD_shader_stencil_export</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_shader_trinary_minmax"><B>GL_AMD_shader_trinary_minmax</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_sparse_texture"><B>GL_AMD_sparse_texture</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_stencil_operation_extended"><B>GL_AMD_stencil_operation_extended</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_texture_texture4"><B>GL_AMD_texture_texture4</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_transform_feedback3_lines_triangles"><B>GL_AMD_transform_feedback3_lines_triangles</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_vertex_shader_layer"><B>GL_AMD_vertex_shader_layer</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_vertex_shader_tessellator"><B>GL_AMD_vertex_shader_tessellator</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_AMD_vertex_shader_viewport_index"><B>GL_AMD_vertex_shader_viewport_index</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_AND"><B>GL_AND</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_AND_INVERTED"><B>GL_AND_INVERTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_AND_REVERSE"><B>GL_AND_REVERSE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_ANGLE_framebuffer_blit"><B>GL_ANGLE_framebuffer_blit</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_ANGLE_framebuffer_multisample"><B>GL_ANGLE_framebuffer_multisample</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery2.html#GL_ANY_SAMPLES_PASSED"><B>GL_ANY_SAMPLES_PASSED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery2.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery2</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery,
and GetQueryiv:
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_ANY_SAMPLES_PASSED"><B>GL_ANY_SAMPLES_PASSED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery,
and GetQueryiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_ANY_SAMPLES_PASSED"><B>GL_ANY_SAMPLES_PASSED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_ANY_SAMPLES_PASSED_CONSERVATIVE"><B>GL_ANY_SAMPLES_PASSED_CONSERVATIVE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery,
GetQueryIndexediv and GetQueryiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_ANY_SAMPLES_PASSED_CONSERVATIVE"><B>GL_ANY_SAMPLES_PASSED_CONSERVATIVE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery,
GetQueryIndexediv and GetQueryiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_ANY_SAMPLES_PASSED_CONSERVATIVE"><B>GL_ANY_SAMPLES_PASSED_CONSERVATIVE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT"><B>GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQueryEXT, EndQueryEXT,
and GetQueryivEXT:
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#GL_ANY_SAMPLES_PASSED_EXT"><B>GL_ANY_SAMPLES_PASSED_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQueryEXT, EndQueryEXT,
and GetQueryivEXT:
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_aux_depth_stencil"><B>GL_APPLE_aux_depth_stencil</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_client_storage"><B>GL_APPLE_client_storage</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_element_array"><B>GL_APPLE_element_array</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_fence"><B>GL_APPLE_fence</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_float_pixels"><B>GL_APPLE_float_pixels</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_flush_buffer_range"><B>GL_APPLE_flush_buffer_range</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_APPLE_framebuffer_multisample"><B>GL_APPLE_framebuffer_multisample</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_object_purgeable"><B>GL_APPLE_object_purgeable</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_packed_pixels"><B>GL_APPLE_packed_pixels</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_rgb_422"><B>GL_APPLE_rgb_422</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_APPLE_rgb_422"><B>GL_APPLE_rgb_422</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_row_bytes"><B>GL_APPLE_row_bytes</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_APPLE_sync"><B>GL_APPLE_sync</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_APPLE_texture_format_BGRA8888"><B>GL_APPLE_texture_format_BGRA8888</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_APPLE_texture_max_level"><B>GL_APPLE_texture_max_level</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_texture_range"><B>GL_APPLE_texture_range</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_vertex_array_object"><B>GL_APPLE_vertex_array_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_vertex_array_range"><B>GL_APPLE_vertex_array_range</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_vertex_program_evaluators"><B>GL_APPLE_vertex_program_evaluators</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_APPLE_ycbcr_422"><B>GL_APPLE_ycbcr_422</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_arrays_of_arrays"><B>GL_ARB_arrays_of_arrays</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_base_instance"><B>GL_ARB_base_instance</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_bindless_texture"><B>GL_ARB_bindless_texture</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_blend_func_extended"><B>GL_ARB_blend_func_extended</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_buffer_storage"><B>GL_ARB_buffer_storage</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_cl_event"><B>GL_ARB_cl_event</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_clear_buffer_object"><B>GL_ARB_clear_buffer_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_clear_texture"><B>GL_ARB_clear_texture</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_clip_control"><B>GL_ARB_clip_control</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_color_buffer_float"><B>GL_ARB_color_buffer_float</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_compatibility"><B>GL_ARB_compatibility</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_compressed_texture_pixel_storage"><B>GL_ARB_compressed_texture_pixel_storage</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_compute_shader"><B>GL_ARB_compute_shader</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_compute_variable_group_size"><B>GL_ARB_compute_variable_group_size</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_conditional_render_inverted"><B>GL_ARB_conditional_render_inverted</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_conservative_depth"><B>GL_ARB_conservative_depth</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_copy_buffer"><B>GL_ARB_copy_buffer</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_copy_image"><B>GL_ARB_copy_image</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_cull_distance"><B>GL_ARB_cull_distance</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_debug_output"><B>GL_ARB_debug_output</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_depth_buffer_float"><B>GL_ARB_depth_buffer_float</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_depth_clamp"><B>GL_ARB_depth_clamp</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_depth_texture"><B>GL_ARB_depth_texture</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_derivative_control"><B>GL_ARB_derivative_control</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_direct_state_access"><B>GL_ARB_direct_state_access</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_draw_buffers"><B>GL_ARB_draw_buffers</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_ARB_draw_buffers"><B>GL_ARB_draw_buffers</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_draw_buffers_blend"><B>GL_ARB_draw_buffers_blend</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_draw_elements_base_vertex"><B>GL_ARB_draw_elements_base_vertex</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_draw_indirect"><B>GL_ARB_draw_indirect</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_draw_instanced"><B>GL_ARB_draw_instanced</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_enhanced_layouts"><B>GL_ARB_enhanced_layouts</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_ES2_compatibility"><B>GL_ARB_ES2_compatibility</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_ES3_1_compatibility"><B>GL_ARB_ES3_1_compatibility</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_ES3_compatibility"><B>GL_ARB_ES3_compatibility</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_explicit_attrib_location"><B>GL_ARB_explicit_attrib_location</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_explicit_uniform_location"><B>GL_ARB_explicit_uniform_location</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_fragment_coord_conventions"><B>GL_ARB_fragment_coord_conventions</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_fragment_layer_viewport"><B>GL_ARB_fragment_layer_viewport</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_fragment_program"><B>GL_ARB_fragment_program</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_fragment_program_shadow"><B>GL_ARB_fragment_program_shadow</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_fragment_shader"><B>GL_ARB_fragment_shader</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_framebuffer_no_attachments"><B>GL_ARB_framebuffer_no_attachments</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_framebuffer_object"><B>GL_ARB_framebuffer_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_framebuffer_sRGB"><B>GL_ARB_framebuffer_sRGB</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_geometry_shader4"><B>GL_ARB_geometry_shader4</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_get_program_binary"><B>GL_ARB_get_program_binary</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_get_texture_sub_image"><B>GL_ARB_get_texture_sub_image</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_gpu_shader5"><B>GL_ARB_gpu_shader5</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_gpu_shader_fp64"><B>GL_ARB_gpu_shader_fp64</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_half_float_pixel"><B>GL_ARB_half_float_pixel</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_ARB_half_float_pixel"><B>GL_ARB_half_float_pixel</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_half_float_vertex"><B>GL_ARB_half_float_vertex</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_imaging"><B>GL_ARB_imaging</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_indirect_parameters"><B>GL_ARB_indirect_parameters</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_instanced_arrays"><B>GL_ARB_instanced_arrays</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_internalformat_query"><B>GL_ARB_internalformat_query</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_internalformat_query2"><B>GL_ARB_internalformat_query2</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_invalidate_subdata"><B>GL_ARB_invalidate_subdata</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_map_buffer_alignment"><B>GL_ARB_map_buffer_alignment</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_map_buffer_range"><B>GL_ARB_map_buffer_range</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_matrix_palette"><B>GL_ARB_matrix_palette</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_multi_bind"><B>GL_ARB_multi_bind</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_multi_draw_indirect"><B>GL_ARB_multi_draw_indirect</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_multisample"><B>GL_ARB_multisample</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_multitexture"><B>GL_ARB_multitexture</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_occlusion_query"><B>GL_ARB_occlusion_query</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_occlusion_query2"><B>GL_ARB_occlusion_query2</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_pipeline_statistics_query"><B>GL_ARB_pipeline_statistics_query</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_pixel_buffer_object"><B>GL_ARB_pixel_buffer_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_point_parameters"><B>GL_ARB_point_parameters</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_point_sprite"><B>GL_ARB_point_sprite</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_program_interface_query"><B>GL_ARB_program_interface_query</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_provoking_vertex"><B>GL_ARB_provoking_vertex</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_query_buffer_object"><B>GL_ARB_query_buffer_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_robust_buffer_access_behavior"><B>GL_ARB_robust_buffer_access_behavior</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_robustness"><B>GL_ARB_robustness</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_robustness_isolation"><B>GL_ARB_robustness_isolation</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_sample_shading"><B>GL_ARB_sample_shading</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_sampler_objects"><B>GL_ARB_sampler_objects</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_seamless_cube_map"><B>GL_ARB_seamless_cube_map</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_seamless_cubemap_per_texture"><B>GL_ARB_seamless_cubemap_per_texture</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_separate_shader_objects"><B>GL_ARB_separate_shader_objects</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_atomic_counters"><B>GL_ARB_shader_atomic_counters</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_bit_encoding"><B>GL_ARB_shader_bit_encoding</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_draw_parameters"><B>GL_ARB_shader_draw_parameters</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_group_vote"><B>GL_ARB_shader_group_vote</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_image_load_store"><B>GL_ARB_shader_image_load_store</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_image_size"><B>GL_ARB_shader_image_size</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_objects"><B>GL_ARB_shader_objects</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_precision"><B>GL_ARB_shader_precision</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_stencil_export"><B>GL_ARB_shader_stencil_export</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_storage_buffer_object"><B>GL_ARB_shader_storage_buffer_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_subroutine"><B>GL_ARB_shader_subroutine</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_texture_image_samples"><B>GL_ARB_shader_texture_image_samples</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shader_texture_lod"><B>GL_ARB_shader_texture_lod</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shading_language_100"><B>GL_ARB_shading_language_100</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shading_language_420pack"><B>GL_ARB_shading_language_420pack</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shading_language_include"><B>GL_ARB_shading_language_include</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shading_language_packing"><B>GL_ARB_shading_language_packing</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shadow"><B>GL_ARB_shadow</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_shadow_ambient"><B>GL_ARB_shadow_ambient</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_sparse_buffer"><B>GL_ARB_sparse_buffer</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_sparse_texture"><B>GL_ARB_sparse_texture</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_stencil_texturing"><B>GL_ARB_stencil_texturing</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_sync"><B>GL_ARB_sync</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_tessellation_shader"><B>GL_ARB_tessellation_shader</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_barrier"><B>GL_ARB_texture_barrier</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_border_clamp"><B>GL_ARB_texture_border_clamp</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_buffer_object"><B>GL_ARB_texture_buffer_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_buffer_object_rgb32"><B>GL_ARB_texture_buffer_object_rgb32</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_buffer_range"><B>GL_ARB_texture_buffer_range</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_compression"><B>GL_ARB_texture_compression</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_compression_bptc"><B>GL_ARB_texture_compression_bptc</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_compression_rgtc"><B>GL_ARB_texture_compression_rgtc</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_cube_map"><B>GL_ARB_texture_cube_map</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_cube_map_array"><B>GL_ARB_texture_cube_map_array</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_env_add"><B>GL_ARB_texture_env_add</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_env_combine"><B>GL_ARB_texture_env_combine</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_env_crossbar"><B>GL_ARB_texture_env_crossbar</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_env_dot3"><B>GL_ARB_texture_env_dot3</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_float"><B>GL_ARB_texture_float</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_gather"><B>GL_ARB_texture_gather</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_mirror_clamp_to_edge"><B>GL_ARB_texture_mirror_clamp_to_edge</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_mirrored_repeat"><B>GL_ARB_texture_mirrored_repeat</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_multisample"><B>GL_ARB_texture_multisample</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_non_power_of_two"><B>GL_ARB_texture_non_power_of_two</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_query_levels"><B>GL_ARB_texture_query_levels</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_query_lod"><B>GL_ARB_texture_query_lod</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_rectangle"><B>GL_ARB_texture_rectangle</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_ARB_texture_rectangle"><B>GL_ARB_texture_rectangle</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_rg"><B>GL_ARB_texture_rg</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_rgb10_a2ui"><B>GL_ARB_texture_rgb10_a2ui</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_stencil8"><B>GL_ARB_texture_stencil8</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_storage"><B>GL_ARB_texture_storage</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_storage_multisample"><B>GL_ARB_texture_storage_multisample</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_swizzle"><B>GL_ARB_texture_swizzle</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_texture_view"><B>GL_ARB_texture_view</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_timer_query"><B>GL_ARB_timer_query</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_transform_feedback2"><B>GL_ARB_transform_feedback2</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_transform_feedback3"><B>GL_ARB_transform_feedback3</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_transform_feedback_instanced"><B>GL_ARB_transform_feedback_instanced</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_transform_feedback_overflow_query"><B>GL_ARB_transform_feedback_overflow_query</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_transpose_matrix"><B>GL_ARB_transpose_matrix</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_uniform_buffer_object"><B>GL_ARB_uniform_buffer_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_array_bgra"><B>GL_ARB_vertex_array_bgra</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_array_object"><B>GL_ARB_vertex_array_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_attrib_64bit"><B>GL_ARB_vertex_attrib_64bit</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_attrib_binding"><B>GL_ARB_vertex_attrib_binding</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_blend"><B>GL_ARB_vertex_blend</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_buffer_object"><B>GL_ARB_vertex_buffer_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_program"><B>GL_ARB_vertex_program</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_shader"><B>GL_ARB_vertex_shader</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_type_10f_11f_11f_rev"><B>GL_ARB_vertex_type_10f_11f_11f_rev</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_vertex_type_2_10_10_10_rev"><B>GL_ARB_vertex_type_2_10_10_10_rev</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_viewport_array"><B>GL_ARB_viewport_array</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ARB_window_pos"><B>GL_ARB_window_pos</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_ARC_TO_NV"><B>GL_ARC_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_ARM_mali_shader_binary"><B>GL_ARM_mali_shader_binary</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_ARM_rgba8"><B>GL_ARM_rgba8</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_ARRAY_BUFFER"><B>GL_ARRAY_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ARRAY_BUFFER"><B>GL_ARRAY_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Buffer Objects
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_ARRAY_BUFFER_ARB"><B>GL_ARRAY_BUFFER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBufferARB, BufferDataARB,
BufferSubDataARB, MapBufferARB, UnmapBufferARB,
GetBufferSubDataARB, GetBufferParameterivARB, and
GetBufferPointervARB:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_ARRAY_BUFFER_BINDING"><B>GL_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ARRAY_BUFFER_BINDING"><B>GL_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Buffer Objects
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_ARRAY_BUFFER_BINDING_ARB"><B>GL_ARRAY_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTCompiledVertexArray.html#GL_ARRAY_ELEMENT_LOCK_COUNT_EXT"><B>GL_ARRAY_ELEMENT_LOCK_COUNT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTCompiledVertexArray.html" title="class in org.lwjgl.opengl">EXTCompiledVertexArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTCompiledVertexArray.html#GL_ARRAY_ELEMENT_LOCK_FIRST_EXT"><B>GL_ARRAY_ELEMENT_LOCK_FIRST_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTCompiledVertexArray.html" title="class in org.lwjgl.opengl">EXTCompiledVertexArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_ARRAY_OBJECT_BUFFER_ATI"><B>GL_ARRAY_OBJECT_BUFFER_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_ARRAY_OBJECT_OFFSET_ATI"><B>GL_ARRAY_OBJECT_OFFSET_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_ARRAY_SIZE"><B>GL_ARRAY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_ARRAY_SIZE"><B>GL_ARRAY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_ARRAY_STRIDE"><B>GL_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_ARRAY_STRIDE"><B>GL_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengles/AMDCompressedATCTexture.html#GL_ATC_RGB_AMD"><B>GL_ATC_RGB_AMD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDCompressedATCTexture.html" title="class in org.lwjgl.opengles">AMDCompressedATCTexture</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D and
CompressedTexImage3DOES.
<DT><A HREF="./org/lwjgl/opengles/AMDCompressedATCTexture.html#GL_ATC_RGBA_EXPLICIT_ALPHA_AMD"><B>GL_ATC_RGBA_EXPLICIT_ALPHA_AMD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDCompressedATCTexture.html" title="class in org.lwjgl.opengles">AMDCompressedATCTexture</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D and
CompressedTexImage3DOES.
<DT><A HREF="./org/lwjgl/opengles/AMDCompressedATCTexture.html#GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD"><B>GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDCompressedATCTexture.html" title="class in org.lwjgl.opengles">AMDCompressedATCTexture</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D and
CompressedTexImage3DOES.
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_draw_buffers"><B>GL_ATI_draw_buffers</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_element_array"><B>GL_ATI_element_array</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_envmap_bumpmap"><B>GL_ATI_envmap_bumpmap</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_fragment_shader"><B>GL_ATI_fragment_shader</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_map_object_buffer"><B>GL_ATI_map_object_buffer</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_meminfo"><B>GL_ATI_meminfo</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_pn_triangles"><B>GL_ATI_pn_triangles</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_separate_stencil"><B>GL_ATI_separate_stencil</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_shader_texture_lod"><B>GL_ATI_shader_texture_lod</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_text_fragment_shader"><B>GL_ATI_text_fragment_shader</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_texture_compression_3dc"><B>GL_ATI_texture_compression_3dc</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_texture_env_combine3"><B>GL_ATI_texture_env_combine3</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_texture_float"><B>GL_ATI_texture_float</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_texture_mirror_once"><B>GL_ATI_texture_mirror_once</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_vertex_array_object"><B>GL_ATI_vertex_array_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_vertex_attrib_array_object"><B>GL_ATI_vertex_attrib_array_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_ATI_vertex_streams"><B>GL_ATI_vertex_streams</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_ATOMIC_COUNTER_BARRIER_BIT"><B>GL_ATOMIC_COUNTER_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BARRIER_BIT"><B>GL_ATOMIC_COUNTER_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_ATOMIC_COUNTER_BARRIER_BIT_EXT"><B>GL_ATOMIC_COUNTER_BARRIER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrierEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER"><B>GL_ATOMIC_COUNTER_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;target&gt; parameter of BindBufferBase and BindBufferRange:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER"><B>GL_ATOMIC_COUNTER_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;target&gt; parameter of BindBufferBase and BindBufferRange:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES"><B>GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES"><B>GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTER_INDICES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS"><B>GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS"><B>GL_ATOMIC_COUNTER_BUFFER_ACTIVE_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_BINDING"><B>GL_ATOMIC_COUNTER_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleani_v, GetIntegeri_v,
GetFloati_v, GetDoublei_v, GetInteger64i_v, GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, GetDoublev, and GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_BINDING"><B>GL_ATOMIC_COUNTER_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleani_v, GetIntegeri_v,
GetFloati_v, GetDoublei_v, GetInteger64i_v, GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, GetDoublev, and GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE"><B>GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE"><B>GL_ATOMIC_COUNTER_BUFFER_DATA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_ATOMIC_COUNTER_BUFFER_INDEX"><B>GL_ATOMIC_COUNTER_BUFFER_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_ATOMIC_COUNTER_BUFFER_INDEX"><B>GL_ATOMIC_COUNTER_BUFFER_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER"><B>GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER"><B>GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_COMPUTE_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER"><B>GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER"><B>GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_FRAGMENT_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER"><B>GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER"><B>GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_GEOMETRY_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER"><B>GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER"><B>GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_CONTROL_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER"><B>GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER"><B>GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_TESS_EVALUATION_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER"><B>GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER"><B>GL_ATOMIC_COUNTER_BUFFER_REFERENCED_BY_VERTEX_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveAtomicCounterBufferiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_SIZE"><B>GL_ATOMIC_COUNTER_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_64v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_SIZE"><B>GL_ATOMIC_COUNTER_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_64v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_ATOMIC_COUNTER_BUFFER_START"><B>GL_ATOMIC_COUNTER_BUFFER_START</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_64v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ATOMIC_COUNTER_BUFFER_START"><B>GL_ATOMIC_COUNTER_BUFFER_START</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_64v:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_ATTACHED_SHADERS"><B>GL_ATTACHED_SHADERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ATTACHED_SHADERS"><B>GL_ATTACHED_SHADERS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_ATTRIB_ARRAY_POINTER_NV"><B>GL_ATTRIB_ARRAY_POINTER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttribPointervNV:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_ATTRIB_ARRAY_SIZE_NV"><B>GL_ATTRIB_ARRAY_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib[dfi]vNV:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_ATTRIB_ARRAY_STRIDE_NV"><B>GL_ATTRIB_ARRAY_STRIDE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib[dfi]vNV:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_ATTRIB_ARRAY_TYPE_NV"><B>GL_ATTRIB_ARRAY_TYPE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib[dfi]vNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ATTRIB_STACK_DEPTH"><B>GL_ATTRIB_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_AUTO_GENERATE_MIPMAP"><B>GL_AUTO_GENERATE_MIPMAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_AUTO_GENERATE_MIPMAP"><B>GL_AUTO_GENERATE_MIPMAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_AUTO_NORMAL"><B>GL_AUTO_NORMAL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_AUX0"><B>GL_AUX0</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_AUX1"><B>GL_AUX1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_AUX2"><B>GL_AUX2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_AUX3"><B>GL_AUX3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_AUX_BUFFERS"><B>GL_AUX_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEAuxDepthStencil.html#GL_AUX_DEPTH_STENCIL_APPLE"><B>GL_AUX_DEPTH_STENCIL_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEAuxDepthStencil.html" title="class in org.lwjgl.opengl">APPLEAuxDepthStencil</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_BACK"><B>GL_BACK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BACK"><B>GL_BACK</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>CullFaceMode
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_BACK_LEFT"><B>GL_BACK_LEFT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_BACK_PRIMARY_COLOR_NV"><B>GL_BACK_PRIMARY_COLOR_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;attribs&gt; parameter of TransformFeedbackAttribsNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_BACK_RIGHT"><B>GL_BACK_RIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_BACK_SECONDARY_COLOR_NV"><B>GL_BACK_SECONDARY_COLOR_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;attribs&gt; parameter of TransformFeedbackAttribsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_BEVEL_NV"><B>GL_BEVEL_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;value&gt; parameter of PathParameterfNV,
PathParameterfvNV, PathParameteriNV, and PathParameterivNV
when &lt;pname&gt; is PATH_JOIN_STYLE_NV:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_BGR"><B>GL_BGR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTBgra.html#GL_BGR_EXT"><B>GL_BGR_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBgra.html" title="class in org.lwjgl.opengl">EXTBgra</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTBgra.html#GL_BGR_EXT"><B>GL_BGR_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTBgra.html" title="class in org.lwjgl.opengles">EXTBgra</A>
<DD>Accepted by the &lt;format&gt; parameter of DrawPixels, GetTexImage,
ReadPixels, TexImage1D, and TexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_BGR_INTEGER"><B>GL_BGR_INTEGER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_BGR_INTEGER_EXT"><B>GL_BGR_INTEGER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexArrayBgra.html#GL_BGRA"><B>GL_BGRA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexArrayBgra.html" title="class in org.lwjgl.opengl">ARBVertexArrayBgra</A>
<DD>Accepted by the &lt;size&gt; parameter of ColorPointer,
SecondaryColorPointer, and VertexAttribPointer:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexArrayBgra.html#GL_BGRA"><B>GL_BGRA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexArrayBgra.html" title="class in org.lwjgl.opengl">EXTVertexArrayBgra</A>
<DD>Accepted by the &lt;size&gt; parameter of ColorPointer,
SecondaryColorPointer, and VertexAttribPointer:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_BGRA"><B>GL_BGRA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_BGRA8_EXT"><B>GL_BGRA8_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/EXTBgra.html#GL_BGRA_EXT"><B>GL_BGRA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBgra.html" title="class in org.lwjgl.opengl">EXTBgra</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLETextureFormatBGRA8888.html#GL_BGRA_EXT"><B>GL_BGRA_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLETextureFormatBGRA8888.html" title="class in org.lwjgl.opengles">APPLETextureFormatBGRA8888</A>
<DD>Accepted by the &lt;format&gt; parameters of TexImage2D and TexSubImage2D:
<DT><A HREF="./org/lwjgl/opengles/EXTBgra.html#GL_BGRA_EXT"><B>GL_BGRA_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTBgra.html" title="class in org.lwjgl.opengles">EXTBgra</A>
<DD>Accepted by the &lt;format&gt; parameter of DrawPixels, GetTexImage,
ReadPixels, TexImage1D, and TexImage2D:
<DT><A HREF="./org/lwjgl/opengles/EXTReadFormatBgra.html#GL_BGRA_EXT"><B>GL_BGRA_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTReadFormatBgra.html" title="class in org.lwjgl.opengles">EXTReadFormatBgra</A>
<DD>Accepted by the &lt;format&gt; parameter of ReadPixels:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureFormatBGRA8888.html#GL_BGRA_EXT"><B>GL_BGRA_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureFormatBGRA8888.html" title="class in org.lwjgl.opengles">EXTTextureFormatBGRA8888</A>
<DD>Accepted by the &lt;format> and &lt;internalformat&gt; parameters of TexImage2D
and the &lt;format&gt; parameter of TexSubImage2D:
<DT><A HREF="./org/lwjgl/opengles/IMGReadFormat.html#GL_BGRA_IMG"><B>GL_BGRA_IMG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/IMGReadFormat.html" title="class in org.lwjgl.opengles">IMGReadFormat</A>
<DD>Accepted by the &lt;format&gt; parameter of ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_BGRA_INTEGER"><B>GL_BGRA_INTEGER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_BGRA_INTEGER_EXT"><B>GL_BGRA_INTEGER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_BIAS_BIT_ATI"><B>GL_BIAS_BIT_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_BIAS_BY_NEGATIVE_ONE_HALF_NV"><B>GL_BIAS_BY_NEGATIVE_ONE_HALF_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMBinningControl.html#GL_BINNING_CONTROL_HINT_QCOM"><B>GL_BINNING_CONTROL_HINT_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMBinningControl.html" title="class in org.lwjgl.opengles">QCOMBinningControl</A>
<DD>Accepted by the &lt;target&gt; parameter of Hint:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_BITMAP"><B>GL_BITMAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_BITMAP_TOKEN"><B>GL_BITMAP_TOKEN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_BLEND"><B>GL_BLEND</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BLEND"><B>GL_BLEND</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>EnableCap
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_BLEND_ADVANCED_COHERENT_NV"><B>GL_BLEND_ADVANCED_COHERENT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled, and by
the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv, GetDoublev
and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_BLEND_COLOR"><B>GL_BLEND_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_BLEND_COLOR"><B>GL_BLEND_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BLEND_COLOR"><B>GL_BLEND_COLOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Separate Blend Functions
<DT><A HREF="./org/lwjgl/opengl/EXTBlendColor.html#GL_BLEND_COLOR_EXT"><B>GL_BLEND_COLOR_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendColor.html" title="class in org.lwjgl.opengl">EXTBlendColor</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_BLEND_DST"><B>GL_BLEND_DST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_BLEND_DST_ALPHA"><B>GL_BLEND_DST_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BLEND_DST_ALPHA"><B>GL_BLEND_DST_ALPHA</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Separate Blend Functions
<DT><A HREF="./org/lwjgl/opengl/EXTBlendFuncSeparate.html#GL_BLEND_DST_ALPHA_EXT"><B>GL_BLEND_DST_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendFuncSeparate.html" title="class in org.lwjgl.opengl">EXTBlendFuncSeparate</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_BLEND_DST_RGB"><B>GL_BLEND_DST_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BLEND_DST_RGB"><B>GL_BLEND_DST_RGB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Separate Blend Functions
<DT><A HREF="./org/lwjgl/opengl/EXTBlendFuncSeparate.html#GL_BLEND_DST_RGB_EXT"><B>GL_BLEND_DST_RGB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendFuncSeparate.html" title="class in org.lwjgl.opengl">EXTBlendFuncSeparate</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESBlendFuncSeparate.html#GL_BLEND_DST_RGB_OES"><B>GL_BLEND_DST_RGB_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESBlendFuncSeparate.html" title="class in org.lwjgl.opengles">OESBlendFuncSeparate</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_BLEND_EQUATION"><B>GL_BLEND_EQUATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_BLEND_EQUATION"><B>GL_BLEND_EQUATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BLEND_EQUATION"><B>GL_BLEND_EQUATION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendEquationSeparate
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_BLEND_EQUATION_ALPHA"><B>GL_BLEND_EQUATION_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;param&gt; parameter of PointParameter{if}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BLEND_EQUATION_ALPHA"><B>GL_BLEND_EQUATION_ALPHA</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendEquationSeparate
<DT><A HREF="./org/lwjgl/opengl/EXTBlendEquationSeparate.html#GL_BLEND_EQUATION_ALPHA_EXT"><B>GL_BLEND_EQUATION_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendEquationSeparate.html" title="class in org.lwjgl.opengl">EXTBlendEquationSeparate</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/OESBlendEquationSeparate.html#GL_BLEND_EQUATION_ALPHA_OES"><B>GL_BLEND_EQUATION_ALPHA_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESBlendEquationSeparate.html" title="class in org.lwjgl.opengles">OESBlendEquationSeparate</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/EXTBlendMinmax.html#GL_BLEND_EQUATION_EXT"><B>GL_BLEND_EQUATION_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendMinmax.html" title="class in org.lwjgl.opengl">EXTBlendMinmax</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengles/OESBlendSubtract.html#GL_BLEND_EQUATION_OES"><B>GL_BLEND_EQUATION_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESBlendSubtract.html" title="class in org.lwjgl.opengles">OESBlendSubtract</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_BLEND_EQUATION_RGB"><B>GL_BLEND_EQUATION_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;param&gt; parameter of PointParameter{if}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BLEND_EQUATION_RGB"><B>GL_BLEND_EQUATION_RGB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendEquationSeparate
<DT><A HREF="./org/lwjgl/opengl/EXTBlendEquationSeparate.html#GL_BLEND_EQUATION_RGB_EXT"><B>GL_BLEND_EQUATION_RGB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendEquationSeparate.html" title="class in org.lwjgl.opengl">EXTBlendEquationSeparate</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/OESBlendEquationSeparate.html#GL_BLEND_EQUATION_RGB_OES"><B>GL_BLEND_EQUATION_RGB_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESBlendEquationSeparate.html" title="class in org.lwjgl.opengles">OESBlendEquationSeparate</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_BLEND_OVERLAP_NV"><B>GL_BLEND_OVERLAP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;pname&gt; parameter of BlendParameteriNV, GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_BLEND_PREMULTIPLIED_SRC_NV"><B>GL_BLEND_PREMULTIPLIED_SRC_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;pname&gt; parameter of BlendParameteriNV, GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_BLEND_SRC"><B>GL_BLEND_SRC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_BLEND_SRC_ALPHA"><B>GL_BLEND_SRC_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BLEND_SRC_ALPHA"><B>GL_BLEND_SRC_ALPHA</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Separate Blend Functions
<DT><A HREF="./org/lwjgl/opengl/EXTBlendFuncSeparate.html#GL_BLEND_SRC_ALPHA_EXT"><B>GL_BLEND_SRC_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendFuncSeparate.html" title="class in org.lwjgl.opengl">EXTBlendFuncSeparate</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_BLEND_SRC_RGB"><B>GL_BLEND_SRC_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BLEND_SRC_RGB"><B>GL_BLEND_SRC_RGB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Separate Blend Functions
<DT><A HREF="./org/lwjgl/opengl/EXTBlendFuncSeparate.html#GL_BLEND_SRC_RGB_EXT"><B>GL_BLEND_SRC_RGB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendFuncSeparate.html" title="class in org.lwjgl.opengl">EXTBlendFuncSeparate</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_BLOCK_INDEX"><B>GL_BLOCK_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_BLOCK_INDEX"><B>GL_BLOCK_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_BLUE"><B>GL_BLUE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_BLUE"><B>GL_BLUE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_BLUE_BIAS"><B>GL_BLUE_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_BLUE_BIT_ATI"><B>GL_BLUE_BIT_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_BLUE_BITS"><B>GL_BLUE_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BLUE_BITS"><B>GL_BLUE_BITS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_BLUE_INTEGER"><B>GL_BLUE_INTEGER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_BLUE_INTEGER_EXT"><B>GL_BLUE_INTEGER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_BLUE_SCALE"><B>GL_BLUE_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_BOLD_BIT_NV"><B>GL_BOLD_BIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;fontStyle&gt; parameter of PathStringNV:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_BOOL"><B>GL_BOOL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BOOL"><B>GL_BOOL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_BOOL_ARB"><B>GL_BOOL_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_BOOL_VEC2"><B>GL_BOOL_VEC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BOOL_VEC2"><B>GL_BOOL_VEC2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_BOOL_VEC2_ARB"><B>GL_BOOL_VEC2_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_BOOL_VEC3"><B>GL_BOOL_VEC3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BOOL_VEC3"><B>GL_BOOL_VEC3</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_BOOL_VEC3_ARB"><B>GL_BOOL_VEC3_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_BOOL_VEC4"><B>GL_BOOL_VEC4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BOOL_VEC4"><B>GL_BOOL_VEC4</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_BOOL_VEC4_ARB"><B>GL_BOOL_VEC4_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_BOUNDING_BOX_NV"><B>GL_BOUNDING_BOX_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;coverMode&gt; parameter of CoverFillPathNV and
CoverFillPathInstancedNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_BOUNDING_BOX_OF_BOUNDING_BOXES_NV"><B>GL_BOUNDING_BOX_OF_BOUNDING_BOXES_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;coverMode&gt; parameter of CoverFillPathInstancedNV:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_BUFFER"><B>GL_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_BUFFER"><B>GL_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_BUFFER"><B>GL_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_BUFFER_ACCESS"><B>GL_BUFFER_ACCESS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_BUFFER_ACCESS_ARB"><B>GL_BUFFER_ACCESS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBufferParameterivARB:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_BUFFER_ACCESS_FLAGS"><B>GL_BUFFER_ACCESS_FLAGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_BUFFER_ACCESS_FLAGS"><B>GL_BUFFER_ACCESS_FLAGS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESMapbuffer.html#GL_BUFFER_ACCESS_OES"><B>GL_BUFFER_ACCESS_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_BUFFER_BINDING"><B>GL_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_BUFFER_BINDING"><B>GL_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_BUFFER_DATA_SIZE"><B>GL_BUFFER_DATA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_BUFFER_DATA_SIZE"><B>GL_BUFFER_DATA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/APPLEFlushBufferRange.html#GL_BUFFER_FLUSHING_UNMAP_APPLE"><B>GL_BUFFER_FLUSHING_UNMAP_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFlushBufferRange.html" title="class in org.lwjgl.opengl">APPLEFlushBufferRange</A>
<DD>Accepted by the &lt;pname&gt; parameter of BufferParameteriAPPLE and
GetBufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#GL_BUFFER_GPU_ADDRESS_NV"><B>GL_BUFFER_GPU_ADDRESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBufferParameterui64vNV,
GetNamedBufferParameterui64vNV:
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#GL_BUFFER_IMMUTABLE_STORAGE"><B>GL_BUFFER_IMMUTABLE_STORAGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBufferParameter{i|i64}v:\
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_BUFFER_IMMUTABLE_STORAGE"><B>GL_BUFFER_IMMUTABLE_STORAGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBufferParameter{i|i64}v:\
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_BUFFER_MAP_LENGTH"><B>GL_BUFFER_MAP_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_BUFFER_MAP_LENGTH"><B>GL_BUFFER_MAP_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_BUFFER_MAP_OFFSET"><B>GL_BUFFER_MAP_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_BUFFER_MAP_OFFSET"><B>GL_BUFFER_MAP_OFFSET</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_BUFFER_MAP_POINTER"><B>GL_BUFFER_MAP_POINTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_BUFFER_MAP_POINTER"><B>GL_BUFFER_MAP_POINTER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_BUFFER_MAP_POINTER_ARB"><B>GL_BUFFER_MAP_POINTER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBufferParameterivARB:
<DT><A HREF="./org/lwjgl/opengles/OESMapbuffer.html#GL_BUFFER_MAP_POINTER_OES"><B>GL_BUFFER_MAP_POINTER_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBufferPointervOES:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_BUFFER_MAPPED"><B>GL_BUFFER_MAPPED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_BUFFER_MAPPED"><B>GL_BUFFER_MAPPED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_BUFFER_MAPPED_ARB"><B>GL_BUFFER_MAPPED_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBufferParameterivARB:
<DT><A HREF="./org/lwjgl/opengles/OESMapbuffer.html#GL_BUFFER_MAPPED_OES"><B>GL_BUFFER_MAPPED_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html#GL_BUFFER_OBJECT_APPLE"><B>GL_BUFFER_OBJECT_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</A>
<DD>Accepted by the &lt;objectType&gt; parameters of ObjectPurgeableAPPLE,
ObjectUnpurgeableAPPLE and GetObjectParameteriv:
<DT><A HREF="./org/lwjgl/opengles/EXTDebugLabel.html#GL_BUFFER_OBJECT_EXT"><B>GL_BUFFER_OBJECT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</A>
<DD>Accepted by the &lt;type&gt; parameter of LabelObjectEXT and
GetObjectLabelEXT:
<DT><A HREF="./org/lwjgl/opengl/APPLEFlushBufferRange.html#GL_BUFFER_SERIALIZED_MODIFY_APPLE"><B>GL_BUFFER_SERIALIZED_MODIFY_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFlushBufferRange.html" title="class in org.lwjgl.opengl">APPLEFlushBufferRange</A>
<DD>Accepted by the &lt;pname&gt; parameter of BufferParameteriAPPLE and
GetBufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_BUFFER_SIZE"><B>GL_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BUFFER_SIZE"><B>GL_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Buffer Objects
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_BUFFER_SIZE_ARB"><B>GL_BUFFER_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBufferParameterivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#GL_BUFFER_STORAGE_FLAGS"><B>GL_BUFFER_STORAGE_FLAGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBufferParameter{i|i64}v:\
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_BUFFER_STORAGE_FLAGS"><B>GL_BUFFER_STORAGE_FLAGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBufferParameter{i|i64}v:\
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_BUFFER_UPDATE_BARRIER_BIT"><B>GL_BUFFER_UPDATE_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_BUFFER_UPDATE_BARRIER_BIT"><B>GL_BUFFER_UPDATE_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_BUFFER_UPDATE_BARRIER_BIT_EXT"><B>GL_BUFFER_UPDATE_BARRIER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrierEXT:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_BUFFER_USAGE"><B>GL_BUFFER_USAGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BUFFER_USAGE"><B>GL_BUFFER_USAGE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Buffer Objects
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_BUFFER_USAGE_ARB"><B>GL_BUFFER_USAGE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBufferParameterivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_BUFFER_VARIABLE"><B>GL_BUFFER_VARIABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_BUFFER_VARIABLE"><B>GL_BUFFER_VARIABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_BUMP_ENVMAP_ATI"><B>GL_BUMP_ENVMAP_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_BUMP_NUM_TEX_UNITS_ATI"><B>GL_BUMP_NUM_TEX_UNITS_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_BUMP_ROT_MATRIX_ATI"><B>GL_BUMP_ROT_MATRIX_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_BUMP_ROT_MATRIX_SIZE_ATI"><B>GL_BUMP_ROT_MATRIX_SIZE_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_BUMP_TARGET_ATI"><B>GL_BUMP_TARGET_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_BUMP_TEX_UNITS_ATI"><B>GL_BUMP_TEX_UNITS_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_BYTE"><B>GL_BYTE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_BYTE"><B>GL_BYTE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>DataType
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_C3F_V3F"><B>GL_C3F_V3F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_C4F_N3F_V3F"><B>GL_C4F_N3F_V3F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_C4UB_V2F"><B>GL_C4UB_V2F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_C4UB_V3F"><B>GL_C4UB_V3F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_CAP_BUTT_NV"><B>GL_CAP_BUTT_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Values for the CAP[0-3]_STYLE_NV path parameter:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_CAP_ROUND_NV"><B>GL_CAP_ROUND_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Values for the CAP[0-3]_STYLE_NV path parameter:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_CAP_SQUARE_NV"><B>GL_CAP_SQUARE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Values for the CAP[0-3]_STYLE_NV path parameter:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_CAP_TRIANGLE_NV"><B>GL_CAP_TRIANGLE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Values for the CAP[0-3]_STYLE_NV path parameter:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_CAVEAT_SUPPORT"><B>GL_CAVEAT_SUPPORT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_CAVEAT_SUPPORT"><B>GL_CAVEAT_SUPPORT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CCW"><B>GL_CCW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_CCW"><B>GL_CCW</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>FrontFaceDirection
<DT><A HREF="./org/lwjgl/opengl/EXTCgShader.html#GL_CG_FRAGMENT_SHADER_EXT"><B>GL_CG_FRAGMENT_SHADER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTCgShader.html" title="class in org.lwjgl.opengl">EXTCgShader</A>
<DD>You can pass GL_CG_VERTEX_SHADER_EXT to glCreateShaderARB instead of GL_VERTEX_SHADER_ARB to create a vertex shader object
that will parse and compile its shader source with the Cg compiler front-end rather than the GLSL front-end.
<DT><A HREF="./org/lwjgl/opengles/EXTCgShader.html#GL_CG_FRAGMENT_SHADER_EXT"><B>GL_CG_FRAGMENT_SHADER_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTCgShader.html" title="class in org.lwjgl.opengles">EXTCgShader</A>
<DD>You can pass GL_CG_VERTEX_SHADER_EXT to glCreateShader instead of GL_VERTEX_SHADER to create a vertex shader
that will parse and compile its shader source with the Cg compiler front-end rather than the GLSL front-end.
<DT><A HREF="./org/lwjgl/opengl/EXTCgShader.html#GL_CG_VERTEX_SHADER_EXT"><B>GL_CG_VERTEX_SHADER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTCgShader.html" title="class in org.lwjgl.opengl">EXTCgShader</A>
<DD>You can pass GL_CG_VERTEX_SHADER_EXT to glCreateShaderARB instead of GL_VERTEX_SHADER_ARB to create a vertex shader object
that will parse and compile its shader source with the Cg compiler front-end rather than the GLSL front-end.
<DT><A HREF="./org/lwjgl/opengles/EXTCgShader.html#GL_CG_VERTEX_SHADER_EXT"><B>GL_CG_VERTEX_SHADER_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTCgShader.html" title="class in org.lwjgl.opengles">EXTCgShader</A>
<DD>You can pass GL_CG_VERTEX_SHADER_EXT to glCreateShader instead of GL_VERTEX_SHADER to create a vertex shader
that will parse and compile its shader source with the Cg compiler front-end rather than the GLSL front-end.
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_CIRCULAR_CCW_ARC_TO_NV"><B>GL_CIRCULAR_CCW_ARC_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_CIRCULAR_CW_ARC_TO_NV"><B>GL_CIRCULAR_CW_ARC_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_CIRCULAR_TANGENT_ARC_TO_NV"><B>GL_CIRCULAR_TANGENT_ARC_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CLAMP"><B>GL_CLAMP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_CLAMP_FRAGMENT_COLOR"><B>GL_CLAMP_FRAGMENT_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;target&gt; parameter of ClampColor and the &lt;pname&gt;
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html#GL_CLAMP_FRAGMENT_COLOR_ARB"><B>GL_CLAMP_FRAGMENT_COLOR_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</A>
<DD>Accepted by the &lt;target&gt; parameter of ClampColorARB and the &lt;pname&gt;
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_CLAMP_READ_COLOR"><B>GL_CLAMP_READ_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;target&gt; parameter of ClampColor and the &lt;pname&gt;
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html#GL_CLAMP_READ_COLOR_ARB"><B>GL_CLAMP_READ_COLOR_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</A>
<DD>Accepted by the &lt;target&gt; parameter of ClampColorARB and the &lt;pname&gt;
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_CLAMP_TO_BORDER"><B>GL_CLAMP_TO_BORDER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureBorderClamp.html#GL_CLAMP_TO_BORDER_ARB"><B>GL_CLAMP_TO_BORDER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureBorderClamp.html" title="class in org.lwjgl.opengl">ARBTextureBorderClamp</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_CLAMP_TO_EDGE"><B>GL_CLAMP_TO_EDGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_CLAMP_TO_EDGE"><B>GL_CLAMP_TO_EDGE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureWrapMode
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_CLAMP_VERTEX_COLOR"><B>GL_CLAMP_VERTEX_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;target&gt; parameter of ClampColor and the &lt;pname&gt;
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html#GL_CLAMP_VERTEX_COLOR_ARB"><B>GL_CLAMP_VERTEX_COLOR_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</A>
<DD>Accepted by the &lt;target&gt; parameter of ClampColorARB and the &lt;pname&gt;
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CLEAR"><B>GL_CLEAR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_CLEAR_BUFFER"><B>GL_CLEAR_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_CLEAR_BUFFER"><B>GL_CLEAR_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBClearTexture.html#GL_CLEAR_TEXTURE"><B>GL_CLEAR_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter for GetInternalformativ and
GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_CLEAR_TEXTURE"><B>GL_CLEAR_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted by the &lt;pname&gt; parameter for GetInternalformativ and
GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_CLIENT_ACTIVE_TEXTURE"><B>GL_CLIENT_ACTIVE_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_CLIENT_ACTIVE_TEXTURE_ARB"><B>GL_CLIENT_ACTIVE_TEXTURE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CLIENT_ATTRIB_STACK_DEPTH"><B>GL_CLIENT_ATTRIB_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT"><B>GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT"><B>GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CLIENT_PIXEL_STORE_BIT"><B>GL_CLIENT_PIXEL_STORE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#GL_CLIENT_STORAGE_BIT"><B>GL_CLIENT_STORAGE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>Accepted in the &lt;flags&gt; parameter of BufferStorage and
NamedBufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_CLIENT_STORAGE_BIT"><B>GL_CLIENT_STORAGE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted in the &lt;flags&gt; parameter of BufferStorage and
NamedBufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CLIENT_VERTEX_ARRAY_BIT"><B>GL_CLIENT_VERTEX_ARRAY_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClipControl.html#GL_CLIP_DEPTH_MODE"><B>GL_CLIP_DEPTH_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClipControl.html" title="class in org.lwjgl.opengl">ARBClipControl</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_CLIP_DEPTH_MODE"><B>GL_CLIP_DEPTH_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE0"><B>GL_CLIP_DISTANCE0</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE1"><B>GL_CLIP_DISTANCE1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE2"><B>GL_CLIP_DISTANCE2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE3"><B>GL_CLIP_DISTANCE3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE4"><B>GL_CLIP_DISTANCE4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE5"><B>GL_CLIP_DISTANCE5</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE6"><B>GL_CLIP_DISTANCE6</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_CLIP_DISTANCE7"><B>GL_CLIP_DISTANCE7</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_CLIP_DISTANCE_NV"><B>GL_CLIP_DISTANCE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;attribs&gt; parameter of TransformFeedbackAttribsNV:
<DT><A HREF="./org/lwjgl/opengl/ARBClipControl.html#GL_CLIP_ORIGIN"><B>GL_CLIP_ORIGIN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClipControl.html" title="class in org.lwjgl.opengl">ARBClipControl</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_CLIP_ORIGIN"><B>GL_CLIP_ORIGIN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CLIP_PLANE0"><B>GL_CLIP_PLANE0</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CLIP_PLANE1"><B>GL_CLIP_PLANE1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CLIP_PLANE2"><B>GL_CLIP_PLANE2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CLIP_PLANE3"><B>GL_CLIP_PLANE3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CLIP_PLANE4"><B>GL_CLIP_PLANE4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CLIP_PLANE5"><B>GL_CLIP_PLANE5</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html#GL_CLIPPING_INPUT_PRIMITIVES_ARB"><B>GL_CLIPPING_INPUT_PRIMITIVES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html" title="class in org.lwjgl.opengl">ARBPipelineStatisticsQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv:
<DT><A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html#GL_CLIPPING_OUTPUT_PRIMITIVES_ARB"><B>GL_CLIPPING_OUTPUT_PRIMITIVES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html" title="class in org.lwjgl.opengl">ARBPipelineStatisticsQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_CLOSE_NV"><B>GL_CLOSE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as path commands by CreatePathNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_CLOSE_PATH_NV"><B>GL_CLOSE_PATH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CND0_ATI"><B>GL_CND0_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CND_ATI"><B>GL_CND_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COEFF"><B>GL_COEFF</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR"><B>GL_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR"><B>GL_COLOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_COLOR_ALPHA_PAIRING_ATI"><B>GL_COLOR_ALPHA_PAIRING_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR_ARRAY"><B>GL_COLOR_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_COLOR_ARRAY_ADDRESS_NV"><B>GL_COLOR_ARRAY_ADDRESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;pname&gt; parameter of BufferAddressRangeNV
and the &lt;value&gt; parameter of GetIntegerui64vNV:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_COLOR_ARRAY_BUFFER_BINDING"><B>GL_COLOR_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_COLOR_ARRAY_BUFFER_BINDING_ARB"><B>GL_COLOR_ARRAY_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_COLOR_ARRAY_LENGTH_NV"><B>GL_COLOR_ARRAY_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR_ARRAY_POINTER"><B>GL_COLOR_ARRAY_POINTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR_ARRAY_SIZE"><B>GL_COLOR_ARRAY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR_ARRAY_STRIDE"><B>GL_COLOR_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR_ARRAY_TYPE"><B>GL_COLOR_ARRAY_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT0"><B>GL_COLOR_ATTACHMENT0</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT0"><B>GL_COLOR_ATTACHMENT0</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_COLOR_ATTACHMENT0"><B>GL_COLOR_ATTACHMENT0</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT0_EXT"><B>GL_COLOR_ATTACHMENT0_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT0_NV"><B>GL_COLOR_ATTACHMENT0_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT0_NV"><B>GL_COLOR_ATTACHMENT0_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_COLOR_ATTACHMENT0_OES"><B>GL_COLOR_ATTACHMENT0_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{2D|3D}OES, FramebufferRenderbufferOES, and
GetFramebufferAttachmentParameterivOES
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT1"><B>GL_COLOR_ATTACHMENT1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT1"><B>GL_COLOR_ATTACHMENT1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT1"><B>GL_COLOR_ATTACHMENT1</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT10"><B>GL_COLOR_ATTACHMENT10</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT10"><B>GL_COLOR_ATTACHMENT10</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT10"><B>GL_COLOR_ATTACHMENT10</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT10_EXT"><B>GL_COLOR_ATTACHMENT10_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT10_NV"><B>GL_COLOR_ATTACHMENT10_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT10_NV"><B>GL_COLOR_ATTACHMENT10_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT11"><B>GL_COLOR_ATTACHMENT11</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT11"><B>GL_COLOR_ATTACHMENT11</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT11"><B>GL_COLOR_ATTACHMENT11</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT11_EXT"><B>GL_COLOR_ATTACHMENT11_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT11_NV"><B>GL_COLOR_ATTACHMENT11_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT11_NV"><B>GL_COLOR_ATTACHMENT11_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT12"><B>GL_COLOR_ATTACHMENT12</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT12"><B>GL_COLOR_ATTACHMENT12</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT12"><B>GL_COLOR_ATTACHMENT12</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT12_EXT"><B>GL_COLOR_ATTACHMENT12_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT12_NV"><B>GL_COLOR_ATTACHMENT12_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT12_NV"><B>GL_COLOR_ATTACHMENT12_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT13"><B>GL_COLOR_ATTACHMENT13</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT13"><B>GL_COLOR_ATTACHMENT13</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT13"><B>GL_COLOR_ATTACHMENT13</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT13_EXT"><B>GL_COLOR_ATTACHMENT13_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT13_NV"><B>GL_COLOR_ATTACHMENT13_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT13_NV"><B>GL_COLOR_ATTACHMENT13_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT14"><B>GL_COLOR_ATTACHMENT14</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT14"><B>GL_COLOR_ATTACHMENT14</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT14"><B>GL_COLOR_ATTACHMENT14</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT14_EXT"><B>GL_COLOR_ATTACHMENT14_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT14_NV"><B>GL_COLOR_ATTACHMENT14_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT14_NV"><B>GL_COLOR_ATTACHMENT14_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT15"><B>GL_COLOR_ATTACHMENT15</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT15"><B>GL_COLOR_ATTACHMENT15</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT15"><B>GL_COLOR_ATTACHMENT15</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT15_EXT"><B>GL_COLOR_ATTACHMENT15_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT15_NV"><B>GL_COLOR_ATTACHMENT15_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT15_NV"><B>GL_COLOR_ATTACHMENT15_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT1_EXT"><B>GL_COLOR_ATTACHMENT1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT1_NV"><B>GL_COLOR_ATTACHMENT1_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT1_NV"><B>GL_COLOR_ATTACHMENT1_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT2"><B>GL_COLOR_ATTACHMENT2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT2"><B>GL_COLOR_ATTACHMENT2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT2"><B>GL_COLOR_ATTACHMENT2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT2_EXT"><B>GL_COLOR_ATTACHMENT2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT2_NV"><B>GL_COLOR_ATTACHMENT2_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT2_NV"><B>GL_COLOR_ATTACHMENT2_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT3"><B>GL_COLOR_ATTACHMENT3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT3"><B>GL_COLOR_ATTACHMENT3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT3"><B>GL_COLOR_ATTACHMENT3</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT3_EXT"><B>GL_COLOR_ATTACHMENT3_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT3_NV"><B>GL_COLOR_ATTACHMENT3_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT3_NV"><B>GL_COLOR_ATTACHMENT3_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT4"><B>GL_COLOR_ATTACHMENT4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT4"><B>GL_COLOR_ATTACHMENT4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT4"><B>GL_COLOR_ATTACHMENT4</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT4_EXT"><B>GL_COLOR_ATTACHMENT4_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT4_NV"><B>GL_COLOR_ATTACHMENT4_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT4_NV"><B>GL_COLOR_ATTACHMENT4_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT5"><B>GL_COLOR_ATTACHMENT5</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT5"><B>GL_COLOR_ATTACHMENT5</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT5"><B>GL_COLOR_ATTACHMENT5</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT5_EXT"><B>GL_COLOR_ATTACHMENT5_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT5_NV"><B>GL_COLOR_ATTACHMENT5_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT5_NV"><B>GL_COLOR_ATTACHMENT5_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT6"><B>GL_COLOR_ATTACHMENT6</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT6"><B>GL_COLOR_ATTACHMENT6</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT6"><B>GL_COLOR_ATTACHMENT6</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT6_EXT"><B>GL_COLOR_ATTACHMENT6_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT6_NV"><B>GL_COLOR_ATTACHMENT6_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT6_NV"><B>GL_COLOR_ATTACHMENT6_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT7"><B>GL_COLOR_ATTACHMENT7</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT7"><B>GL_COLOR_ATTACHMENT7</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT7"><B>GL_COLOR_ATTACHMENT7</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT7_EXT"><B>GL_COLOR_ATTACHMENT7_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT7_NV"><B>GL_COLOR_ATTACHMENT7_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT7_NV"><B>GL_COLOR_ATTACHMENT7_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT8"><B>GL_COLOR_ATTACHMENT8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT8"><B>GL_COLOR_ATTACHMENT8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT8"><B>GL_COLOR_ATTACHMENT8</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT8_EXT"><B>GL_COLOR_ATTACHMENT8_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT8_NV"><B>GL_COLOR_ATTACHMENT8_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT8_NV"><B>GL_COLOR_ATTACHMENT8_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_COLOR_ATTACHMENT9"><B>GL_COLOR_ATTACHMENT9</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COLOR_ATTACHMENT9"><B>GL_COLOR_ATTACHMENT9</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COLOR_ATTACHMENT9"><B>GL_COLOR_ATTACHMENT9</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_COLOR_ATTACHMENT9_EXT"><B>GL_COLOR_ATTACHMENT9_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_COLOR_ATTACHMENT9_NV"><B>GL_COLOR_ATTACHMENT9_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;bufs&gt; parameter of DrawBuffersNV:
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_COLOR_ATTACHMENT9_NV"><B>GL_COLOR_ATTACHMENT9_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#GL_COLOR_ATTACHMENT_EXT"><B>GL_COLOR_ATTACHMENT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</A>
<DD>Accepted by the &lt;location&gt; parameter of DrawBuffersIndexedEXT:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR_BUFFER_BIT"><B>GL_COLOR_BUFFER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_COLOR_BUFFER_BIT"><B>GL_COLOR_BUFFER_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>ClearBufferMask
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT0_QCOM"><B>GL_COLOR_BUFFER_BIT0_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT1_QCOM"><B>GL_COLOR_BUFFER_BIT1_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT2_QCOM"><B>GL_COLOR_BUFFER_BIT2_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT3_QCOM"><B>GL_COLOR_BUFFER_BIT3_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT4_QCOM"><B>GL_COLOR_BUFFER_BIT4_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT5_QCOM"><B>GL_COLOR_BUFFER_BIT5_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT6_QCOM"><B>GL_COLOR_BUFFER_BIT6_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_COLOR_BUFFER_BIT7_QCOM"><B>GL_COLOR_BUFFER_BIT7_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR_CLEAR_VALUE"><B>GL_COLOR_CLEAR_VALUE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_COLOR_CLEAR_VALUE"><B>GL_COLOR_CLEAR_VALUE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_COLOR_COMPONENTS"><B>GL_COLOR_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COLOR_COMPONENTS"><B>GL_COLOR_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_COLOR_ENCODING"><B>GL_COLOR_ENCODING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COLOR_ENCODING"><B>GL_COLOR_ENCODING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengles/EXTDiscardFramebuffer.html#GL_COLOR_EXT"><B>GL_COLOR_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDiscardFramebuffer.html" title="class in org.lwjgl.opengles">EXTDiscardFramebuffer</A>
<DD>Accepted in the &lt;attachments&gt; parameter of DiscardFramebufferEXT when the
default framebuffer is bound to &lt;target&gt;:
<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_COLOR_FLOAT_APPLE"><B>GL_COLOR_FLOAT_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</A>
<DD>Accepted by the GetBooleanv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR_INDEX"><B>GL_COLOR_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_INDEX12_EXT"><B>GL_COLOR_INDEX12_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the internalformat parameter of TexImage1D, TexImage2D and
TexImage3DEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_INDEX16_EXT"><B>GL_COLOR_INDEX16_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the internalformat parameter of TexImage1D, TexImage2D and
TexImage3DEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_INDEX1_EXT"><B>GL_COLOR_INDEX1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the internalformat parameter of TexImage1D, TexImage2D and
TexImage3DEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_INDEX2_EXT"><B>GL_COLOR_INDEX2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the internalformat parameter of TexImage1D, TexImage2D and
TexImage3DEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_INDEX4_EXT"><B>GL_COLOR_INDEX4_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the internalformat parameter of TexImage1D, TexImage2D and
TexImage3DEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_INDEX8_EXT"><B>GL_COLOR_INDEX8_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the internalformat parameter of TexImage1D, TexImage2D and
TexImage3DEXT:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR_INDEXES"><B>GL_COLOR_INDEXES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR_LOGIC_OP"><B>GL_COLOR_LOGIC_OP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR_MATERIAL"><B>GL_COLOR_MATERIAL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR_MATERIAL_FACE"><B>GL_COLOR_MATERIAL_FACE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR_MATERIAL_PARAMETER"><B>GL_COLOR_MATERIAL_PARAMETER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_MATRIX"><B>GL_COLOR_MATRIX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_MATRIX_STACK_DEPTH"><B>GL_COLOR_MATRIX_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_COLOR_RENDERABLE"><B>GL_COLOR_RENDERABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COLOR_RENDERABLE"><B>GL_COLOR_RENDERABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/NVMultisampleCoverage.html#GL_COLOR_SAMPLES_NV"><B>GL_COLOR_SAMPLES_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVMultisampleCoverage.html" title="class in org.lwjgl.opengl">NVMultisampleCoverage</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev,
GetIntegerv, and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_COLOR_SUM"><B>GL_COLOR_SUM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_COLOR_SUM_ARB"><B>GL_COLOR_SUM_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COLOR_SUM_CLAMP_NV"><B>GL_COLOR_SUM_CLAMP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#GL_COLOR_SUM_EXT"><B>GL_COLOR_SUM_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE"><B>GL_COLOR_TABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_ALPHA_SIZE"><B>GL_COLOR_TABLE_ALPHA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_ALPHA_SIZE_EXT"><B>GL_COLOR_TABLE_ALPHA_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_BIAS"><B>GL_COLOR_TABLE_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_BLUE_SIZE"><B>GL_COLOR_TABLE_BLUE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_BLUE_SIZE_EXT"><B>GL_COLOR_TABLE_BLUE_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_FORMAT"><B>GL_COLOR_TABLE_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_FORMAT_EXT"><B>GL_COLOR_TABLE_FORMAT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_GREEN_SIZE"><B>GL_COLOR_TABLE_GREEN_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_GREEN_SIZE_EXT"><B>GL_COLOR_TABLE_GREEN_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_INTENSITY_SIZE"><B>GL_COLOR_TABLE_INTENSITY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_INTENSITY_SIZE_EXT"><B>GL_COLOR_TABLE_INTENSITY_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_LUMINANCE_SIZE"><B>GL_COLOR_TABLE_LUMINANCE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_LUMINANCE_SIZE_EXT"><B>GL_COLOR_TABLE_LUMINANCE_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_RED_SIZE"><B>GL_COLOR_TABLE_RED_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_RED_SIZE_EXT"><B>GL_COLOR_TABLE_RED_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_SCALE"><B>GL_COLOR_TABLE_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_COLOR_TABLE_WIDTH"><B>GL_COLOR_TABLE_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_COLOR_TABLE_WIDTH_EXT"><B>GL_COLOR_TABLE_WIDTH_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COLOR_WRITEMASK"><B>GL_COLOR_WRITEMASK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_COLOR_WRITEMASK"><B>GL_COLOR_WRITEMASK</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_COLORBURN_NV"><B>GL_COLORBURN_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_COLORDODGE_NV"><B>GL_COLORDODGE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_COMBINE"><B>GL_COMBINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureEnvCombine4.html#GL_COMBINE4_NV"><B>GL_COMBINE4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureEnvCombine4.html" title="class in org.lwjgl.opengl">NVTextureEnvCombine4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_COMBINE_ALPHA"><B>GL_COMBINE_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_COMBINE_ALPHA_ARB"><B>GL_COMBINE_ALPHA_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_COMBINE_ALPHA_EXT"><B>GL_COMBINE_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_COMBINE_ARB"><B>GL_COMBINE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_COMBINE_EXT"><B>GL_COMBINE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_COMBINE_RGB"><B>GL_COMBINE_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_COMBINE_RGB_ARB"><B>GL_COMBINE_RGB_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_COMBINE_RGB_EXT"><B>GL_COMBINE_RGB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER0_NV"><B>GL_COMBINER0_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER1_NV"><B>GL_COMBINER1_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER2_NV"><B>GL_COMBINER2_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER3_NV"><B>GL_COMBINER3_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER4_NV"><B>GL_COMBINER4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER5_NV"><B>GL_COMBINER5_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER6_NV"><B>GL_COMBINER6_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER7_NV"><B>GL_COMBINER7_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_AB_DOT_PRODUCT_NV"><B>GL_COMBINER_AB_DOT_PRODUCT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_AB_OUTPUT_NV"><B>GL_COMBINER_AB_OUTPUT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_BIAS_NV"><B>GL_COMBINER_BIAS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_CD_DOT_PRODUCT_NV"><B>GL_COMBINER_CD_DOT_PRODUCT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_CD_OUTPUT_NV"><B>GL_COMBINER_CD_OUTPUT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_COMPONENT_USAGE_NV"><B>GL_COMBINER_COMPONENT_USAGE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_INPUT_NV"><B>GL_COMBINER_INPUT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_MAPPING_NV"><B>GL_COMBINER_MAPPING_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_MUX_SUM_NV"><B>GL_COMBINER_MUX_SUM_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_SCALE_NV"><B>GL_COMBINER_SCALE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_COMBINER_SUM_OUTPUT_NV"><B>GL_COMBINER_SUM_OUTPUT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_COMMAND_BARRIER_BIT"><B>GL_COMMAND_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_COMMAND_BARRIER_BIT"><B>GL_COMMAND_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_COMMAND_BARRIER_BIT_EXT"><B>GL_COMMAND_BARRIER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrierEXT:
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_COMP_BIT_ATI"><B>GL_COMP_BIT_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_COMPARE_R_TO_TEXTURE"><B>GL_COMPARE_R_TO_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShadow.html#GL_COMPARE_R_TO_TEXTURE_ARB"><B>GL_COMPARE_R_TO_TEXTURE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadow.html" title="class in org.lwjgl.opengl">ARBShadow</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COMPARE_REF_DEPTH_TO_TEXTURE"><B>GL_COMPARE_REF_DEPTH_TO_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;param&gt; parameter of TexParameterf, TexParameteri,
TexParameterfv, and TexParameteriv when the &lt;pname&gt; parameter is
TEXTURE_COMPARE_MODE_ARB:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html#GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT"><B>GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</A>
<DD>Accepted by the &lt;param&gt; parameter of TexParameterf, TexParameteri,
TexParameterfv, and TexParameteriv when the &lt;pname&gt; parameter is
TEXTURE_COMPARE_MODE_ARB:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COMPARE_REF_TO_TEXTURE"><B>GL_COMPARE_REF_TO_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COMPARE_REF_TO_TEXTURE"><B>GL_COMPARE_REF_TO_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTShadowSamplers.html#GL_COMPARE_REF_TO_TEXTURE_EXT"><B>GL_COMPARE_REF_TO_TEXTURE_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTShadowSamplers.html" title="class in org.lwjgl.opengles">EXTShadowSamplers</A>
<DD>Accepted by the &lt;param&gt; parameter of TexParameterf, TexParameteri,
TexParameterfv, and TexParameteriv when the &lt;pname&gt; parameter is
TEXTURE_COMPARE_MODE_EXT:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_COMPATIBLE_SUBROUTINES"><B>GL_COMPATIBLE_SUBROUTINES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveSubroutineUniformiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_COMPATIBLE_SUBROUTINES"><B>GL_COMPATIBLE_SUBROUTINES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveSubroutineUniformiv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COMPILE"><B>GL_COMPILE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COMPILE_AND_EXECUTE"><B>GL_COMPILE_AND_EXECUTE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_COMPILE_STATUS"><B>GL_COMPILE_STATUS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_COMPILE_STATUS"><B>GL_COMPILE_STATUS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shader Source
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_COMPRESSED_ALPHA"><B>GL_COMPRESSED_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#GL_COMPRESSED_ALPHA_ARB"><B>GL_COMPRESSED_ALPHA_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_COMPRESSED_INTENSITY"><B>GL_COMPRESSED_INTENSITY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#GL_COMPRESSED_INTENSITY_ARB"><B>GL_COMPRESSED_INTENSITY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_COMPRESSED_LUMINANCE"><B>GL_COMPRESSED_LUMINANCE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_COMPRESSED_LUMINANCE_ALPHA"><B>GL_COMPRESSED_LUMINANCE_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATITextureCompression3DC.html#GL_COMPRESSED_LUMINANCE_ALPHA_3DC_ATI"><B>GL_COMPRESSED_LUMINANCE_ALPHA_3DC_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureCompression3DC.html" title="class in org.lwjgl.opengl">ATITextureCompression3DC</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#GL_COMPRESSED_LUMINANCE_ALPHA_ARB"><B>GL_COMPRESSED_LUMINANCE_ALPHA_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionLATC.html#GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT"><B>GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionLATC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureCompressionLATC.html#GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT"><B>GL_COMPRESSED_LUMINANCE_ALPHA_LATC2_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionLATC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#GL_COMPRESSED_LUMINANCE_ARB"><B>GL_COMPRESSED_LUMINANCE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionLATC.html#GL_COMPRESSED_LUMINANCE_LATC1_EXT"><B>GL_COMPRESSED_LUMINANCE_LATC1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionLATC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureCompressionLATC.html#GL_COMPRESSED_LUMINANCE_LATC1_EXT"><B>GL_COMPRESSED_LUMINANCE_LATC1_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionLATC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_R11_EAC"><B>GL_COMPRESSED_R11_EAC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_R11_EAC"><B>GL_COMPRESSED_R11_EAC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_R11_EAC"><B>GL_COMPRESSED_R11_EAC</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COMPRESSED_RED"><B>GL_COMPRESSED_RED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html#GL_COMPRESSED_RED_GREEN_RGTC2_EXT"><B>GL_COMPRESSED_RED_GREEN_RGTC2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionRGTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html#GL_COMPRESSED_RED_RGTC1"><B>GL_COMPRESSED_RED_RGTC1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionRGTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COMPRESSED_RED_RGTC1"><B>GL_COMPRESSED_RED_RGTC1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html#GL_COMPRESSED_RED_RGTC1_EXT"><B>GL_COMPRESSED_RED_RGTC1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionRGTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COMPRESSED_RG"><B>GL_COMPRESSED_RG</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_RG11_EAC"><B>GL_COMPRESSED_RG11_EAC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_RG11_EAC"><B>GL_COMPRESSED_RG11_EAC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_RG11_EAC"><B>GL_COMPRESSED_RG11_EAC</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html#GL_COMPRESSED_RG_RGTC2"><B>GL_COMPRESSED_RG_RGTC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionRGTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COMPRESSED_RG_RGTC2"><B>GL_COMPRESSED_RG_RGTC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_COMPRESSED_RGB"><B>GL_COMPRESSED_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_RGB8_ETC2"><B>GL_COMPRESSED_RGB8_ETC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_RGB8_ETC2"><B>GL_COMPRESSED_RGB8_ETC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_RGB8_ETC2"><B>GL_COMPRESSED_RGB8_ETC2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2"><B>GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2"><B>GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2"><B>GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#GL_COMPRESSED_RGB_ARB"><B>GL_COMPRESSED_RGB_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT"><B>GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, TexImage3D,
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
CompressedTexImage3DARB and the &lt;format&gt; parameter of
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html#GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB"><B>GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionBPTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, TexImage3D,
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
CompressedTexImage3DARB and the &lt;format&gt; parameter of
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT"><B>GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, TexImage3D,
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
CompressedTexImage3DARB and the &lt;format&gt; parameter of
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html#GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB"><B>GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionBPTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, TexImage3D,
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
CompressedTexImage3DARB and the &lt;format&gt; parameter of
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:
<DT><A HREF="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html#GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG"><B>GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html" title="class in org.lwjgl.opengles">IMGTextureCompressionPvrtc</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2DARB
and the &lt;format&gt; parameter of CompressedTexSubImage2DARB:
<DT><A HREF="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html#GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG"><B>GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html" title="class in org.lwjgl.opengles">IMGTextureCompressionPvrtc</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2DARB
and the &lt;format&gt; parameter of CompressedTexSubImage2DARB:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGB_S3TC_DXT1_EXT"><B>GL_COMPRESSED_RGB_S3TC_DXT1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionS3TC</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureCompressionVTC.html#GL_COMPRESSED_RGB_S3TC_DXT1_EXT"><B>GL_COMPRESSED_RGB_S3TC_DXT1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureCompressionVTC.html" title="class in org.lwjgl.opengl">NVTextureCompressionVTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage3D and
CompressedTexImage3DARB and the &lt;format&gt; parameter of
CompressedTexSubImage2DARB:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureCompressionDXT1.html#GL_COMPRESSED_RGB_S3TC_DXT1_EXT"><B>GL_COMPRESSED_RGB_S3TC_DXT1_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureCompressionDXT1.html" title="class in org.lwjgl.opengles">EXTTextureCompressionDXT1</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
and the &lt;format&gt; parameter of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGB_S3TC_DXT1_EXT"><B>GL_COMPRESSED_RGB_S3TC_DXT1_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionS3TC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, CopyTexImage2D,
and CompressedTexImage2D and the &lt;format&gt; parameter of
CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_COMPRESSED_RGBA"><B>GL_COMPRESSED_RGBA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_RGBA8_ETC2_EAC"><B>GL_COMPRESSED_RGBA8_ETC2_EAC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_RGBA8_ETC2_EAC"><B>GL_COMPRESSED_RGBA8_ETC2_EAC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_RGBA8_ETC2_EAC"><B>GL_COMPRESSED_RGBA8_ETC2_EAC</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#GL_COMPRESSED_RGBA_ARB"><B>GL_COMPRESSED_RGBA_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x10_KHR"><B>GL_COMPRESSED_RGBA_ASTC_10x10_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x10_KHR"><B>GL_COMPRESSED_RGBA_ASTC_10x10_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x5_KHR"><B>GL_COMPRESSED_RGBA_ASTC_10x5_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x5_KHR"><B>GL_COMPRESSED_RGBA_ASTC_10x5_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x6_KHR"><B>GL_COMPRESSED_RGBA_ASTC_10x6_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x6_KHR"><B>GL_COMPRESSED_RGBA_ASTC_10x6_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x8_KHR"><B>GL_COMPRESSED_RGBA_ASTC_10x8_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_10x8_KHR"><B>GL_COMPRESSED_RGBA_ASTC_10x8_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_12x10_KHR"><B>GL_COMPRESSED_RGBA_ASTC_12x10_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_12x10_KHR"><B>GL_COMPRESSED_RGBA_ASTC_12x10_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_12x12_KHR"><B>GL_COMPRESSED_RGBA_ASTC_12x12_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_12x12_KHR"><B>GL_COMPRESSED_RGBA_ASTC_12x12_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_4x4_KHR"><B>GL_COMPRESSED_RGBA_ASTC_4x4_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_4x4_KHR"><B>GL_COMPRESSED_RGBA_ASTC_4x4_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_5x4_KHR"><B>GL_COMPRESSED_RGBA_ASTC_5x4_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_5x4_KHR"><B>GL_COMPRESSED_RGBA_ASTC_5x4_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_5x5_KHR"><B>GL_COMPRESSED_RGBA_ASTC_5x5_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_5x5_KHR"><B>GL_COMPRESSED_RGBA_ASTC_5x5_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_6x5_KHR"><B>GL_COMPRESSED_RGBA_ASTC_6x5_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_6x5_KHR"><B>GL_COMPRESSED_RGBA_ASTC_6x5_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_6x6_KHR"><B>GL_COMPRESSED_RGBA_ASTC_6x6_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_6x6_KHR"><B>GL_COMPRESSED_RGBA_ASTC_6x6_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_8x5_KHR"><B>GL_COMPRESSED_RGBA_ASTC_8x5_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_8x5_KHR"><B>GL_COMPRESSED_RGBA_ASTC_8x5_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_8x6_KHR"><B>GL_COMPRESSED_RGBA_ASTC_8x6_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_8x6_KHR"><B>GL_COMPRESSED_RGBA_ASTC_8x6_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_8x8_KHR"><B>GL_COMPRESSED_RGBA_ASTC_8x8_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_RGBA_ASTC_8x8_KHR"><B>GL_COMPRESSED_RGBA_ASTC_8x8_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_COMPRESSED_RGBA_BPTC_UNORM"><B>GL_COMPRESSED_RGBA_BPTC_UNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, TexImage3D,
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
CompressedTexImage3DARB and the &lt;format&gt; parameter of
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html#GL_COMPRESSED_RGBA_BPTC_UNORM_ARB"><B>GL_COMPRESSED_RGBA_BPTC_UNORM_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionBPTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, TexImage3D,
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
CompressedTexImage3DARB and the &lt;format&gt; parameter of
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:
<DT><A HREF="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html#GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG"><B>GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html" title="class in org.lwjgl.opengles">IMGTextureCompressionPvrtc</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2DARB
and the &lt;format&gt; parameter of CompressedTexSubImage2DARB:
<DT><A HREF="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html#GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG"><B>GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html" title="class in org.lwjgl.opengles">IMGTextureCompressionPvrtc</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2DARB
and the &lt;format&gt; parameter of CompressedTexSubImage2DARB:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT1_EXT"><B>GL_COMPRESSED_RGBA_S3TC_DXT1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionS3TC</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureCompressionVTC.html#GL_COMPRESSED_RGBA_S3TC_DXT1_EXT"><B>GL_COMPRESSED_RGBA_S3TC_DXT1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureCompressionVTC.html" title="class in org.lwjgl.opengl">NVTextureCompressionVTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage3D and
CompressedTexImage3DARB and the &lt;format&gt; parameter of
CompressedTexSubImage2DARB:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureCompressionDXT1.html#GL_COMPRESSED_RGBA_S3TC_DXT1_EXT"><B>GL_COMPRESSED_RGBA_S3TC_DXT1_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureCompressionDXT1.html" title="class in org.lwjgl.opengles">EXTTextureCompressionDXT1</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
and the &lt;format&gt; parameter of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT1_EXT"><B>GL_COMPRESSED_RGBA_S3TC_DXT1_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionS3TC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, CopyTexImage2D,
and CompressedTexImage2D and the &lt;format&gt; parameter of
CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT3_EXT"><B>GL_COMPRESSED_RGBA_S3TC_DXT3_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionS3TC</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureCompressionVTC.html#GL_COMPRESSED_RGBA_S3TC_DXT3_EXT"><B>GL_COMPRESSED_RGBA_S3TC_DXT3_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureCompressionVTC.html" title="class in org.lwjgl.opengl">NVTextureCompressionVTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage3D and
CompressedTexImage3DARB and the &lt;format&gt; parameter of
CompressedTexSubImage2DARB:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT3_EXT"><B>GL_COMPRESSED_RGBA_S3TC_DXT3_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionS3TC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, CopyTexImage2D,
and CompressedTexImage2D and the &lt;format&gt; parameter of
CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT5_EXT"><B>GL_COMPRESSED_RGBA_S3TC_DXT5_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionS3TC</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureCompressionVTC.html#GL_COMPRESSED_RGBA_S3TC_DXT5_EXT"><B>GL_COMPRESSED_RGBA_S3TC_DXT5_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureCompressionVTC.html" title="class in org.lwjgl.opengl">NVTextureCompressionVTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage3D and
CompressedTexImage3DARB and the &lt;format&gt; parameter of
CompressedTexSubImage2DARB:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html#GL_COMPRESSED_RGBA_S3TC_DXT5_EXT"><B>GL_COMPRESSED_RGBA_S3TC_DXT5_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureCompressionS3TC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionS3TC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, CopyTexImage2D,
and CompressedTexImage2D and the &lt;format&gt; parameter of
CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionLATC.html#GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT"><B>GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionLATC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureCompressionLATC.html#GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT"><B>GL_COMPRESSED_SIGNED_LUMINANCE_ALPHA_LATC2_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionLATC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionLATC.html#GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT"><B>GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionLATC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureCompressionLATC.html#GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT"><B>GL_COMPRESSED_SIGNED_LUMINANCE_LATC1_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureCompressionLATC.html" title="class in org.lwjgl.opengles">EXTTextureCompressionLATC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_SIGNED_R11_EAC"><B>GL_COMPRESSED_SIGNED_R11_EAC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_SIGNED_R11_EAC"><B>GL_COMPRESSED_SIGNED_R11_EAC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_SIGNED_R11_EAC"><B>GL_COMPRESSED_SIGNED_R11_EAC</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html#GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT"><B>GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionRGTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html#GL_COMPRESSED_SIGNED_RED_RGTC1"><B>GL_COMPRESSED_SIGNED_RED_RGTC1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionRGTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COMPRESSED_SIGNED_RED_RGTC1"><B>GL_COMPRESSED_SIGNED_RED_RGTC1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html#GL_COMPRESSED_SIGNED_RED_RGTC1_EXT"><B>GL_COMPRESSED_SIGNED_RED_RGTC1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">EXTTextureCompressionRGTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_SIGNED_RG11_EAC"><B>GL_COMPRESSED_SIGNED_RG11_EAC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_SIGNED_RG11_EAC"><B>GL_COMPRESSED_SIGNED_RG11_EAC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_SIGNED_RG11_EAC"><B>GL_COMPRESSED_SIGNED_RG11_EAC</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html#GL_COMPRESSED_SIGNED_RG_RGTC2"><B>GL_COMPRESSED_SIGNED_RG_RGTC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompressionRGTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionRGTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_COMPRESSED_SIGNED_RG_RGTC2"><B>GL_COMPRESSED_SIGNED_RG_RGTC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2D and the &lt;format&gt; parameter
of CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_COMPRESSED_SLUMINANCE"><B>GL_COMPRESSED_SLUMINANCE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_COMPRESSED_SLUMINANCE_ALPHA"><B>GL_COMPRESSED_SLUMINANCE_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SLUMINANCE_ALPHA_EXT"><B>GL_COMPRESSED_SLUMINANCE_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SLUMINANCE_EXT"><B>GL_COMPRESSED_SLUMINANCE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_COMPRESSED_SRGB"><B>GL_COMPRESSED_SRGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x10_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x5_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x6_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_10x8_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x10_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_12x12_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_4x4_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x4_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_5x5_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x5_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_6x6_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x5_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x6_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html#GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR"><B>GL_COMPRESSED_SRGB8_ALPHA8_ASTC_8x8_KHR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles">KHRTextureCompressionAstcLdr</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D,
CompressedTexSubImage2D, TexStorage2D, TextureStorage2D, TexStorage3D,
and TextureStorage3D:
<DT><A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC"><B>GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC"><B>GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC"><B>GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_SRGB8_ETC2"><B>GL_COMPRESSED_SRGB8_ETC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_SRGB8_ETC2"><B>GL_COMPRESSED_SRGB8_ETC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_SRGB8_ETC2"><B>GL_COMPRESSED_SRGB8_ETC2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2"><B>GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2"><B>GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2"><B>GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_COMPRESSED_SRGB_ALPHA"><B>GL_COMPRESSED_SRGB_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM"><B>GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, TexImage3D,
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
CompressedTexImage3DARB and the &lt;format&gt; parameter of
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html#GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB"><B>GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompressionBPTC.html" title="class in org.lwjgl.opengl">ARBTextureCompressionBPTC</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D, TexImage3D,
CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and
CompressedTexImage3DARB and the &lt;format&gt; parameter of
CompressedTexSubImage2DARB and CompressedTexSubImage3DARB:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SRGB_ALPHA_EXT"><B>GL_COMPRESSED_SRGB_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT"><B>GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2DARB and the &lt;format&gt; parameter
of CompressedTexSubImage2DARB.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT"><B>GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2DARB and the &lt;format&gt; parameter
of CompressedTexSubImage2DARB.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT"><B>GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2DARB and the &lt;format&gt; parameter
of CompressedTexSubImage2DARB.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SRGB_EXT"><B>GL_COMPRESSED_SRGB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_COMPRESSED_SRGB_S3TC_DXT1_EXT"><B>GL_COMPRESSED_SRGB_S3TC_DXT1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D,
CopyTexImage2D, and CompressedTexImage2DARB and the &lt;format&gt; parameter
of CompressedTexSubImage2DARB.
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_COMPRESSED_TEXTURE_FORMATS"><B>GL_COMPRESSED_TEXTURE_FORMATS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_COMPRESSED_TEXTURE_FORMATS"><B>GL_COMPRESSED_TEXTURE_FORMATS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetTextureParameter
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#GL_COMPRESSED_TEXTURE_FORMATS_ARB"><B>GL_COMPRESSED_TEXTURE_FORMATS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVComputeProgram5.html#GL_COMPUTE_PROGRAM_NV"><B>GL_COMPUTE_PROGRAM_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVComputeProgram5.html" title="class in org.lwjgl.opengl">NVComputeProgram5</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled,
by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev, and by the &lt;target&gt; parameter of ProgramStringARB,
BindProgramARB, ProgramEnvParameter4[df][v]ARB,
ProgramLocalParameter4[df][v]ARB, GetProgramEnvParameter[df]vARB,
GetProgramLocalParameter[df]vARB, GetProgramivARB and
GetProgramStringARB:
<DT><A HREF="./org/lwjgl/opengl/NVComputeProgram5.html#GL_COMPUTE_PROGRAM_PARAMETER_BUFFER_NV"><B>GL_COMPUTE_PROGRAM_PARAMETER_BUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVComputeProgram5.html" title="class in org.lwjgl.opengl">NVComputeProgram5</A>
<DD>Accepted by the &lt;target&gt; parameter of ProgramBufferParametersfvNV,
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
and the &lt;value&gt; parameter of GetIntegerIndexedvEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_COMPUTE_SHADER"><B>GL_COMPUTE_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;type&gt; parameter of CreateShader and returned in the
&lt;params&gt; parameter by GetShaderiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPUTE_SHADER"><B>GL_COMPUTE_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;type&gt; parameter of CreateShader and returned in the
&lt;params&gt; parameter by GetShaderiv:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_COMPUTE_SHADER_BIT"><B>GL_COMPUTE_SHADER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;stages&gt; parameter of UseProgramStages:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPUTE_SHADER_BIT"><B>GL_COMPUTE_SHADER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;stages&gt; parameter of UseProgramStages:
<DT><A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html#GL_COMPUTE_SHADER_INVOCATIONS_ARB"><B>GL_COMPUTE_SHADER_INVOCATIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html" title="class in org.lwjgl.opengl">ARBPipelineStatisticsQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_COMPUTE_SUBROUTINE"><B>GL_COMPUTE_SUBROUTINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPUTE_SUBROUTINE"><B>GL_COMPUTE_SUBROUTINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_COMPUTE_SUBROUTINE_UNIFORM"><B>GL_COMPUTE_SUBROUTINE_UNIFORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPUTE_SUBROUTINE_UNIFORM"><B>GL_COMPUTE_SUBROUTINE_UNIFORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_COMPUTE_TEXTURE"><B>GL_COMPUTE_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPUTE_TEXTURE"><B>GL_COMPUTE_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_COMPUTE_WORK_GROUP_SIZE"><B>GL_COMPUTE_WORK_GROUP_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_COMPUTE_WORK_GROUP_SIZE"><B>GL_COMPUTE_WORK_GROUP_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_0_ATI"><B>GL_CON_0_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_10_ATI"><B>GL_CON_10_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_11_ATI"><B>GL_CON_11_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_12_ATI"><B>GL_CON_12_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_13_ATI"><B>GL_CON_13_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_14_ATI"><B>GL_CON_14_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_15_ATI"><B>GL_CON_15_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_16_ATI"><B>GL_CON_16_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_17_ATI"><B>GL_CON_17_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_18_ATI"><B>GL_CON_18_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_19_ATI"><B>GL_CON_19_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_1_ATI"><B>GL_CON_1_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_20_ATI"><B>GL_CON_20_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_21_ATI"><B>GL_CON_21_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_22_ATI"><B>GL_CON_22_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_23_ATI"><B>GL_CON_23_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_24_ATI"><B>GL_CON_24_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_25_ATI"><B>GL_CON_25_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_26_ATI"><B>GL_CON_26_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_27_ATI"><B>GL_CON_27_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_28_ATI"><B>GL_CON_28_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_29_ATI"><B>GL_CON_29_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_2_ATI"><B>GL_CON_2_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_30_ATI"><B>GL_CON_30_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_31_ATI"><B>GL_CON_31_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_3_ATI"><B>GL_CON_3_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_4_ATI"><B>GL_CON_4_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_5_ATI"><B>GL_CON_5_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_6_ATI"><B>GL_CON_6_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_7_ATI"><B>GL_CON_7_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_8_ATI"><B>GL_CON_8_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_CON_9_ATI"><B>GL_CON_9_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_CONDITION_SATISFIED"><B>GL_CONDITION_SATISFIED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Returned by ClientWaitSync:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_CONDITION_SATISFIED"><B>GL_CONDITION_SATISFIED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned by ClientWaitSync:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_CONDITION_SATISFIED"><B>GL_CONDITION_SATISFIED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_CONJOINT_NV"><B>GL_CONJOINT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;value&gt; parameter of BlendParameteriNV when &lt;pname&gt; is
BLEND_OVERLAP_NV:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_CONST_EYE_NV"><B>GL_CONST_EYE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; parameter of TexEnvfv, TexEnviv, GetTexEnvfv, and
GetTexEnviv is TEXTURE_SHADER_NV, then the value of &lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_CONSTANT"><B>GL_CONSTANT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CONSTANT_ALPHA"><B>GL_CONSTANT_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_CONSTANT_ALPHA"><B>GL_CONSTANT_ALPHA</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Separate Blend Functions
<DT><A HREF="./org/lwjgl/opengl/EXTBlendColor.html#GL_CONSTANT_ALPHA_EXT"><B>GL_CONSTANT_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendColor.html" title="class in org.lwjgl.opengl">EXTBlendColor</A>
<DD>Accepted by the &lt;sfactor&gt; and &lt;dfactor&gt; parameters of BlendFunc.
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_CONSTANT_ARB"><B>GL_CONSTANT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CONSTANT_ATTENUATION"><B>GL_CONSTANT_ATTENUATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_CONSTANT_BORDER"><B>GL_CONSTANT_BORDER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CONSTANT_COLOR"><B>GL_CONSTANT_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_CONSTANT_COLOR"><B>GL_CONSTANT_COLOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Separate Blend Functions
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_CONSTANT_COLOR0_NV"><B>GL_CONSTANT_COLOR0_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_CONSTANT_COLOR1_NV"><B>GL_CONSTANT_COLOR1_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTBlendColor.html#GL_CONSTANT_COLOR_EXT"><B>GL_CONSTANT_COLOR_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendColor.html" title="class in org.lwjgl.opengl">EXTBlendColor</A>
<DD>Accepted by the &lt;sfactor&gt; and &lt;dfactor&gt; parameters of BlendFunc.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_CONSTANT_EXT"><B>GL_CONSTANT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_CONTEXT_COMPATIBILITY_PROFILE_BIT"><B>GL_CONTEXT_COMPATIBILITY_PROFILE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_CONTEXT_CORE_PROFILE_BIT"><B>GL_CONTEXT_CORE_PROFILE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_CONTEXT_FLAG_DEBUG_BIT"><B>GL_CONTEXT_FLAG_DEBUG_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned by GetIntegerv when &lt;pname&gt; is CONTEXT_FLAGS:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_CONTEXT_FLAG_DEBUG_BIT"><B>GL_CONTEXT_FLAG_DEBUG_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Returned by GetIntegerv when &lt;pname&gt; is CONTEXT_FLAGS:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_CONTEXT_FLAG_DEBUG_BIT"><B>GL_CONTEXT_FLAG_DEBUG_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Returned by GetIntegerv when &lt;pname&gt; is CONTEXT_FLAGS:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT"><B>GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB"><B>GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>Returned by GetIntegerv when &lt;pname&gt; is CONTEXT_FLAGS:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_CONTEXT_FLAGS"><B>GL_CONTEXT_FLAGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_CONTEXT_LOST"><B>GL_CONTEXT_LOST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Returned by GetError:
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#GL_CONTEXT_LOST"><B>GL_CONTEXT_LOST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>Returned by GetError:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_CONTEXT_PROFILE_MASK"><B>GL_CONTEXT_PROFILE_MASK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_CONTEXT_RELEASE_BEHAVIOR"><B>GL_CONTEXT_RELEASE_BEHAVIOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetFloatv, GetBooleanv
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/KHRContextFlushControl.html#GL_CONTEXT_RELEASE_BEHAVIOR"><B>GL_CONTEXT_RELEASE_BEHAVIOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRContextFlushControl.html" title="class in org.lwjgl.opengl">KHRContextFlushControl</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetFloatv, GetBooleanv
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH"><B>GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Returned in &lt;data&gt; by GetIntegerv, GetFloatv, GetBooleanv
GetDoublev and GetInteger64v when &lt;pname&gt; is
GL_CONTEXT_RELEASE_BEHAVIOR:
<DT><A HREF="./org/lwjgl/opengl/KHRContextFlushControl.html#GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH"><B>GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRContextFlushControl.html" title="class in org.lwjgl.opengl">KHRContextFlushControl</A>
<DD>Returned in &lt;data&gt; by GetIntegerv, GetFloatv, GetBooleanv
GetDoublev and GetInteger64v when &lt;pname&gt; is
GL_CONTEXT_RELEASE_BEHAVIOR:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_CONTEXT_ROBUST_ACCESS"><B>GL_CONTEXT_ROBUST_ACCESS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#GL_CONTEXT_ROBUST_ACCESS"><B>GL_CONTEXT_ROBUST_ACCESS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#GL_CONTEXT_ROBUST_ACCESS_EXT"><B>GL_CONTEXT_ROBUST_ACCESS_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#GL_CONTINUOUS_AMD"><B>GL_CONTINUOUS_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</A>
<DD>Accepted by TessellationModeAMD
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_CONTRAST_NV"><B>GL_CONTRAST_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_CONVEX_HULL_NV"><B>GL_CONVEX_HULL_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;coverMode&gt; parameter of CoverFillPathNV and
CoverFillPathInstancedNV:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_1D"><B>GL_CONVOLUTION_1D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_2D"><B>GL_CONVOLUTION_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_BORDER_COLOR"><B>GL_CONVOLUTION_BORDER_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_BORDER_MODE"><B>GL_CONVOLUTION_BORDER_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_FILTER_BIAS"><B>GL_CONVOLUTION_FILTER_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_FILTER_SCALE"><B>GL_CONVOLUTION_FILTER_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_FORMAT"><B>GL_CONVOLUTION_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_HEIGHT"><B>GL_CONVOLUTION_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_CONVOLUTION_WIDTH"><B>GL_CONVOLUTION_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_COORD_REPLACE"><B>GL_COORD_REPLACE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>When the &lt;target&gt; parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
GetTexEnvfv, or GetTexEnviv is POINT_SPRITE, then the value of
&lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/ARBPointSprite.html#GL_COORD_REPLACE_ARB"><B>GL_COORD_REPLACE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPointSprite.html" title="class in org.lwjgl.opengl">ARBPointSprite</A>
<DD>When the &lt;target&gt; parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
GetTexEnvfv, or GetTexEnviv is POINT_SPRITE_ARB, then the value of
&lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVPointSprite.html#GL_COORD_REPLACE_NV"><B>GL_COORD_REPLACE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPointSprite.html" title="class in org.lwjgl.opengl">NVPointSprite</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COPY"><B>GL_COPY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COPY_INVERTED"><B>GL_COPY_INVERTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_COPY_PIXEL_TOKEN"><B>GL_COPY_PIXEL_TOKEN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBCopyBuffer.html#GL_COPY_READ_BUFFER"><B>GL_COPY_READ_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCopyBuffer.html" title="class in org.lwjgl.opengl">ARBCopyBuffer</A>
<DD>Accepted by the target parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferPointerv, MapBufferRange, FlushMappedBufferRange,
GetBufferParameteriv, BindBufferRange, BindBufferBase,
and CopyBufferSubData:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_COPY_READ_BUFFER"><B>GL_COPY_READ_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COPY_READ_BUFFER"><B>GL_COPY_READ_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_COPY_READ_BUFFER_BINDING"><B>GL_COPY_READ_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COPY_READ_BUFFER_BINDING"><B>GL_COPY_READ_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBCopyBuffer.html#GL_COPY_WRITE_BUFFER"><B>GL_COPY_WRITE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCopyBuffer.html" title="class in org.lwjgl.opengl">ARBCopyBuffer</A>
<DD>Accepted by the target parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferPointerv, MapBufferRange, FlushMappedBufferRange,
GetBufferParameteriv, BindBufferRange, BindBufferBase,
and CopyBufferSubData:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_COPY_WRITE_BUFFER"><B>GL_COPY_WRITE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COPY_WRITE_BUFFER"><B>GL_COPY_WRITE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_COPY_WRITE_BUFFER_BINDING"><B>GL_COPY_WRITE_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_COPY_WRITE_BUFFER_BINDING"><B>GL_COPY_WRITE_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_COUNT_DOWN_NV"><B>GL_COUNT_DOWN_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;fillMode&gt; parameter of StencilFillPathNV and
StencilFillPathInstancedNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_COUNT_UP_NV"><B>GL_COUNT_UP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;fillMode&gt; parameter of StencilFillPathNV and
StencilFillPathInstancedNV:
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#GL_COUNTER_RANGE_AMD"><B>GL_COUNTER_RANGE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>Accepted by the &lt;pame&gt; parameter of GetPerfMonitorCounterInfoAMD
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#GL_COUNTER_RANGE_AMD"><B>GL_COUNTER_RANGE_AMD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>Accepted by the &lt;pame&gt; parameter of GetPerfMonitorCounterInfoAMD
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#GL_COUNTER_TYPE_AMD"><B>GL_COUNTER_TYPE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>Accepted by the &lt;pame&gt; parameter of GetPerfMonitorCounterInfoAMD
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#GL_COUNTER_TYPE_AMD"><B>GL_COUNTER_TYPE_AMD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>Accepted by the &lt;pame&gt; parameter of GetPerfMonitorCounterInfoAMD
<DT><A HREF="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_ALL_FRAGMENTS_NV"><B>GL_COVERAGE_ALL_FRAGMENTS_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</A>
<DD>Accepted by the &lt;operation&gt; parameter of CoverageOperationNV:
<DT><A HREF="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_ATTACHMENT_NV"><B>GL_COVERAGE_ATTACHMENT_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferRenderbuffer, and GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_AUTOMATIC_NV"><B>GL_COVERAGE_AUTOMATIC_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</A>
<DD>Accepted by the &lt;operation&gt; parameter of CoverageOperationNV:
<DT><A HREF="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_BUFFER_BIT_NV"><B>GL_COVERAGE_BUFFER_BIT_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</A>
<DD>Accepted by the &lt;buf&gt; parameter of Clear:
<DT><A HREF="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_BUFFERS_NV"><B>GL_COVERAGE_BUFFERS_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_COMPONENT4_NV"><B>GL_COVERAGE_COMPONENT4_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_COMPONENT_NV"><B>GL_COVERAGE_COMPONENT_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorageEXT and the &lt;format&gt; parameter of ReadPixels:
<DT><A HREF="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_EDGE_FRAGMENTS_NV"><B>GL_COVERAGE_EDGE_FRAGMENTS_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</A>
<DD>Accepted by the &lt;operation&gt; parameter of CoverageOperationNV:
<DT><A HREF="./org/lwjgl/opengl/NVMultisampleCoverage.html#GL_COVERAGE_SAMPLES_NV"><B>GL_COVERAGE_SAMPLES_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVMultisampleCoverage.html" title="class in org.lwjgl.opengl">NVMultisampleCoverage</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev,
GetIntegerv, and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/NVCoverageSample.html#GL_COVERAGE_SAMPLES_NV"><B>GL_COVERAGE_SAMPLES_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengles/QCOMBinningControl.html#GL_CPU_OPTIMIZED_QCOM"><B>GL_CPU_OPTIMIZED_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMBinningControl.html" title="class in org.lwjgl.opengles">QCOMBinningControl</A>
<DD>Accepted by the &lt;hint&gt; parameter of Hint:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_CUBIC_BEZIER_TO_NV"><B>GL_CUBIC_BEZIER_TO_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as path commands by CreatePathNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_CUBIC_CURVE_TO_NV"><B>GL_CUBIC_CURVE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CULL_FACE"><B>GL_CULL_FACE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_CULL_FACE"><B>GL_CULL_FACE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>EnableCap
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CULL_FACE_MODE"><B>GL_CULL_FACE_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_CULL_FACE_MODE"><B>GL_CULL_FACE_MODE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_CULL_FRAGMENT_NV"><B>GL_CULL_FRAGMENT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_CULL_MODES_NV"><B>GL_CULL_MODES_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; parameter of TexEnvfv, TexEnviv, GetTexEnvfv, and
GetTexEnviv is TEXTURE_SHADER_NV, then the value of &lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_CURRENT_ATTRIB_NV"><B>GL_CURRENT_ATTRIB_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib[dfi]vNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CURRENT_BIT"><B>GL_CURRENT_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CURRENT_COLOR"><B>GL_CURRENT_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_CURRENT_FOG_COORD"><B>GL_CURRENT_FOG_COORD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_CURRENT_FOG_COORDINATE"><B>GL_CURRENT_FOG_COORDINATE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFogCoord.html#GL_CURRENT_FOG_COORDINATE_EXT"><B>GL_CURRENT_FOG_COORDINATE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CURRENT_INDEX"><B>GL_CURRENT_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_CURRENT_MATRIX_ARB"><B>GL_CURRENT_MATRIX_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_CURRENT_MATRIX_INDEX_ARB"><B>GL_CURRENT_MATRIX_INDEX_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_CURRENT_MATRIX_NV"><B>GL_CURRENT_MATRIX_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_CURRENT_MATRIX_STACK_DEPTH_ARB"><B>GL_CURRENT_MATRIX_STACK_DEPTH_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_CURRENT_MATRIX_STACK_DEPTH_NV"><B>GL_CURRENT_MATRIX_STACK_DEPTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CURRENT_NORMAL"><B>GL_CURRENT_NORMAL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#GL_CURRENT_OCCLUSION_QUERY_ID_NV"><B>GL_CURRENT_OCCLUSION_QUERY_ID_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_CURRENT_PALETTE_MATRIX_ARB"><B>GL_CURRENT_PALETTE_MATRIX_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_CURRENT_PROGRAM"><B>GL_CURRENT_PROGRAM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; argument of GetInteger:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_CURRENT_PROGRAM"><B>GL_CURRENT_PROGRAM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_CURRENT_QUERY"><B>GL_CURRENT_QUERY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_CURRENT_QUERY"><B>GL_CURRENT_QUERY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#GL_CURRENT_QUERY_ARB"><B>GL_CURRENT_QUERY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryivARB:
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#GL_CURRENT_QUERY_EXT"><B>GL_CURRENT_QUERY_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryivEXT:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CURRENT_RASTER_COLOR"><B>GL_CURRENT_RASTER_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CURRENT_RASTER_DISTANCE"><B>GL_CURRENT_RASTER_DISTANCE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CURRENT_RASTER_INDEX"><B>GL_CURRENT_RASTER_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CURRENT_RASTER_POSITION"><B>GL_CURRENT_RASTER_POSITION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CURRENT_RASTER_POSITION_VALID"><B>GL_CURRENT_RASTER_POSITION_VALID</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_CURRENT_RASTER_SECONDARY_COLOR"><B>GL_CURRENT_RASTER_SECONDARY_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv and GetFloatv.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CURRENT_RASTER_TEXTURE_COORDS"><B>GL_CURRENT_RASTER_TEXTURE_COORDS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_CURRENT_SECONDARY_COLOR"><B>GL_CURRENT_SECONDARY_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#GL_CURRENT_SECONDARY_COLOR_EXT"><B>GL_CURRENT_SECONDARY_COLOR_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CURRENT_TEXTURE_COORDS"><B>GL_CURRENT_TEXTURE_COORDS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#GL_CURRENT_TIME_NV"><B>GL_CURRENT_TIME_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVideoivNV, GetVideouivNV,
GetVideoi64vNV, GetVideoui64vNV:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_CURRENT_VERTEX_ATTRIB"><B>GL_CURRENT_VERTEX_ATTRIB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib{dfi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_CURRENT_VERTEX_ATTRIB"><B>GL_CURRENT_VERTEX_ATTRIB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Buffer Objects
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_CURRENT_VERTEX_ATTRIB_ARB"><B>GL_CURRENT_VERTEX_ATTRIB_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib[dfi]vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_CURRENT_VERTEX_ATTRIB_ARB"><B>GL_CURRENT_VERTEX_ATTRIB_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib{dfi}vARB:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_CURRENT_VERTEX_EXT"><B>GL_CURRENT_VERTEX_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_CURRENT_VERTEX_WEIGHT_EXT"><B>GL_CURRENT_VERTEX_WEIGHT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_CURRENT_WEIGHT_ARB"><B>GL_CURRENT_WEIGHT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_CW"><B>GL_CW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_CW"><B>GL_CW</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>FrontFaceDirection
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DARKEN_NV"><B>GL_DARKEN_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html#GL_DATA_BUFFER_AMD"><B>GL_DATA_BUFFER_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</A>
<DD>Accepted as the &lt;identifier&gt; parameter of GenNamesAMD and DeleteNamesAMD:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_CALLBACK_FUNCTION"><B>GL_DEBUG_CALLBACK_FUNCTION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted by the &lt;pname&gt; parameter of GetPointerv:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_CALLBACK_FUNCTION"><B>GL_DEBUG_CALLBACK_FUNCTION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted by the &lt;pname&gt; parameter of GetPointerv:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_CALLBACK_FUNCTION"><B>GL_DEBUG_CALLBACK_FUNCTION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted by the &lt;pname&gt; parameter of GetPointerv:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_CALLBACK_FUNCTION_ARB"><B>GL_DEBUG_CALLBACK_FUNCTION_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted by the &lt;pname&gt; parameter of GetPointerv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_CALLBACK_USER_PARAM"><B>GL_DEBUG_CALLBACK_USER_PARAM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted by the &lt;pname&gt; parameter of GetPointerv:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_CALLBACK_USER_PARAM"><B>GL_DEBUG_CALLBACK_USER_PARAM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted by the &lt;pname&gt; parameter of GetPointerv:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_CALLBACK_USER_PARAM"><B>GL_DEBUG_CALLBACK_USER_PARAM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted by the &lt;pname&gt; parameter of GetPointerv:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_CALLBACK_USER_PARAM_ARB"><B>GL_DEBUG_CALLBACK_USER_PARAM_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted by the &lt;pname&gt; parameter of GetPointerv:
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_API_ERROR_AMD"><B>GL_DEBUG_CATEGORY_API_ERROR_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
and DEBUGPROCAMD callback function for &lt;category&gt;:
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_APPLICATION_AMD"><B>GL_DEBUG_CATEGORY_APPLICATION_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
and DEBUGPROCAMD callback function for &lt;category&gt;:
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_DEPRECATION_AMD"><B>GL_DEBUG_CATEGORY_DEPRECATION_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
and DEBUGPROCAMD callback function for &lt;category&gt;:
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_OTHER_AMD"><B>GL_DEBUG_CATEGORY_OTHER_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
and DEBUGPROCAMD callback function for &lt;category&gt;:
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_PERFORMANCE_AMD"><B>GL_DEBUG_CATEGORY_PERFORMANCE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
and DEBUGPROCAMD callback function for &lt;category&gt;:
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD"><B>GL_DEBUG_CATEGORY_SHADER_COMPILER_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
and DEBUGPROCAMD callback function for &lt;category&gt;:
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD"><B>GL_DEBUG_CATEGORY_UNDEFINED_BEHAVIOR_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
and DEBUGPROCAMD callback function for &lt;category&gt;:
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD"><B>GL_DEBUG_CATEGORY_WINDOW_SYSTEM_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
and DEBUGPROCAMD callback function for &lt;category&gt;:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_GROUP_STACK_DEPTH"><B>GL_DEBUG_GROUP_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_GROUP_STACK_DEPTH"><B>GL_DEBUG_GROUP_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_GROUP_STACK_DEPTH"><B>GL_DEBUG_GROUP_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_LOGGED_MESSAGES"><B>GL_DEBUG_LOGGED_MESSAGES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_LOGGED_MESSAGES"><B>GL_DEBUG_LOGGED_MESSAGES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_LOGGED_MESSAGES"><B>GL_DEBUG_LOGGED_MESSAGES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_LOGGED_MESSAGES_AMD"><B>GL_DEBUG_LOGGED_MESSAGES_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Tokens accepted by GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_LOGGED_MESSAGES_ARB"><B>GL_DEBUG_LOGGED_MESSAGES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv,
GetIntegerv, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH"><B>GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH"><B>GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH"><B>GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB"><B>GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv,
GetIntegerv, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_OUTPUT"><B>GL_DEBUG_OUTPUT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted by the &lt;target&gt; parameters of Enable, Disable, and
IsEnabled:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_OUTPUT"><B>GL_DEBUG_OUTPUT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted by the &lt;target&gt; parameters of Enable, Disable, and
IsEnabled:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_OUTPUT"><B>GL_DEBUG_OUTPUT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted by the &lt;target&gt; parameters of Enable, Disable, and
IsEnabled:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_OUTPUT_SYNCHRONOUS"><B>GL_DEBUG_OUTPUT_SYNCHRONOUS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted by the &lt;target&gt; parameters of Enable, Disable, and
IsEnabled:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_OUTPUT_SYNCHRONOUS"><B>GL_DEBUG_OUTPUT_SYNCHRONOUS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted by the &lt;target&gt; parameters of Enable, Disable, and
IsEnabled:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_OUTPUT_SYNCHRONOUS"><B>GL_DEBUG_OUTPUT_SYNCHRONOUS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted by the &lt;target&gt; parameters of Enable, Disable, and
IsEnabled:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB"><B>GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted by the &lt;target&gt; parameters of Enable, Disable,
and IsEnabled:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SEVERITY_HIGH"><B>GL_DEBUG_SEVERITY_HIGH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
and the &lt;severities&gt; parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SEVERITY_HIGH"><B>GL_DEBUG_SEVERITY_HIGH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
and the &lt;severities&gt; parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SEVERITY_HIGH"><B>GL_DEBUG_SEVERITY_HIGH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
and the &lt;severities&gt; parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_SEVERITY_HIGH_AMD"><B>GL_DEBUG_SEVERITY_HIGH_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
DebugMessageInsertAMD, and DEBUGPROCAMD callback function
for &lt;severity&gt;:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SEVERITY_HIGH_ARB"><B>GL_DEBUG_SEVERITY_HIGH_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB
callback functions, and the &lt;severities&gt; parameter of
GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SEVERITY_LOW"><B>GL_DEBUG_SEVERITY_LOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
and the &lt;severities&gt; parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SEVERITY_LOW"><B>GL_DEBUG_SEVERITY_LOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
and the &lt;severities&gt; parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SEVERITY_LOW"><B>GL_DEBUG_SEVERITY_LOW</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
and the &lt;severities&gt; parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_SEVERITY_LOW_AMD"><B>GL_DEBUG_SEVERITY_LOW_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
DebugMessageInsertAMD, and DEBUGPROCAMD callback function
for &lt;severity&gt;:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SEVERITY_LOW_ARB"><B>GL_DEBUG_SEVERITY_LOW_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB
callback functions, and the &lt;severities&gt; parameter of
GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SEVERITY_MEDIUM"><B>GL_DEBUG_SEVERITY_MEDIUM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
and the &lt;severities&gt; parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SEVERITY_MEDIUM"><B>GL_DEBUG_SEVERITY_MEDIUM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
and the &lt;severities&gt; parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SEVERITY_MEDIUM"><B>GL_DEBUG_SEVERITY_MEDIUM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
and the &lt;severities&gt; parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#GL_DEBUG_SEVERITY_MEDIUM_AMD"><B>GL_DEBUG_SEVERITY_MEDIUM_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Tokens accepted by DebugMessageEnableAMD, GetDebugMessageLogAMD,
DebugMessageInsertAMD, and DEBUGPROCAMD callback function
for &lt;severity&gt;:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SEVERITY_MEDIUM_ARB"><B>GL_DEBUG_SEVERITY_MEDIUM_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB
callback functions, and the &lt;severities&gt; parameter of
GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SEVERITY_NOTIFICATION"><B>GL_DEBUG_SEVERITY_NOTIFICATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
and the &lt;severities&gt; parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SEVERITY_NOTIFICATION"><B>GL_DEBUG_SEVERITY_NOTIFICATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
and the &lt;severities&gt; parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SEVERITY_NOTIFICATION"><B>GL_DEBUG_SEVERITY_NOTIFICATION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;severity&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC callback functions,
and the &lt;severities&gt; parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SOURCE_API"><B>GL_DEBUG_SOURCE_API</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SOURCE_API"><B>GL_DEBUG_SOURCE_API</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SOURCE_API"><B>GL_DEBUG_SOURCE_API</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SOURCE_API_ARB"><B>GL_DEBUG_SOURCE_API_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
and the &lt;sources&gt; parameter of GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SOURCE_APPLICATION"><B>GL_DEBUG_SOURCE_APPLICATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SOURCE_APPLICATION"><B>GL_DEBUG_SOURCE_APPLICATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SOURCE_APPLICATION"><B>GL_DEBUG_SOURCE_APPLICATION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SOURCE_APPLICATION_ARB"><B>GL_DEBUG_SOURCE_APPLICATION_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
and the &lt;sources&gt; parameter of GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SOURCE_OTHER"><B>GL_DEBUG_SOURCE_OTHER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SOURCE_OTHER"><B>GL_DEBUG_SOURCE_OTHER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SOURCE_OTHER"><B>GL_DEBUG_SOURCE_OTHER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SOURCE_OTHER_ARB"><B>GL_DEBUG_SOURCE_OTHER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
and the &lt;sources&gt; parameter of GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SOURCE_SHADER_COMPILER"><B>GL_DEBUG_SOURCE_SHADER_COMPILER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SOURCE_SHADER_COMPILER"><B>GL_DEBUG_SOURCE_SHADER_COMPILER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SOURCE_SHADER_COMPILER"><B>GL_DEBUG_SOURCE_SHADER_COMPILER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SOURCE_SHADER_COMPILER_ARB"><B>GL_DEBUG_SOURCE_SHADER_COMPILER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
and the &lt;sources&gt; parameter of GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SOURCE_THIRD_PARTY"><B>GL_DEBUG_SOURCE_THIRD_PARTY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SOURCE_THIRD_PARTY"><B>GL_DEBUG_SOURCE_THIRD_PARTY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SOURCE_THIRD_PARTY"><B>GL_DEBUG_SOURCE_THIRD_PARTY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SOURCE_THIRD_PARTY_ARB"><B>GL_DEBUG_SOURCE_THIRD_PARTY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
and the &lt;sources&gt; parameter of GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_SOURCE_WINDOW_SYSTEM"><B>GL_DEBUG_SOURCE_WINDOW_SYSTEM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_SOURCE_WINDOW_SYSTEM"><B>GL_DEBUG_SOURCE_WINDOW_SYSTEM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_SOURCE_WINDOW_SYSTEM"><B>GL_DEBUG_SOURCE_WINDOW_SYSTEM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;sources&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_SOURCE_WINDOW_SYSTEM_ARB"><B>GL_DEBUG_SOURCE_WINDOW_SYSTEM_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;source&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
and the &lt;sources&gt; parameter of GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR"><B>GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR"><B>GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR"><B>GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_ARB"><B>GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
and the &lt;types&gt; parameter of GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_ERROR"><B>GL_DEBUG_TYPE_ERROR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_ERROR"><B>GL_DEBUG_TYPE_ERROR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_ERROR"><B>GL_DEBUG_TYPE_ERROR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_TYPE_ERROR_ARB"><B>GL_DEBUG_TYPE_ERROR_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
and the &lt;types&gt; parameter of GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_MARKER"><B>GL_DEBUG_TYPE_MARKER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_MARKER"><B>GL_DEBUG_TYPE_MARKER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_MARKER"><B>GL_DEBUG_TYPE_MARKER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_OTHER"><B>GL_DEBUG_TYPE_OTHER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_OTHER"><B>GL_DEBUG_TYPE_OTHER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_OTHER"><B>GL_DEBUG_TYPE_OTHER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_TYPE_OTHER_ARB"><B>GL_DEBUG_TYPE_OTHER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
and the &lt;types&gt; parameter of GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_PERFORMANCE"><B>GL_DEBUG_TYPE_PERFORMANCE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_PERFORMANCE"><B>GL_DEBUG_TYPE_PERFORMANCE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_PERFORMANCE"><B>GL_DEBUG_TYPE_PERFORMANCE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_TYPE_PERFORMANCE_ARB"><B>GL_DEBUG_TYPE_PERFORMANCE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
and the &lt;types&gt; parameter of GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_POP_GROUP"><B>GL_DEBUG_TYPE_POP_GROUP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl and DEBUGPROC, and the &lt;types&gt; parameter of
GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_POP_GROUP"><B>GL_DEBUG_TYPE_POP_GROUP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl and DEBUGPROC, and the &lt;types&gt; parameter of
GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_POP_GROUP"><B>GL_DEBUG_TYPE_POP_GROUP</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl and DEBUGPROC, and the &lt;types&gt; parameter of
GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_PORTABILITY"><B>GL_DEBUG_TYPE_PORTABILITY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_PORTABILITY"><B>GL_DEBUG_TYPE_PORTABILITY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_PORTABILITY"><B>GL_DEBUG_TYPE_PORTABILITY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_TYPE_PORTABILITY_ARB"><B>GL_DEBUG_TYPE_PORTABILITY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
and the &lt;types&gt; parameter of GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_PUSH_GROUP"><B>GL_DEBUG_TYPE_PUSH_GROUP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl and DEBUGPROC, and the &lt;types&gt; parameter of
GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_PUSH_GROUP"><B>GL_DEBUG_TYPE_PUSH_GROUP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl and DEBUGPROC, and the &lt;types&gt; parameter of
GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_PUSH_GROUP"><B>GL_DEBUG_TYPE_PUSH_GROUP</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl and DEBUGPROC, and the &lt;types&gt; parameter of
GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR"><B>GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR"><B>GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR"><B>GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControl, DebugMessageInsert and DEBUGPROC, and the &lt;types&gt;
parameter of GetDebugMessageLog:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_ARB"><B>GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted or provided by the &lt;type&gt; parameters of
DebugMessageControlARB, DebugMessageInsertARB and DEBUGPROCARB,
and the &lt;types&gt; parameter of GetDebugMessageLogARB:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DECAL"><B>GL_DECAL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGBDecode.html#GL_DECODE_EXT"><B>GL_DECODE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGBDecode.html" title="class in org.lwjgl.opengl">EXTTextureSRGBDecode</A>
<DD>Accepted by the &lt;enum&gt; parameter of TexParameterf, TexParameteri,
SamplerParameteri, SamplerParameterf, SamplerParameteriv, SamplerParameterfv,
SamplerParameterIiv and SamplerParameterIuiv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DECR"><B>GL_DECR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DECR"><B>GL_DECR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilOp
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_DECR_WRAP"><B>GL_DECR_WRAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DECR_WRAP"><B>GL_DECR_WRAP</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilOp
<DT><A HREF="./org/lwjgl/opengl/EXTStencilWrap.html#GL_DECR_WRAP_EXT"><B>GL_DECR_WRAP_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTStencilWrap.html" title="class in org.lwjgl.opengl">EXTStencilWrap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DELETE_STATUS"><B>GL_DELETE_STATUS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DELETE_STATUS"><B>GL_DELETE_STATUS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DEPENDENT_AR_TEXTURE_2D_NV"><B>GL_DEPENDENT_AR_TEXTURE_2D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DEPENDENT_GB_TEXTURE_2D_NV"><B>GL_DEPENDENT_GB_TEXTURE_2D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_DEPENDENT_HILO_TEXTURE_2D_NV"><B>GL_DEPENDENT_HILO_TEXTURE_2D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_DEPENDENT_RGB_TEXTURE_3D_NV"><B>GL_DEPENDENT_RGB_TEXTURE_3D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV"><B>GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DEPTH"><B>GL_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DEPTH"><B>GL_DEPTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_DEPTH24_STENCIL8"><B>GL_DEPTH24_STENCIL8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D,
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
RenderbufferStorage, and returned in the &lt;data&gt; parameter of
GetTexLevelParameter and GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_DEPTH24_STENCIL8"><B>GL_DEPTH24_STENCIL8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D,
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
RenderbufferStorage, and returned in the &lt;data&gt; parameter of
GetTexLevelParameter and GetRenderbufferParameteriv.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DEPTH24_STENCIL8"><B>GL_DEPTH24_STENCIL8</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPackedDepthStencil.html#GL_DEPTH24_STENCIL8_EXT"><B>GL_DEPTH24_STENCIL8_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedDepthStencil.html" title="class in org.lwjgl.opengl">EXTPackedDepthStencil</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D,
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
RenderbufferStorageEXT, and returned in the &lt;data&gt; parameter of
GetTexLevelParameter and GetRenderbufferParameterivEXT.
<DT><A HREF="./org/lwjgl/opengles/OESPackedDepthStencil.html#GL_DEPTH24_STENCIL8_OES"><B>GL_DEPTH24_STENCIL8_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESPackedDepthStencil.html" title="class in org.lwjgl.opengles">OESPackedDepthStencil</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorage, and
returned in the &lt;params&gt; parameter of GetRenderbufferParameteriv when
&lt;pname&gt; is RENDERBUFFER_INTERNAL_FORMAT:
<DT><A HREF="./org/lwjgl/opengl/ARBDepthBufferFloat.html#GL_DEPTH32F_STENCIL8"><B>GL_DEPTH32F_STENCIL8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDepthBufferFloat.html" title="class in org.lwjgl.opengl">ARBDepthBufferFloat</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT,
and returned in the &lt;data&gt; parameter of GetTexLevelParameter and
GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_DEPTH32F_STENCIL8"><B>GL_DEPTH32F_STENCIL8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT,
and returned in the &lt;data&gt; parameter of GetTexLevelParameter and
GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DEPTH32F_STENCIL8"><B>GL_DEPTH32F_STENCIL8</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html#GL_DEPTH32F_STENCIL8_NV"><B>GL_DEPTH32F_STENCIL8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl">NVDepthBufferFloat</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT,
and returned in the &lt;data&gt; parameter of GetTexLevelParameter and
GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_DEPTH_ATTACHMENT"><B>GL_DEPTH_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_DEPTH_ATTACHMENT"><B>GL_DEPTH_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_ATTACHMENT"><B>GL_DEPTH_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_DEPTH_ATTACHMENT_EXT"><B>GL_DEPTH_ATTACHMENT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_DEPTH_ATTACHMENT_OES"><B>GL_DEPTH_ATTACHMENT_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{2D|3D}OES, FramebufferRenderbufferOES, and
GetFramebufferAttachmentParameterivOES
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DEPTH_BIAS"><B>GL_DEPTH_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DEPTH_BITS"><B>GL_DEPTH_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_BITS"><B>GL_DEPTH_BITS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/EXTDepthBoundsTest.html#GL_DEPTH_BOUNDS_EXT"><B>GL_DEPTH_BOUNDS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDepthBoundsTest.html" title="class in org.lwjgl.opengl">EXTDepthBoundsTest</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTDepthBoundsTest.html#GL_DEPTH_BOUNDS_TEST_EXT"><B>GL_DEPTH_BOUNDS_TEST_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDepthBoundsTest.html" title="class in org.lwjgl.opengl">EXTDepthBoundsTest</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_DEPTH_BUFFER"><B>GL_DEPTH_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DEPTH_BUFFER_BIT"><B>GL_DEPTH_BUFFER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_BUFFER_BIT"><B>GL_DEPTH_BUFFER_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>ClearBufferMask
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT0_QCOM"><B>GL_DEPTH_BUFFER_BIT0_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT1_QCOM"><B>GL_DEPTH_BUFFER_BIT1_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT2_QCOM"><B>GL_DEPTH_BUFFER_BIT2_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT3_QCOM"><B>GL_DEPTH_BUFFER_BIT3_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT4_QCOM"><B>GL_DEPTH_BUFFER_BIT4_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT5_QCOM"><B>GL_DEPTH_BUFFER_BIT5_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT6_QCOM"><B>GL_DEPTH_BUFFER_BIT6_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_DEPTH_BUFFER_BIT7_QCOM"><B>GL_DEPTH_BUFFER_BIT7_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html#GL_DEPTH_BUFFER_FLOAT_MODE_NV"><B>GL_DEPTH_BUFFER_FLOAT_MODE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl">NVDepthBufferFloat</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBDepthClamp.html#GL_DEPTH_CLAMP"><B>GL_DEPTH_CLAMP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDepthClamp.html" title="class in org.lwjgl.opengl">ARBDepthClamp</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_DEPTH_CLAMP"><B>GL_DEPTH_CLAMP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/AMDDepthClampSeparate.html#GL_DEPTH_CLAMP_FAR_AMD"><B>GL_DEPTH_CLAMP_FAR_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDepthClampSeparate.html" title="class in org.lwjgl.opengl">AMDDepthClampSeparate</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/AMDDepthClampSeparate.html#GL_DEPTH_CLAMP_NEAR_AMD"><B>GL_DEPTH_CLAMP_NEAR_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDepthClampSeparate.html" title="class in org.lwjgl.opengl">AMDDepthClampSeparate</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVDepthClamp.html#GL_DEPTH_CLAMP_NV"><B>GL_DEPTH_CLAMP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVDepthClamp.html" title="class in org.lwjgl.opengl">NVDepthClamp</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DEPTH_CLEAR_VALUE"><B>GL_DEPTH_CLEAR_VALUE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_CLEAR_VALUE"><B>GL_DEPTH_CLEAR_VALUE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DEPTH_COMPONENT"><B>GL_DEPTH_COMPONENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_COMPONENT"><B>GL_DEPTH_COMPONENT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>PixelFormat
<DT><A HREF="./org/lwjgl/opengles/OESDepthTexture.html#GL_DEPTH_COMPONENT"><B>GL_DEPTH_COMPONENT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESDepthTexture.html" title="class in org.lwjgl.opengles">OESDepthTexture</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage2D and TexSubImage2D and
&lt;internalFormat&gt; parameter of TexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_DEPTH_COMPONENT16"><B>GL_DEPTH_COMPONENT16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_COMPONENT16"><B>GL_DEPTH_COMPONENT16</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/ARBDepthTexture.html#GL_DEPTH_COMPONENT16_ARB"><B>GL_DEPTH_COMPONENT16_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDepthTexture.html" title="class in org.lwjgl.opengl">ARBDepthTexture</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
CopyTexImage1D and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/NVDepthNonlinear.html#GL_DEPTH_COMPONENT16_NONLINEAR_NV"><B>GL_DEPTH_COMPONENT16_NONLINEAR_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDepthNonlinear.html" title="class in org.lwjgl.opengles">NVDepthNonlinear</A>
<DD>Accepted as a valid sized internal format by all functions accepting
sized internal formats with a base format of DEPTH_COMPONENT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_DEPTH_COMPONENT16_OES"><B>GL_DEPTH_COMPONENT16_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorageOES:
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_DEPTH_COMPONENT24"><B>GL_DEPTH_COMPONENT24</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DEPTH_COMPONENT24"><B>GL_DEPTH_COMPONENT24</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDepthTexture.html#GL_DEPTH_COMPONENT24_ARB"><B>GL_DEPTH_COMPONENT24_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDepthTexture.html" title="class in org.lwjgl.opengl">ARBDepthTexture</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
CopyTexImage1D and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/OESDepth24.html#GL_DEPTH_COMPONENT24_OES"><B>GL_DEPTH_COMPONENT24_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESDepth24.html" title="class in org.lwjgl.opengles">OESDepth24</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorageOES:
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_DEPTH_COMPONENT32"><B>GL_DEPTH_COMPONENT32</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDepthTexture.html#GL_DEPTH_COMPONENT32_ARB"><B>GL_DEPTH_COMPONENT32_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDepthTexture.html" title="class in org.lwjgl.opengl">ARBDepthTexture</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
CopyTexImage1D and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/OESDepth32.html#GL_DEPTH_COMPONENT32_OES"><B>GL_DEPTH_COMPONENT32_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESDepth32.html" title="class in org.lwjgl.opengles">OESDepth32</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorageOES:
<DT><A HREF="./org/lwjgl/opengl/ARBDepthBufferFloat.html#GL_DEPTH_COMPONENT32F"><B>GL_DEPTH_COMPONENT32F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDepthBufferFloat.html" title="class in org.lwjgl.opengl">ARBDepthBufferFloat</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT,
and returned in the &lt;data&gt; parameter of GetTexLevelParameter and
GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_DEPTH_COMPONENT32F"><B>GL_DEPTH_COMPONENT32F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT,
and returned in the &lt;data&gt; parameter of GetTexLevelParameter and
GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DEPTH_COMPONENT32F"><B>GL_DEPTH_COMPONENT32F</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html#GL_DEPTH_COMPONENT32F_NV"><B>GL_DEPTH_COMPONENT32F_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl">NVDepthBufferFloat</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D, and RenderbufferStorageEXT,
and returned in the &lt;data&gt; parameter of GetTexLevelParameter and
GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_DEPTH_COMPONENTS"><B>GL_DEPTH_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEPTH_COMPONENTS"><B>GL_DEPTH_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengles/EXTDiscardFramebuffer.html#GL_DEPTH_EXT"><B>GL_DEPTH_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDiscardFramebuffer.html" title="class in org.lwjgl.opengles">EXTDiscardFramebuffer</A>
<DD>Accepted in the &lt;attachments&gt; parameter of DiscardFramebufferEXT when the
default framebuffer is bound to &lt;target&gt;:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DEPTH_FUNC"><B>GL_DEPTH_FUNC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_FUNC"><B>GL_DEPTH_FUNC</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DEPTH_RANGE"><B>GL_DEPTH_RANGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_RANGE"><B>GL_DEPTH_RANGE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_DEPTH_RENDERABLE"><B>GL_DEPTH_RENDERABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEPTH_RENDERABLE"><B>GL_DEPTH_RENDERABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DEPTH_SCALE"><B>GL_DEPTH_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_DEPTH_STENCIL"><B>GL_DEPTH_STENCIL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;format&gt; parameter of DrawPixels, ReadPixels,
TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, and GetTexImage, by the &lt;type&gt; parameter of
CopyPixels, by the &lt;internalformat&gt; parameter of TexImage1D,
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
RenderbufferStorage, and returned in the &lt;data&gt; parameter of
GetTexLevelParameter and GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_DEPTH_STENCIL"><B>GL_DEPTH_STENCIL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;format&gt; parameter of DrawPixels, ReadPixels,
TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, and GetTexImage, by the &lt;type&gt; parameter of
CopyPixels, by the &lt;internalformat&gt; parameter of TexImage1D,
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
RenderbufferStorage, and returned in the &lt;data&gt; parameter of
GetTexLevelParameter and GetRenderbufferParameteriv.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DEPTH_STENCIL"><B>GL_DEPTH_STENCIL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_DEPTH_STENCIL_ATTACHMENT"><B>GL_DEPTH_STENCIL_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_DEPTH_STENCIL_ATTACHMENT"><B>GL_DEPTH_STENCIL_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DEPTH_STENCIL_ATTACHMENT"><B>GL_DEPTH_STENCIL_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPackedDepthStencil.html#GL_DEPTH_STENCIL_EXT"><B>GL_DEPTH_STENCIL_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedDepthStencil.html" title="class in org.lwjgl.opengl">EXTPackedDepthStencil</A>
<DD>Accepted by the &lt;format&gt; parameter of DrawPixels, ReadPixels,
TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, and GetTexImage, by the &lt;type&gt; parameter of
CopyPixels, by the &lt;internalformat&gt; parameter of TexImage1D,
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
RenderbufferStorageEXT, and returned in the &lt;data&gt; parameter of
GetTexLevelParameter and GetRenderbufferParameterivEXT.
<DT><A HREF="./org/lwjgl/opengl/NVPackedDepthStencil.html#GL_DEPTH_STENCIL_NV"><B>GL_DEPTH_STENCIL_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPackedDepthStencil.html" title="class in org.lwjgl.opengl">NVPackedDepthStencil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESPackedDepthStencil.html#GL_DEPTH_STENCIL_OES"><B>GL_DEPTH_STENCIL_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESPackedDepthStencil.html" title="class in org.lwjgl.opengles">OESPackedDepthStencil</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage2D and TexSubImage2D and by the
&lt;internalformat&gt; parameter of TexImage2D:
<DT><A HREF="./org/lwjgl/opengl/ARBStencilTexturing.html#GL_DEPTH_STENCIL_TEXTURE_MODE"><B>GL_DEPTH_STENCIL_TEXTURE_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBStencilTexturing.html" title="class in org.lwjgl.opengl">ARBStencilTexturing</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameter* and GetTexParameter*:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DEPTH_STENCIL_TEXTURE_MODE"><B>GL_DEPTH_STENCIL_TEXTURE_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameter* and GetTexParameter*:
<DT><A HREF="./org/lwjgl/opengl/NVCopyDepthToColor.html#GL_DEPTH_STENCIL_TO_BGRA_NV"><B>GL_DEPTH_STENCIL_TO_BGRA_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVCopyDepthToColor.html" title="class in org.lwjgl.opengl">NVCopyDepthToColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVCopyDepthToColor.html#GL_DEPTH_STENCIL_TO_RGBA_NV"><B>GL_DEPTH_STENCIL_TO_RGBA_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVCopyDepthToColor.html" title="class in org.lwjgl.opengl">NVCopyDepthToColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DEPTH_TEST"><B>GL_DEPTH_TEST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_TEST"><B>GL_DEPTH_TEST</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>EnableCap
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_DEPTH_TEXTURE_MODE"><B>GL_DEPTH_TEXTURE_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDepthTexture.html#GL_DEPTH_TEXTURE_MODE_ARB"><B>GL_DEPTH_TEXTURE_MODE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDepthTexture.html" title="class in org.lwjgl.opengl">ARBDepthTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameterf, TexParameteri,
TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DEPTH_WRITEMASK"><B>GL_DEPTH_WRITEMASK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DEPTH_WRITEMASK"><B>GL_DEPTH_WRITEMASK</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DIFFERENCE_NV"><B>GL_DIFFERENCE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DIFFUSE"><B>GL_DIFFUSE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_DISCARD_ATI"><B>GL_DISCARD_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_DISCARD_NV"><B>GL_DISCARD_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#GL_DISCRETE_AMD"><B>GL_DISCRETE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</A>
<DD>Accepted by TessellationModeAMD
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DISJOINT_NV"><B>GL_DISJOINT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;value&gt; parameter of BlendParameteriNV when &lt;pname&gt; is
BLEND_OVERLAP_NV:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_DISPATCH_INDIRECT_BUFFER"><B>GL_DISPATCH_INDIRECT_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
GetBufferPointerv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DISPATCH_INDIRECT_BUFFER"><B>GL_DISPATCH_INDIRECT_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
GetBufferPointerv:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_DISPATCH_INDIRECT_BUFFER_BINDING"><B>GL_DISPATCH_INDIRECT_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DISPATCH_INDIRECT_BUFFER_BINDING"><B>GL_DISPATCH_INDIRECT_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_DISPLAY_LIST"><B>GL_DISPLAY_LIST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_DISPLAY_LIST"><B>GL_DISPLAY_LIST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_DISPLAY_LIST"><B>GL_DISPLAY_LIST</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengl/EXTPointParameters.html#GL_DISTANCE_ATTENUATION_EXT"><B>GL_DISTANCE_ATTENUATION_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPointParameters.html" title="class in org.lwjgl.opengl">EXTPointParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DITHER"><B>GL_DITHER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DITHER"><B>GL_DITHER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>EnableCap
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_DMP_shader_binary"><B>GL_DMP_shader_binary</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DOMAIN"><B>GL_DOMAIN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DONT_CARE"><B>GL_DONT_CARE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DONT_CARE"><B>GL_DONT_CARE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>HintMode
<DT><A HREF="./org/lwjgl/opengles/QCOMBinningControl.html#GL_DONT_CARE"><B>GL_DONT_CARE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMBinningControl.html" title="class in org.lwjgl.opengles">QCOMBinningControl</A>
<DD>Accepted by the &lt;hint&gt; parameter of Hint:
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_DOT2_ADD_ATI"><B>GL_DOT2_ADD_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_DOT3_ATI"><B>GL_DOT3_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_DOT3_RGB"><B>GL_DOT3_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvDot3.html#GL_DOT3_RGB_ARB"><B>GL_DOT3_RGB_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvDot3.html" title="class in org.lwjgl.opengl">ARBTextureEnvDot3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvDot3.html#GL_DOT3_RGB_EXT"><B>GL_DOT3_RGB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvDot3.html" title="class in org.lwjgl.opengl">EXTTextureEnvDot3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_DOT3_RGBA"><B>GL_DOT3_RGBA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvDot3.html#GL_DOT3_RGBA_ARB"><B>GL_DOT3_RGBA_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvDot3.html" title="class in org.lwjgl.opengl">ARBTextureEnvDot3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvDot3.html#GL_DOT3_RGBA_EXT"><B>GL_DOT3_RGBA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvDot3.html" title="class in org.lwjgl.opengl">EXTTextureEnvDot3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_DOT4_ATI"><B>GL_DOT4_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV"><B>GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV"><B>GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_DEPTH_REPLACE_NV"><B>GL_DOT_PRODUCT_DEPTH_REPLACE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV"><B>GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_NV"><B>GL_DOT_PRODUCT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_DOT_PRODUCT_PASS_THROUGH_NV"><B>GL_DOT_PRODUCT_PASS_THROUGH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV"><B>GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_DOT_PRODUCT_TEXTURE_1D_NV"><B>GL_DOT_PRODUCT_TEXTURE_1D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_TEXTURE_2D_NV"><B>GL_DOT_PRODUCT_TEXTURE_2D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_DOT_PRODUCT_TEXTURE_3D_NV"><B>GL_DOT_PRODUCT_TEXTURE_3D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV"><B>GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV"><B>GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DOUBLE"><B>GL_DOUBLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT2"><B>GL_DOUBLE_MAT2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT2"><B>GL_DOUBLE_MAT2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT2"><B>GL_DOUBLE_MAT2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT2_EXT"><B>GL_DOUBLE_MAT2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT2x3"><B>GL_DOUBLE_MAT2x3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT2x3"><B>GL_DOUBLE_MAT2x3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT2x3"><B>GL_DOUBLE_MAT2x3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT2x3_EXT"><B>GL_DOUBLE_MAT2x3_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT2x4"><B>GL_DOUBLE_MAT2x4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT2x4"><B>GL_DOUBLE_MAT2x4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT2x4"><B>GL_DOUBLE_MAT2x4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT2x4_EXT"><B>GL_DOUBLE_MAT2x4_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT3"><B>GL_DOUBLE_MAT3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT3"><B>GL_DOUBLE_MAT3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT3"><B>GL_DOUBLE_MAT3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT3_EXT"><B>GL_DOUBLE_MAT3_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT3x2"><B>GL_DOUBLE_MAT3x2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT3x2"><B>GL_DOUBLE_MAT3x2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT3x2"><B>GL_DOUBLE_MAT3x2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT3x2_EXT"><B>GL_DOUBLE_MAT3x2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT3x4"><B>GL_DOUBLE_MAT3x4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT3x4"><B>GL_DOUBLE_MAT3x4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT3x4"><B>GL_DOUBLE_MAT3x4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT3x4_EXT"><B>GL_DOUBLE_MAT3x4_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT4"><B>GL_DOUBLE_MAT4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT4"><B>GL_DOUBLE_MAT4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT4"><B>GL_DOUBLE_MAT4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT4_EXT"><B>GL_DOUBLE_MAT4_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT4x2"><B>GL_DOUBLE_MAT4x2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT4x2"><B>GL_DOUBLE_MAT4x2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT4x2"><B>GL_DOUBLE_MAT4x2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT4x2_EXT"><B>GL_DOUBLE_MAT4x2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_MAT4x3"><B>GL_DOUBLE_MAT4x3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_MAT4x3"><B>GL_DOUBLE_MAT4x3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_MAT4x3"><B>GL_DOUBLE_MAT4x3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_MAT4x3_EXT"><B>GL_DOUBLE_MAT4x3_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_VEC2"><B>GL_DOUBLE_VEC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_VEC2"><B>GL_DOUBLE_VEC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_VEC2"><B>GL_DOUBLE_VEC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_VEC2_EXT"><B>GL_DOUBLE_VEC2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_VEC3"><B>GL_DOUBLE_VEC3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_VEC3"><B>GL_DOUBLE_VEC3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_VEC3"><B>GL_DOUBLE_VEC3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_VEC3_EXT"><B>GL_DOUBLE_VEC3_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#GL_DOUBLE_VEC4"><B>GL_DOUBLE_VEC4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#GL_DOUBLE_VEC4"><B>GL_DOUBLE_VEC4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_DOUBLE_VEC4"><B>GL_DOUBLE_VEC4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#GL_DOUBLE_VEC4_EXT"><B>GL_DOUBLE_VEC4_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveAttrib:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DOUBLEBUFFER"><B>GL_DOUBLEBUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DRAW_BUFFER"><B>GL_DRAW_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER0"><B>GL_DRAW_BUFFER0</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER0"><B>GL_DRAW_BUFFER0</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER0_ARB"><B>GL_DRAW_BUFFER0_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER0_ARB"><B>GL_DRAW_BUFFER0_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER0_ATI"><B>GL_DRAW_BUFFER0_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER0_NV"><B>GL_DRAW_BUFFER0_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER1"><B>GL_DRAW_BUFFER1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER1"><B>GL_DRAW_BUFFER1</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER10"><B>GL_DRAW_BUFFER10</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER10"><B>GL_DRAW_BUFFER10</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER10_ARB"><B>GL_DRAW_BUFFER10_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER10_ARB"><B>GL_DRAW_BUFFER10_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER10_ATI"><B>GL_DRAW_BUFFER10_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER10_NV"><B>GL_DRAW_BUFFER10_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER11"><B>GL_DRAW_BUFFER11</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER11"><B>GL_DRAW_BUFFER11</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER11_ARB"><B>GL_DRAW_BUFFER11_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER11_ARB"><B>GL_DRAW_BUFFER11_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER11_ATI"><B>GL_DRAW_BUFFER11_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER11_NV"><B>GL_DRAW_BUFFER11_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER12"><B>GL_DRAW_BUFFER12</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER12"><B>GL_DRAW_BUFFER12</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER12_ARB"><B>GL_DRAW_BUFFER12_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER12_ARB"><B>GL_DRAW_BUFFER12_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER12_ATI"><B>GL_DRAW_BUFFER12_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER12_NV"><B>GL_DRAW_BUFFER12_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER13"><B>GL_DRAW_BUFFER13</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER13"><B>GL_DRAW_BUFFER13</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER13_ARB"><B>GL_DRAW_BUFFER13_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER13_ARB"><B>GL_DRAW_BUFFER13_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER13_ATI"><B>GL_DRAW_BUFFER13_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER13_NV"><B>GL_DRAW_BUFFER13_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER14"><B>GL_DRAW_BUFFER14</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER14"><B>GL_DRAW_BUFFER14</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER14_ARB"><B>GL_DRAW_BUFFER14_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER14_ARB"><B>GL_DRAW_BUFFER14_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER14_ATI"><B>GL_DRAW_BUFFER14_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER14_NV"><B>GL_DRAW_BUFFER14_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER15"><B>GL_DRAW_BUFFER15</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER15"><B>GL_DRAW_BUFFER15</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER15_ARB"><B>GL_DRAW_BUFFER15_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER15_ARB"><B>GL_DRAW_BUFFER15_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER15_ATI"><B>GL_DRAW_BUFFER15_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER15_NV"><B>GL_DRAW_BUFFER15_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER1_ARB"><B>GL_DRAW_BUFFER1_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER1_ARB"><B>GL_DRAW_BUFFER1_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER1_ATI"><B>GL_DRAW_BUFFER1_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER1_NV"><B>GL_DRAW_BUFFER1_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER2"><B>GL_DRAW_BUFFER2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER2"><B>GL_DRAW_BUFFER2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER2_ARB"><B>GL_DRAW_BUFFER2_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER2_ARB"><B>GL_DRAW_BUFFER2_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER2_ATI"><B>GL_DRAW_BUFFER2_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER2_NV"><B>GL_DRAW_BUFFER2_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER3"><B>GL_DRAW_BUFFER3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER3"><B>GL_DRAW_BUFFER3</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER3_ARB"><B>GL_DRAW_BUFFER3_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER3_ARB"><B>GL_DRAW_BUFFER3_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER3_ATI"><B>GL_DRAW_BUFFER3_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER3_NV"><B>GL_DRAW_BUFFER3_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER4"><B>GL_DRAW_BUFFER4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER4"><B>GL_DRAW_BUFFER4</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER4_ARB"><B>GL_DRAW_BUFFER4_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER4_ARB"><B>GL_DRAW_BUFFER4_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER4_ATI"><B>GL_DRAW_BUFFER4_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER4_NV"><B>GL_DRAW_BUFFER4_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER5"><B>GL_DRAW_BUFFER5</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER5"><B>GL_DRAW_BUFFER5</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER5_ARB"><B>GL_DRAW_BUFFER5_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER5_ARB"><B>GL_DRAW_BUFFER5_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER5_ATI"><B>GL_DRAW_BUFFER5_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER5_NV"><B>GL_DRAW_BUFFER5_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER6"><B>GL_DRAW_BUFFER6</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER6"><B>GL_DRAW_BUFFER6</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER6_ARB"><B>GL_DRAW_BUFFER6_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER6_ARB"><B>GL_DRAW_BUFFER6_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER6_ATI"><B>GL_DRAW_BUFFER6_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER6_NV"><B>GL_DRAW_BUFFER6_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER7"><B>GL_DRAW_BUFFER7</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER7"><B>GL_DRAW_BUFFER7</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER7_ARB"><B>GL_DRAW_BUFFER7_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER7_ARB"><B>GL_DRAW_BUFFER7_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER7_ATI"><B>GL_DRAW_BUFFER7_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER7_NV"><B>GL_DRAW_BUFFER7_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER8"><B>GL_DRAW_BUFFER8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER8"><B>GL_DRAW_BUFFER8</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER8_ARB"><B>GL_DRAW_BUFFER8_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER8_ARB"><B>GL_DRAW_BUFFER8_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER8_ATI"><B>GL_DRAW_BUFFER8_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER8_NV"><B>GL_DRAW_BUFFER8_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_DRAW_BUFFER9"><B>GL_DRAW_BUFFER9</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_BUFFER9"><B>GL_DRAW_BUFFER9</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_DRAW_BUFFER9_ARB"><B>GL_DRAW_BUFFER9_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_DRAW_BUFFER9_ARB"><B>GL_DRAW_BUFFER9_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_DRAW_BUFFER9_ATI"><B>GL_DRAW_BUFFER9_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_DRAW_BUFFER9_NV"><B>GL_DRAW_BUFFER9_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#GL_DRAW_BUFFER_EXT"><B>GL_DRAW_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_EXT:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_DRAW_FRAMEBUFFER"><B>GL_DRAW_FRAMEBUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;target&gt; parameter of BindFramebuffer,
CheckFramebufferStatus, FramebufferTexture{1D|2D|3D},
FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_DRAW_FRAMEBUFFER"><B>GL_DRAW_FRAMEBUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;target&gt; parameter of BindFramebuffer,
CheckFramebufferStatus, FramebufferTexture{1D|2D|3D},
FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_FRAMEBUFFER"><B>GL_DRAW_FRAMEBUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ANGLEFramebufferBlit.html#GL_DRAW_FRAMEBUFFER_ANGLE"><B>GL_DRAW_FRAMEBUFFER_ANGLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ANGLEFramebufferBlit.html" title="class in org.lwjgl.opengles">ANGLEFramebufferBlit</A>
<DD>Accepted by the &lt;target&gt; parameter of BindFramebuffer,
CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES,
FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#GL_DRAW_FRAMEBUFFER_APPLE"><B>GL_DRAW_FRAMEBUFFER_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</A>
<DD>Accepted by the &lt;target&gt; parameter of BindFramebuffer,
CheckFramebufferStatus, FramebufferTexture2D, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_DRAW_FRAMEBUFFER_BINDING"><B>GL_DRAW_FRAMEBUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_DRAW_FRAMEBUFFER_BINDING"><B>GL_DRAW_FRAMEBUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DRAW_FRAMEBUFFER_BINDING"><B>GL_DRAW_FRAMEBUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ANGLEFramebufferBlit.html#GL_DRAW_FRAMEBUFFER_BINDING_ANGLE"><B>GL_DRAW_FRAMEBUFFER_BINDING_ANGLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ANGLEFramebufferBlit.html" title="class in org.lwjgl.opengles">ANGLEFramebufferBlit</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#GL_DRAW_FRAMEBUFFER_BINDING_APPLE"><B>GL_DRAW_FRAMEBUFFER_BINDING_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferBlit.html#GL_DRAW_FRAMEBUFFER_BINDING_EXT"><B>GL_DRAW_FRAMEBUFFER_BINDING_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferBlit.html" title="class in org.lwjgl.opengl">EXTFramebufferBlit</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferBlit.html#GL_DRAW_FRAMEBUFFER_EXT"><B>GL_DRAW_FRAMEBUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferBlit.html" title="class in org.lwjgl.opengl">EXTFramebufferBlit</A>
<DD>Accepted by the &lt;target&gt; parameter of BindFramebufferEXT,
CheckFramebufferStatusEXT, FramebufferTexture{1D|2D|3D}EXT,
FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html#GL_DRAW_INDIRECT_BUFFER"><B>GL_DRAW_INDIRECT_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferPointerv, MapBufferRange, FlushMappedBufferRange,
GetBufferParameteriv, BindBufferRange, BindBufferBase, and
CopyBufferSubData:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_DRAW_INDIRECT_BUFFER"><B>GL_DRAW_INDIRECT_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferPointerv, MapBufferRange, FlushMappedBufferRange,
GetBufferParameteriv, BindBufferRange, BindBufferBase, and
CopyBufferSubData:
<DT><A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html#GL_DRAW_INDIRECT_BUFFER_BINDING"><B>GL_DRAW_INDIRECT_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_DRAW_INDIRECT_BUFFER_BINDING"><B>GL_DRAW_INDIRECT_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DRAW_PIXEL_TOKEN"><B>GL_DRAW_PIXEL_TOKEN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEFence.html#GL_DRAW_PIXELS_APPLE"><B>GL_DRAW_PIXELS_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</A>
<DD>Accepted by the &lt;object&gt; parameter of TestObjectAPPLE and FinishObjectAPPLE:
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_DRAW_PIXELS_APPLE"><B>GL_DRAW_PIXELS_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</A>
<DD>Accepted by the &lt;object&gt; parameter of TestObjectAPPLE and FinishObjectAPPLE:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DS_BIAS_NV"><B>GL_DS_BIAS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DS_SCALE_NV"><B>GL_DS_SCALE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DSDT8_MAG8_INTENSITY8_NV"><B>GL_DSDT8_MAG8_INTENSITY8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D and
TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_DSDT8_MAG8_INTENSITY8_NV"><B>GL_DSDT8_MAG8_INTENSITY8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DSDT8_MAG8_NV"><B>GL_DSDT8_MAG8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D and
TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_DSDT8_MAG8_NV"><B>GL_DSDT8_MAG8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DSDT8_NV"><B>GL_DSDT8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D and
TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_DSDT8_NV"><B>GL_DSDT8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DSDT_MAG_INTENSITY_NV"><B>GL_DSDT_MAG_INTENSITY_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D and
TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_DSDT_MAG_INTENSITY_NV"><B>GL_DSDT_MAG_INTENSITY_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DSDT_MAG_NV"><B>GL_DSDT_MAG_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;format&gt; parameter of GetTexImage, TexImage1D,
TexImage2D, TexSubImage1D, and TexSubImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_DSDT_MAG_NV"><B>GL_DSDT_MAG_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DSDT_MAG_VIB_NV"><B>GL_DSDT_MAG_VIB_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;format&gt; parameter of GetTexImage, TexImage1D,
TexImage2D, TexSubImage1D, and TexSubImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_DSDT_MAG_VIB_NV"><B>GL_DSDT_MAG_VIB_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DSDT_NV"><B>GL_DSDT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;format&gt; parameter of GetTexImage, TexImage1D,
TexImage2D, TexSubImage1D, and TexSubImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_DSDT_NV"><B>GL_DSDT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DST_ALPHA"><B>GL_DST_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DST_ALPHA"><B>GL_DST_ALPHA</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendingFactorDest
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DST_ATOP_NV"><B>GL_DST_ATOP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_DST_COLOR"><B>GL_DST_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DST_COLOR"><B>GL_DST_COLOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendingFactorSrc
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DST_IN_NV"><B>GL_DST_IN_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DST_NV"><B>GL_DST_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DST_OUT_NV"><B>GL_DST_OUT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_DST_OVER_NV"><B>GL_DST_OVER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DT_BIAS_NV"><B>GL_DT_BIAS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_DT_SCALE_NV"><B>GL_DT_SCALE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.
<DT><A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_DU8DV8_ATI"><B>GL_DU8DV8_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#GL_DUDV_ATI"><B>GL_DUDV_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_DYNAMIC_ATI"><B>GL_DYNAMIC_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_DYNAMIC_COPY"><B>GL_DYNAMIC_COPY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DYNAMIC_COPY"><B>GL_DYNAMIC_COPY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_DYNAMIC_COPY_ARB"><B>GL_DYNAMIC_COPY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;usage&gt; parameter of BufferDataARB:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_DYNAMIC_DRAW"><B>GL_DYNAMIC_DRAW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_DYNAMIC_DRAW"><B>GL_DYNAMIC_DRAW</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Buffer Objects
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_DYNAMIC_DRAW_ARB"><B>GL_DYNAMIC_DRAW_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;usage&gt; parameter of BufferDataARB:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_DYNAMIC_READ"><B>GL_DYNAMIC_READ</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_DYNAMIC_READ"><B>GL_DYNAMIC_READ</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_DYNAMIC_READ_ARB"><B>GL_DYNAMIC_READ_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;usage&gt; parameter of BufferDataARB:
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#GL_DYNAMIC_STORAGE_BIT"><B>GL_DYNAMIC_STORAGE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>Accepted in the &lt;flags&gt; parameter of BufferStorage and
NamedBufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_DYNAMIC_STORAGE_BIT"><B>GL_DYNAMIC_STORAGE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted in the &lt;flags&gt; parameter of BufferStorage and
NamedBufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_E_TIMES_F_NV"><B>GL_E_TIMES_F_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_EDGE_FLAG"><B>GL_EDGE_FLAG</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_EDGE_FLAG_ARRAY"><B>GL_EDGE_FLAG_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_EDGE_FLAG_ARRAY_ADDRESS_NV"><B>GL_EDGE_FLAG_ARRAY_ADDRESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;pname&gt; parameter of BufferAddressRangeNV
and the &lt;value&gt; parameter of GetIntegerui64vNV:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_EDGE_FLAG_ARRAY_BUFFER_BINDING"><B>GL_EDGE_FLAG_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB"><B>GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_EDGE_FLAG_ARRAY_LENGTH_NV"><B>GL_EDGE_FLAG_ARRAY_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_EDGE_FLAG_ARRAY_POINTER"><B>GL_EDGE_FLAG_ARRAY_POINTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_EDGE_FLAG_ARRAY_STRIDE"><B>GL_EDGE_FLAG_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_EIGHTH_BIT_ATI"><B>GL_EIGHTH_BIT_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_ELEMENT_ARRAY_ADDRESS_NV"><B>GL_ELEMENT_ARRAY_ADDRESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;pname&gt; parameter of BufferAddressRangeNV
and the &lt;value&gt; parameter of GetIntegerui64vNV:
<DT><A HREF="./org/lwjgl/opengl/APPLEElementArray.html#GL_ELEMENT_ARRAY_APPLE"><B>GL_ELEMENT_ARRAY_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState and the &lt;value&gt; parameter of IsEnabled:
<DT><A HREF="./org/lwjgl/opengl/ATIElementArray.html#GL_ELEMENT_ARRAY_ATI"><B>GL_ELEMENT_ARRAY_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_ELEMENT_ARRAY_BARRIER_BIT"><B>GL_ELEMENT_ARRAY_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_ELEMENT_ARRAY_BARRIER_BIT"><B>GL_ELEMENT_ARRAY_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_ELEMENT_ARRAY_BARRIER_BIT_EXT"><B>GL_ELEMENT_ARRAY_BARRIER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrierEXT:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_ELEMENT_ARRAY_BUFFER"><B>GL_ELEMENT_ARRAY_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ELEMENT_ARRAY_BUFFER"><B>GL_ELEMENT_ARRAY_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Buffer Objects
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_ELEMENT_ARRAY_BUFFER_ARB"><B>GL_ELEMENT_ARRAY_BUFFER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBufferARB, BufferDataARB,
BufferSubDataARB, MapBufferARB, UnmapBufferARB,
GetBufferSubDataARB, GetBufferParameterivARB, and
GetBufferPointervARB:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_ELEMENT_ARRAY_BUFFER_BINDING"><B>GL_ELEMENT_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ELEMENT_ARRAY_BUFFER_BINDING"><B>GL_ELEMENT_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Buffer Objects
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB"><B>GL_ELEMENT_ARRAY_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_ELEMENT_ARRAY_LENGTH_NV"><B>GL_ELEMENT_ARRAY_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/APPLEElementArray.html#GL_ELEMENT_ARRAY_POINTER_APPLE"><B>GL_ELEMENT_ARRAY_POINTER_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPointerv:
<DT><A HREF="./org/lwjgl/opengl/ATIElementArray.html#GL_ELEMENT_ARRAY_POINTER_ATI"><B>GL_ELEMENT_ARRAY_POINTER_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEElementArray.html#GL_ELEMENT_ARRAY_TYPE_APPLE"><B>GL_ELEMENT_ARRAY_TYPE_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ATIElementArray.html#GL_ELEMENT_ARRAY_TYPE_ATI"><B>GL_ELEMENT_ARRAY_TYPE_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_ELEMENT_ARRAY_UNIFIED_NV"><B>GL_ELEMENT_ARRAY_UNIFIED_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;cap&gt; parameter of DisableClientState,
EnableClientState, IsEnabled:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_EMISSION"><B>GL_EMISSION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ENABLE_BIT"><B>GL_ENABLE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_EQUAL"><B>GL_EQUAL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_EQUAL"><B>GL_EQUAL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilFunction
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_EQUIV"><B>GL_EQUIV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESCompressedETC1RGB8Texture.html#GL_ETC1_RGB8_OES"><B>GL_ETC1_RGB8_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESCompressedETC1RGB8Texture.html" title="class in org.lwjgl.opengles">OESCompressedETC1RGB8Texture</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CompressedTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_2D_NV"><B>GL_EVAL_2D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_EVAL_BIT"><B>GL_EVAL_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_FRACTIONAL_TESSELLATION_NV"><B>GL_EVAL_FRACTIONAL_TESSELLATION_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_TRIANGULAR_2D_NV"><B>GL_EVAL_TRIANGULAR_2D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB0_NV"><B>GL_EVAL_VERTEX_ATTRIB0_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB10_NV"><B>GL_EVAL_VERTEX_ATTRIB10_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB11_NV"><B>GL_EVAL_VERTEX_ATTRIB11_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB12_NV"><B>GL_EVAL_VERTEX_ATTRIB12_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB13_NV"><B>GL_EVAL_VERTEX_ATTRIB13_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB14_NV"><B>GL_EVAL_VERTEX_ATTRIB14_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB15_NV"><B>GL_EVAL_VERTEX_ATTRIB15_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB1_NV"><B>GL_EVAL_VERTEX_ATTRIB1_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB2_NV"><B>GL_EVAL_VERTEX_ATTRIB2_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB3_NV"><B>GL_EVAL_VERTEX_ATTRIB3_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB4_NV"><B>GL_EVAL_VERTEX_ATTRIB4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB5_NV"><B>GL_EVAL_VERTEX_ATTRIB5_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB6_NV"><B>GL_EVAL_VERTEX_ATTRIB6_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB7_NV"><B>GL_EVAL_VERTEX_ATTRIB7_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB8_NV"><B>GL_EVAL_VERTEX_ATTRIB8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_EVAL_VERTEX_ATTRIB9_NV"><B>GL_EVAL_VERTEX_ATTRIB9_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_EVEN_ODD_NV"><B>GL_EVEN_ODD_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Values for the ILL_RULE_NV path parameter:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_EXCLUSION_NV"><B>GL_EXCLUSION_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_EXP"><B>GL_EXP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_EXP2"><B>GL_EXP2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_EXPAND_NEGATE_NV"><B>GL_EXPAND_NEGATE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_EXPAND_NORMAL_NV"><B>GL_EXPAND_NORMAL_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_abgr"><B>GL_EXT_abgr</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_bgra"><B>GL_EXT_bgra</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_bgra"><B>GL_EXT_bgra</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_bindable_uniform"><B>GL_EXT_bindable_uniform</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_blend_color"><B>GL_EXT_blend_color</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_blend_equation_separate"><B>GL_EXT_blend_equation_separate</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_blend_func_separate"><B>GL_EXT_blend_func_separate</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_blend_minmax"><B>GL_EXT_blend_minmax</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_blend_minmax"><B>GL_EXT_blend_minmax</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_blend_subtract"><B>GL_EXT_blend_subtract</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_Cg_shader"><B>GL_EXT_Cg_shader</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_Cg_shader"><B>GL_EXT_Cg_shader</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_color_buffer_half_float"><B>GL_EXT_color_buffer_half_float</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_compiled_vertex_array"><B>GL_EXT_compiled_vertex_array</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_copy_texture_levels"><B>GL_EXT_copy_texture_levels</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_debug_label"><B>GL_EXT_debug_label</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_debug_marker"><B>GL_EXT_debug_marker</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_depth_bounds_test"><B>GL_EXT_depth_bounds_test</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_direct_state_access"><B>GL_EXT_direct_state_access</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_discard_framebuffer"><B>GL_EXT_discard_framebuffer</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_draw_buffers2"><B>GL_EXT_draw_buffers2</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_draw_instanced"><B>GL_EXT_draw_instanced</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_draw_range_elements"><B>GL_EXT_draw_range_elements</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_fog_coord"><B>GL_EXT_fog_coord</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_frag_depth"><B>GL_EXT_frag_depth</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_framebuffer_blit"><B>GL_EXT_framebuffer_blit</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_framebuffer_multisample"><B>GL_EXT_framebuffer_multisample</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_framebuffer_multisample_blit_scaled"><B>GL_EXT_framebuffer_multisample_blit_scaled</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_framebuffer_object"><B>GL_EXT_framebuffer_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_framebuffer_sRGB"><B>GL_EXT_framebuffer_sRGB</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_geometry_shader4"><B>GL_EXT_geometry_shader4</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_gpu_program_parameters"><B>GL_EXT_gpu_program_parameters</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_gpu_shader4"><B>GL_EXT_gpu_shader4</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_map_buffer_range"><B>GL_EXT_map_buffer_range</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_multi_draw_arrays"><B>GL_EXT_multi_draw_arrays</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_multi_draw_arrays"><B>GL_EXT_multi_draw_arrays</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_multisampled_render_to_texture"><B>GL_EXT_multisampled_render_to_texture</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_multiview_draw_buffers"><B>GL_EXT_multiview_draw_buffers</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_occlusion_query_boolean"><B>GL_EXT_occlusion_query_boolean</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_packed_depth_stencil"><B>GL_EXT_packed_depth_stencil</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_packed_float"><B>GL_EXT_packed_float</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_packed_float"><B>GL_EXT_packed_float</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_packed_pixels"><B>GL_EXT_packed_pixels</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_paletted_texture"><B>GL_EXT_paletted_texture</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_pixel_buffer_object"><B>GL_EXT_pixel_buffer_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_point_parameters"><B>GL_EXT_point_parameters</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_provoking_vertex"><B>GL_EXT_provoking_vertex</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_read_format_bgra"><B>GL_EXT_read_format_bgra</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_rescale_normal"><B>GL_EXT_rescale_normal</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_robustness"><B>GL_EXT_robustness</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_secondary_color"><B>GL_EXT_secondary_color</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_separate_shader_objects"><B>GL_EXT_separate_shader_objects</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_separate_shader_objects"><B>GL_EXT_separate_shader_objects</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_separate_specular_color"><B>GL_EXT_separate_specular_color</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_shader_framebuffer_fetch"><B>GL_EXT_shader_framebuffer_fetch</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_shader_image_load_store"><B>GL_EXT_shader_image_load_store</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_shader_texture_lod"><B>GL_EXT_shader_texture_lod</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_shadow_funcs"><B>GL_EXT_shadow_funcs</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_shadow_samplers"><B>GL_EXT_shadow_samplers</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_shared_texture_palette"><B>GL_EXT_shared_texture_palette</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_sRGB"><B>GL_EXT_sRGB</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_stencil_clear_tag"><B>GL_EXT_stencil_clear_tag</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_stencil_two_side"><B>GL_EXT_stencil_two_side</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_stencil_wrap"><B>GL_EXT_stencil_wrap</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_3d"><B>GL_EXT_texture_3d</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_array"><B>GL_EXT_texture_array</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_array"><B>GL_EXT_texture_array</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_buffer_object"><B>GL_EXT_texture_buffer_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_compression_dxt1"><B>GL_EXT_texture_compression_dxt1</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_compression_latc"><B>GL_EXT_texture_compression_latc</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_compression_latc"><B>GL_EXT_texture_compression_latc</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_compression_rgtc"><B>GL_EXT_texture_compression_rgtc</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_compression_s3tc"><B>GL_EXT_texture_compression_s3tc</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_compression_s3tc"><B>GL_EXT_texture_compression_s3tc</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_env_combine"><B>GL_EXT_texture_env_combine</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_env_dot3"><B>GL_EXT_texture_env_dot3</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_filter_anisotropic"><B>GL_EXT_texture_filter_anisotropic</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_filter_anisotropic"><B>GL_EXT_texture_filter_anisotropic</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_format_BGRA8888"><B>GL_EXT_texture_format_BGRA8888</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_integer"><B>GL_EXT_texture_integer</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_lod_bias"><B>GL_EXT_texture_lod_bias</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_lod_bias"><B>GL_EXT_texture_lod_bias</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_mirror_clamp"><B>GL_EXT_texture_mirror_clamp</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_rectangle"><B>GL_EXT_texture_rectangle</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_rg"><B>GL_EXT_texture_rg</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_shared_exponent"><B>GL_EXT_texture_shared_exponent</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_snorm"><B>GL_EXT_texture_snorm</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_sRGB"><B>GL_EXT_texture_sRGB</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_sRGB_decode"><B>GL_EXT_texture_sRGB_decode</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_storage"><B>GL_EXT_texture_storage</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_texture_swizzle"><B>GL_EXT_texture_swizzle</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_texture_type_2_10_10_10_REV"><B>GL_EXT_texture_type_2_10_10_10_REV</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_timer_query"><B>GL_EXT_timer_query</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_transform_feedback"><B>GL_EXT_transform_feedback</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_EXT_unpack_subimage"><B>GL_EXT_unpack_subimage</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_vertex_array_bgra"><B>GL_EXT_vertex_array_bgra</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_vertex_attrib_64bit"><B>GL_EXT_vertex_attrib_64bit</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_vertex_shader"><B>GL_EXT_vertex_shader</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_EXT_vertex_weighting"><B>GL_EXT_vertex_weighting</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_EXTENSIONS"><B>GL_EXTENSIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_EXTENSIONS"><B>GL_EXTENSIONS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StringName
<DT><A HREF="./org/lwjgl/opengl/AMDPinnedMemory.html#GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD"><B>GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPinnedMemory.html" title="class in org.lwjgl.opengl">AMDPinnedMemory</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferParameteriv, GetBufferPointerv, MapBufferRange:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_EYE_LINEAR"><B>GL_EYE_LINEAR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_EYE_PLANE"><B>GL_EYE_PLANE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFogDistance.html#GL_EYE_PLANE_ABSOLUTE_NV"><B>GL_EYE_PLANE_ABSOLUTE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFogDistance.html" title="class in org.lwjgl.opengl">NVFogDistance</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFogDistance.html#GL_EYE_RADIAL_NV"><B>GL_EYE_RADIAL_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFogDistance.html" title="class in org.lwjgl.opengl">NVFogDistance</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDBlendMinmaxFactor.html#GL_FACTOR_MAX_AMD"><B>GL_FACTOR_MAX_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDBlendMinmaxFactor.html" title="class in org.lwjgl.opengl">AMDBlendMinmaxFactor</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi, and by
the &lt;modeRGB> and &lt;modeAlpha&gt; parameters of BlendEquationSeparate and
BlendEquationSeparatei:
<DT><A HREF="./org/lwjgl/opengl/AMDBlendMinmaxFactor.html#GL_FACTOR_MIN_AMD"><B>GL_FACTOR_MIN_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDBlendMinmaxFactor.html" title="class in org.lwjgl.opengl">AMDBlendMinmaxFactor</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi, and by
the &lt;modeRGB> and &lt;modeAlpha&gt; parameters of BlendEquationSeparate and
BlendEquationSeparatei:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_FAILURE_NV"><B>GL_FAILURE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Returned by VideoCaptureNV and GetVideoCaptureStream{i,f,d}vNV
when &lt;pname&gt; is LAST_VIDEO_CAPTURE_STATUS_NV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FALSE"><B>GL_FALSE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FALSE"><B>GL_FALSE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Boolean
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FASTEST"><B>GL_FASTEST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FASTEST"><B>GL_FASTEST</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>HintMode
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FEEDBACK"><B>GL_FEEDBACK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FEEDBACK_BUFFER_POINTER"><B>GL_FEEDBACK_BUFFER_POINTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FEEDBACK_BUFFER_SIZE"><B>GL_FEEDBACK_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FEEDBACK_BUFFER_TYPE"><B>GL_FEEDBACK_BUFFER_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEFence.html#GL_FENCE_APPLE"><B>GL_FENCE_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</A>
<DD>Accepted by the &lt;object&gt; parameter of TestObjectAPPLE and FinishObjectAPPLE:
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_FENCE_APPLE"><B>GL_FENCE_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</A>
<DD>Accepted by the &lt;object&gt; parameter of TestObjectAPPLE and FinishObjectAPPLE:
<DT><A HREF="./org/lwjgl/opengl/NVFence.html#GL_FENCE_CONDITION_NV"><B>GL_FENCE_CONDITION_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFence.html#GL_FENCE_CONDITION_NV"><B>GL_FENCE_CONDITION_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetFenceivNV:
<DT><A HREF="./org/lwjgl/opengl/NVFence.html#GL_FENCE_STATUS_NV"><B>GL_FENCE_STATUS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFence.html#GL_FENCE_STATUS_NV"><B>GL_FENCE_STATUS_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetFenceivNV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_FIELD_LOWER_NV"><B>GL_FIELD_LOWER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;frame_region&gt; parameter of
BindVideoCaptureStreamBufferNV, and BindVideoCaptureStreamTextureNV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_FIELD_UPPER_NV"><B>GL_FIELD_UPPER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;frame_region&gt; parameter of
BindVideoCaptureStreamBufferNV, and BindVideoCaptureStreamTextureNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FILE_NAME_NV"><B>GL_FILE_NAME_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;fontTarget&gt; parameter of PathGlyphsNV and
PathGlyphRangeNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FILL"><B>GL_FILL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_FILL_PATH_NV"><B>GL_FILL_PATH_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;mode&gt; parameter of DrawPathbufferNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_FILL_RULE_NV"><B>GL_FILL_RULE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;paramType&gt; parameter of PathParameterNV:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_FILTER"><B>GL_FILTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_FILTER"><B>GL_FILTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FIRST_TO_REST_NV"><B>GL_FIRST_TO_REST_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pathListMode&gt; parameter of GetPathSpacingNV:
<DT><A HREF="./org/lwjgl/opengl/ARBProvokingVertex.html#GL_FIRST_VERTEX_CONVENTION"><B>GL_FIRST_VERTEX_CONVENTION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProvokingVertex.html" title="class in org.lwjgl.opengl">ARBProvokingVertex</A>
<DD>Accepted by the &lt;mode&gt; parameter of ProvokingVertex:
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#GL_FIRST_VERTEX_CONVENTION"><B>GL_FIRST_VERTEX_CONVENTION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>Returned in the &lt;data&gt; parameter from a Get query with a &lt;pname&gt; of
LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_FIRST_VERTEX_CONVENTION"><B>GL_FIRST_VERTEX_CONVENTION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;mode&gt; parameter of ProvokingVertex:
<DT><A HREF="./org/lwjgl/opengl/EXTProvokingVertex.html#GL_FIRST_VERTEX_CONVENTION_EXT"><B>GL_FIRST_VERTEX_CONVENTION_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTProvokingVertex.html" title="class in org.lwjgl.opengl">EXTProvokingVertex</A>
<DD>Accepted by the &lt;mode&gt; parameter of ProvokingVertexEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_FIXED"><B>GL_FIXED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;type&gt; parameter of VertexAttribPointer:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_FIXED"><B>GL_FIXED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;type&gt; parameter of VertexAttribPointer:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FIXED"><B>GL_FIXED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>DataType
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FIXED_ONLY"><B>GL_FIXED_ONLY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;clamp&gt; parameter of ClampColor.
<DT><A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html#GL_FIXED_ONLY_ARB"><B>GL_FIXED_ONLY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</A>
<DD>Accepted by the &lt;clamp&gt; parameter of ClampColorARB.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FLAT"><B>GL_FLAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FLOAT"><B>GL_FLOAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FLOAT"><B>GL_FLOAT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>DataType
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_FLOAT16_NV"><B>GL_FLOAT16_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_FLOAT16_VEC2_NV"><B>GL_FLOAT16_VEC2_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_FLOAT16_VEC3_NV"><B>GL_FLOAT16_VEC3_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_FLOAT16_VEC4_NV"><B>GL_FLOAT16_VEC4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/ARBDepthBufferFloat.html#GL_FLOAT_32_UNSIGNED_INT_24_8_REV"><B>GL_FLOAT_32_UNSIGNED_INT_24_8_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDepthBufferFloat.html" title="class in org.lwjgl.opengl">ARBDepthBufferFloat</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and
GetTexImage:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FLOAT_32_UNSIGNED_INT_24_8_REV"><B>GL_FLOAT_32_UNSIGNED_INT_24_8_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and
GetTexImage:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FLOAT_32_UNSIGNED_INT_24_8_REV"><B>GL_FLOAT_32_UNSIGNED_INT_24_8_REV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html#GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV"><B>GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl">NVDepthBufferFloat</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and
GetTexImage:
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_CLEAR_COLOR_VALUE_NV"><B>GL_FLOAT_CLEAR_COLOR_VALUE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_FLOAT_MAT2"><B>GL_FLOAT_MAT2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FLOAT_MAT2"><B>GL_FLOAT_MAT2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_FLOAT_MAT2_ARB"><B>GL_FLOAT_MAT2_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_FLOAT_MAT2_ARB"><B>GL_FLOAT_MAT2_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttribARB:
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_FLOAT_MAT2x3"><B>GL_FLOAT_MAT2x3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttribARB.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FLOAT_MAT2x3"><B>GL_FLOAT_MAT2x3</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_FLOAT_MAT2x4"><B>GL_FLOAT_MAT2x4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttribARB.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FLOAT_MAT2x4"><B>GL_FLOAT_MAT2x4</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_FLOAT_MAT3"><B>GL_FLOAT_MAT3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FLOAT_MAT3"><B>GL_FLOAT_MAT3</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_FLOAT_MAT3_ARB"><B>GL_FLOAT_MAT3_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_FLOAT_MAT3_ARB"><B>GL_FLOAT_MAT3_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttribARB:
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_FLOAT_MAT3x2"><B>GL_FLOAT_MAT3x2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttribARB.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FLOAT_MAT3x2"><B>GL_FLOAT_MAT3x2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_FLOAT_MAT3x4"><B>GL_FLOAT_MAT3x4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttribARB.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FLOAT_MAT3x4"><B>GL_FLOAT_MAT3x4</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_FLOAT_MAT4"><B>GL_FLOAT_MAT4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FLOAT_MAT4"><B>GL_FLOAT_MAT4</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_FLOAT_MAT4_ARB"><B>GL_FLOAT_MAT4_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_FLOAT_MAT4_ARB"><B>GL_FLOAT_MAT4_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttribARB:
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_FLOAT_MAT4x2"><B>GL_FLOAT_MAT4x2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttribARB.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FLOAT_MAT4x2"><B>GL_FLOAT_MAT4x2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_FLOAT_MAT4x3"><B>GL_FLOAT_MAT4x3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttribARB.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FLOAT_MAT4x3"><B>GL_FLOAT_MAT4x3</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_R16_NV"><B>GL_FLOAT_R16_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D and
CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_R32_NV"><B>GL_FLOAT_R32_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D and
CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_R_NV"><B>GL_FLOAT_R_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D and
CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RG16_NV"><B>GL_FLOAT_RG16_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D and
CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RG32_NV"><B>GL_FLOAT_RG32_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D and
CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RG_NV"><B>GL_FLOAT_RG_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D and
CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RGB16_NV"><B>GL_FLOAT_RGB16_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D and
CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RGB32_NV"><B>GL_FLOAT_RGB32_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D and
CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RGB_NV"><B>GL_FLOAT_RGB_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D and
CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RGBA16_NV"><B>GL_FLOAT_RGBA16_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D and
CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RGBA32_NV"><B>GL_FLOAT_RGBA32_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D and
CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RGBA_MODE_NV"><B>GL_FLOAT_RGBA_MODE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_FLOAT_RGBA_NV"><B>GL_FLOAT_RGBA_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D and
CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_FLOAT_VEC2"><B>GL_FLOAT_VEC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FLOAT_VEC2"><B>GL_FLOAT_VEC2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_FLOAT_VEC2_ARB"><B>GL_FLOAT_VEC2_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_FLOAT_VEC2_ARB"><B>GL_FLOAT_VEC2_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttribARB:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_FLOAT_VEC3"><B>GL_FLOAT_VEC3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FLOAT_VEC3"><B>GL_FLOAT_VEC3</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_FLOAT_VEC3_ARB"><B>GL_FLOAT_VEC3_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_FLOAT_VEC3_ARB"><B>GL_FLOAT_VEC3_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttribARB:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_FLOAT_VEC4"><B>GL_FLOAT_VEC4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FLOAT_VEC4"><B>GL_FLOAT_VEC4</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_FLOAT_VEC4_ARB"><B>GL_FLOAT_VEC4_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_FLOAT_VEC4_ARB"><B>GL_FLOAT_VEC4_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttribARB:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FOG"><B>GL_FOG</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FOG_BIT"><B>GL_FOG_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FOG_COLOR"><B>GL_FOG_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_FOG_COORD"><B>GL_FOG_COORD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_FOG_COORD_ARRAY"><B>GL_FOG_COORD_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_FOG_COORD_ARRAY_ADDRESS_NV"><B>GL_FOG_COORD_ARRAY_ADDRESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;pname&gt; parameter of BufferAddressRangeNV
and the &lt;value&gt; parameter of GetIntegerui64vNV:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_FOG_COORD_ARRAY_BUFFER_BINDING"><B>GL_FOG_COORD_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_FOG_COORD_ARRAY_LENGTH_NV"><B>GL_FOG_COORD_ARRAY_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_FOG_COORD_ARRAY_POINTER"><B>GL_FOG_COORD_ARRAY_POINTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_FOG_COORD_ARRAY_STRIDE"><B>GL_FOG_COORD_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_FOG_COORD_ARRAY_TYPE"><B>GL_FOG_COORD_ARRAY_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_FOG_COORD_SRC"><B>GL_FOG_COORD_SRC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_FOG_COORDINATE"><B>GL_FOG_COORDINATE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_FOG_COORDINATE_ARRAY"><B>GL_FOG_COORDINATE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING"><B>GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB"><B>GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTFogCoord.html#GL_FOG_COORDINATE_ARRAY_EXT"><B>GL_FOG_COORDINATE_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_FOG_COORDINATE_ARRAY_POINTER"><B>GL_FOG_COORDINATE_ARRAY_POINTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFogCoord.html#GL_FOG_COORDINATE_ARRAY_POINTER_EXT"><B>GL_FOG_COORDINATE_ARRAY_POINTER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_FOG_COORDINATE_ARRAY_STRIDE"><B>GL_FOG_COORDINATE_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFogCoord.html#GL_FOG_COORDINATE_ARRAY_STRIDE_EXT"><B>GL_FOG_COORDINATE_ARRAY_STRIDE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_FOG_COORDINATE_ARRAY_TYPE"><B>GL_FOG_COORDINATE_ARRAY_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFogCoord.html#GL_FOG_COORDINATE_ARRAY_TYPE_EXT"><B>GL_FOG_COORDINATE_ARRAY_TYPE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFogCoord.html#GL_FOG_COORDINATE_EXT"><B>GL_FOG_COORDINATE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_FOG_COORDINATE_SOURCE"><B>GL_FOG_COORDINATE_SOURCE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFogCoord.html#GL_FOG_COORDINATE_SOURCE_EXT"><B>GL_FOG_COORDINATE_SOURCE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FOG_DENSITY"><B>GL_FOG_DENSITY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFogDistance.html#GL_FOG_DISTANCE_MODE_NV"><B>GL_FOG_DISTANCE_MODE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFogDistance.html" title="class in org.lwjgl.opengl">NVFogDistance</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FOG_END"><B>GL_FOG_END</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FOG_HINT"><B>GL_FOG_HINT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FOG_INDEX"><B>GL_FOG_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FOG_MODE"><B>GL_FOG_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FOG_START"><B>GL_FOG_START</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_ASCENDER_NV"><B>GL_FONT_ASCENDER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_DESCENDER_NV"><B>GL_FONT_DESCENDER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_HAS_KERNING_NV"><B>GL_FONT_HAS_KERNING_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_HEIGHT_NV"><B>GL_FONT_HEIGHT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_MAX_ADVANCE_HEIGHT_NV"><B>GL_FONT_MAX_ADVANCE_HEIGHT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_MAX_ADVANCE_WIDTH_NV"><B>GL_FONT_MAX_ADVANCE_WIDTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_UNDERLINE_POSITION_NV"><B>GL_FONT_UNDERLINE_POSITION_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_UNDERLINE_THICKNESS_NV"><B>GL_FONT_UNDERLINE_THICKNESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_UNITS_PER_EM_NV"><B>GL_FONT_UNITS_PER_EM_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_X_MAX_BOUNDS_NV"><B>GL_FONT_X_MAX_BOUNDS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_X_MIN_BOUNDS_NV"><B>GL_FONT_X_MIN_BOUNDS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_Y_MAX_BOUNDS_NV"><B>GL_FONT_Y_MAX_BOUNDS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_FONT_Y_MIN_BOUNDS_NV"><B>GL_FONT_Y_MIN_BOUNDS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_FORCE_BLUE_TO_ONE_NV"><B>GL_FORCE_BLUE_TO_ONE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_FRACTIONAL_EVEN"><B>GL_FRACTIONAL_EVEN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Returned by GetProgramiv when &lt;pname&gt; is TESS_GEN_SPACING:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_FRACTIONAL_EVEN"><B>GL_FRACTIONAL_EVEN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned by GetProgramiv when &lt;pname&gt; is TESS_GEN_SPACING:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_FRACTIONAL_ODD"><B>GL_FRACTIONAL_ODD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Returned by GetProgramiv when &lt;pname&gt; is TESS_GEN_SPACING:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_FRACTIONAL_ODD"><B>GL_FRACTIONAL_ODD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned by GetProgramiv when &lt;pname&gt; is TESS_GEN_SPACING:
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_FRAGMENT_DEPTH"><B>GL_FRAGMENT_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFogCoord.html#GL_FRAGMENT_DEPTH_EXT"><B>GL_FRAGMENT_DEPTH_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShader5.html#GL_FRAGMENT_INTERPOLATION_OFFSET_BITS"><B>GL_FRAGMENT_INTERPOLATION_OFFSET_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShader5.html" title="class in org.lwjgl.opengl">ARBGpuShader5</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_FRAGMENT_INTERPOLATION_OFFSET_BITS"><B>GL_FRAGMENT_INTERPOLATION_OFFSET_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_FRAGMENT_PROGRAM_ARB"><B>GL_FRAGMENT_PROGRAM_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled, by the
&lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev,
and by the &lt;target&gt; parameter of ProgramStringARB, BindProgramARB,
ProgramEnvParameter4[df][v]ARB, ProgramLocalParameter4[df][v]ARB,
GetProgramEnvParameter[df]vARB, GetProgramLocalParameter[df]vARB,
GetProgramivARB and GetProgramStringARB.
<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram.html#GL_FRAGMENT_PROGRAM_BINDING_NV"><B>GL_FRAGMENT_PROGRAM_BINDING_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram5.html#GL_FRAGMENT_PROGRAM_INTERPOLATION_OFFSET_BITS_NV"><B>GL_FRAGMENT_PROGRAM_INTERPOLATION_OFFSET_BITS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram5.html" title="class in org.lwjgl.opengl">NVGpuProgram5</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram.html#GL_FRAGMENT_PROGRAM_NV"><B>GL_FRAGMENT_PROGRAM_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled, by the
&lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev,
and by the &lt;target&gt; parameter of BindProgramNV, LoadProgramNV,
ProgramLocalParameter4dARB, ProgramLocalParameter4dvARB,
ProgramLocalParameter4fARB, ProgramLocalParameter4fvARB,
GetProgramLocalParameterdvARB, and GetProgramLocalParameterfvARB:
<DT><A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html#GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV"><B>GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameter of ProgramBufferParametersfvNV,
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
and the &lt;value&gt; parameter of GetIntegerIndexedvEXT:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_FRAGMENT_SHADER"><B>GL_FRAGMENT_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;shaderType&gt; argument of CreateShader and
returned by the &lt;params&gt; parameter of GetShader{fi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRAGMENT_SHADER"><B>GL_FRAGMENT_SHADER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentShader.html#GL_FRAGMENT_SHADER_ARB"><B>GL_FRAGMENT_SHADER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentShader.html" title="class in org.lwjgl.opengl">ARBFragmentShader</A>
<DD>Accepted by the &lt;shaderType&gt; argument of CreateShaderObjectARB and
returned by the &lt;params&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_FRAGMENT_SHADER_ATI"><B>GL_FRAGMENT_SHADER_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_FRAGMENT_SHADER_BIT"><B>GL_FRAGMENT_SHADER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStages:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_FRAGMENT_SHADER_BIT"><B>GL_FRAGMENT_SHADER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStages:
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#GL_FRAGMENT_SHADER_BIT_EXT"><B>GL_FRAGMENT_SHADER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStagesEXT:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_FRAGMENT_SHADER_DERIVATIVE_HINT"><B>GL_FRAGMENT_SHADER_DERIVATIVE_HINT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;target&gt; parameter of Hint and the &lt;pname&gt; parameter of
GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FRAGMENT_SHADER_DERIVATIVE_HINT"><B>GL_FRAGMENT_SHADER_DERIVATIVE_HINT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentShader.html#GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB"><B>GL_FRAGMENT_SHADER_DERIVATIVE_HINT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentShader.html" title="class in org.lwjgl.opengl">ARBFragmentShader</A>
<DD>Accepted by the &lt;target&gt; parameter of Hint and the &lt;pname&gt; parameter of
GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/OESStandardDerivatives.html#GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES"><B>GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESStandardDerivatives.html" title="class in org.lwjgl.opengles">OESStandardDerivatives</A>
<DD>Accepted by the &lt;target&gt; parameter of Hint and by the &lt;pname&gt; parameter of
GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/EXTShaderFramebufferFetch.html#GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT"><B>GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTShaderFramebufferFetch.html" title="class in org.lwjgl.opengles">EXTShaderFramebufferFetch</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html#GL_FRAGMENT_SHADER_INVOCATIONS_ARB"><B>GL_FRAGMENT_SHADER_INVOCATIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html" title="class in org.lwjgl.opengl">ARBPipelineStatisticsQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_FRAGMENT_SUBROUTINE"><B>GL_FRAGMENT_SUBROUTINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_FRAGMENT_SUBROUTINE"><B>GL_FRAGMENT_SUBROUTINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_FRAGMENT_SUBROUTINE_UNIFORM"><B>GL_FRAGMENT_SUBROUTINE_UNIFORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_FRAGMENT_SUBROUTINE_UNIFORM"><B>GL_FRAGMENT_SUBROUTINE_UNIFORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_FRAGMENT_TEXTURE"><B>GL_FRAGMENT_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_FRAGMENT_TEXTURE"><B>GL_FRAGMENT_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#GL_FRAME_NV"><B>GL_FRAME_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>Accepted by the &lt;type&gt; parameter of PresentFrameKeyedNV and
PresentFrameDualFillNV:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER"><B>GL_FRAMEBUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;target&gt; parameter of BindFramebuffer,
CheckFramebufferStatus, FramebufferTexture{1D|2D|3D},
FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER"><B>GL_FRAMEBUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;target&gt; parameter of BindFramebuffer,
CheckFramebufferStatus, FramebufferTexture{1D|2D|3D},
FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER"><B>GL_FRAMEBUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHABLE_NV"><B>GL_FRAMEBUFFER_ATTACHABLE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING"><B>GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING"><B>GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING"><B>GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSRGB.html#GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT"><B>GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSRGB.html" title="class in org.lwjgl.opengles">EXTSRGB</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE"><B>GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE"><B>GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE"><B>GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html#GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT"><B>GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html" title="class in org.lwjgl.opengles">EXTColorBufferHalfFloat</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_FRAMEBUFFER_ATTACHMENT_LAYERED"><B>GL_FRAMEBUFFER_ATTACHMENT_LAYERED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetFramebufferAttachment-
ParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB"><B>GL_FRAMEBUFFER_ATTACHMENT_LAYERED_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetFramebufferAttachment-
ParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT"><B>GL_FRAMEBUFFER_ATTACHMENT_LAYERED_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetFramebufferAttachment-
ParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME"><B>GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME"><B>GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME"><B>GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT"><B>GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES"><B>GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameterivOES:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE"><B>GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE"><B>GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE"><B>GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT"><B>GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES"><B>GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameterivOES:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE"><B>GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_3D_ZOFFSET_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameterivOES:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameterivOES:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_ARB"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetFramebufferAttachment-
ParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetFramebufferAttachment-
ParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureArray.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetFramebufferAttachmentParameterivOES:
<DT><A HREF="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html#GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT"><B>GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">EXTMultisampledRenderToTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_HEIGHT_NV"><B>GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_HEIGHT_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_NORMALIZED_NV"><B>GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_NORMALIZED_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_OFFSET_NV"><B>GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_OFFSET_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_SIZE_NV"><B>GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_STRIDE_NV"><B>GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_STRIDE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_TYPE_NV"><B>GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_TYPE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_WIDTH_NV"><B>GL_FRAMEBUFFER_ATTACHMENT_VERTEX_ATTRIB_ARRAY_WIDTH_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_FRAMEBUFFER_BARRIER_BIT"><B>GL_FRAMEBUFFER_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_FRAMEBUFFER_BARRIER_BIT"><B>GL_FRAMEBUFFER_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_FRAMEBUFFER_BARRIER_BIT_EXT"><B>GL_FRAMEBUFFER_BARRIER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrierEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_BINDING"><B>GL_FRAMEBUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_BINDING"><B>GL_FRAMEBUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_BINDING"><B>GL_FRAMEBUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_BINDING_EXT"><B>GL_FRAMEBUFFER_BINDING_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by GetIntegerv():
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_BINDING_OES"><B>GL_FRAMEBUFFER_BINDING_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by GetIntegerv():
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_FRAMEBUFFER_BLEND"><B>GL_FRAMEBUFFER_BLEND</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_BLEND"><B>GL_FRAMEBUFFER_BLEND</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_COMPLETE"><B>GL_FRAMEBUFFER_COMPLETE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_COMPLETE"><B>GL_FRAMEBUFFER_COMPLETE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_COMPLETE"><B>GL_FRAMEBUFFER_COMPLETE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_COMPLETE_EXT"><B>GL_FRAMEBUFFER_COMPLETE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusEXT():
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_COMPLETE_OES"><B>GL_FRAMEBUFFER_COMPLETE_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusOES():
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_DEFAULT"><B>GL_FRAMEBUFFER_DEFAULT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Returned in &lt;params&gt; by GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_DEFAULT"><B>GL_FRAMEBUFFER_DEFAULT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned in &lt;params&gt; by GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_DEFAULT"><B>GL_FRAMEBUFFER_DEFAULT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS"><B>GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>Accepted by the &lt;pname&gt; parameter of FramebufferParameteri,
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
GetNamedFramebufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS"><B>GL_FRAMEBUFFER_DEFAULT_FIXED_SAMPLE_LOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of FramebufferParameteri,
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
GetNamedFramebufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_FRAMEBUFFER_DEFAULT_HEIGHT"><B>GL_FRAMEBUFFER_DEFAULT_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>Accepted by the &lt;pname&gt; parameter of FramebufferParameteri,
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
GetNamedFramebufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_DEFAULT_HEIGHT"><B>GL_FRAMEBUFFER_DEFAULT_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of FramebufferParameteri,
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
GetNamedFramebufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_FRAMEBUFFER_DEFAULT_LAYERS"><B>GL_FRAMEBUFFER_DEFAULT_LAYERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>Accepted by the &lt;pname&gt; parameter of FramebufferParameteri,
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
GetNamedFramebufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_DEFAULT_LAYERS"><B>GL_FRAMEBUFFER_DEFAULT_LAYERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of FramebufferParameteri,
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
GetNamedFramebufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_FRAMEBUFFER_DEFAULT_SAMPLES"><B>GL_FRAMEBUFFER_DEFAULT_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>Accepted by the &lt;pname&gt; parameter of FramebufferParameteri,
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
GetNamedFramebufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_DEFAULT_SAMPLES"><B>GL_FRAMEBUFFER_DEFAULT_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of FramebufferParameteri,
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
GetNamedFramebufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_FRAMEBUFFER_DEFAULT_WIDTH"><B>GL_FRAMEBUFFER_DEFAULT_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>Accepted by the &lt;pname&gt; parameter of FramebufferParameteri,
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
GetNamedFramebufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_DEFAULT_WIDTH"><B>GL_FRAMEBUFFER_DEFAULT_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of FramebufferParameteri,
GetFramebufferParameteriv, NamedFramebufferParameteriEXT, and
GetNamedFramebufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_EXT"><B>GL_FRAMEBUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;target&gt; parameter of BindFramebufferEXT,
CheckFramebufferStatusEXT, FramebufferTexture{1D|2D|3D}EXT, and
FramebufferRenderbufferEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT"><B>GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT"><B>GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT"><B>GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT"><B>GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusEXT():
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES"><B>GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusOES():
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS"><B>GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT"><B>GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusEXT():
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES"><B>GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusOES():
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER"><B>GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER"><B>GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT"><B>GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusEXT():
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES"><B>GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusOES():
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT"><B>GL_FRAMEBUFFER_INCOMPLETE_FORMATS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusEXT():
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES"><B>GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusOES():
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB"><B>GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Returned by CheckFramebufferStatusEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT"><B>GL_FRAMEBUFFER_INCOMPLETE_LAYER_COUNT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Returned by CheckFramebufferStatusEXT:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS"><B>GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned by CheckFramebufferStatusEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB"><B>GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Returned by CheckFramebufferStatusEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT"><B>GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Returned by CheckFramebufferStatusEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT"><B>GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT"><B>GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT"><B>GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT"><B>GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusEXT():
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES"><B>GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusOES():
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE"><B>GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE"><B>GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by CheckFramebufferStatus.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE"><B>GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE"><B>GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_ANGLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">ANGLEFramebufferMultisample</A>
<DD>Returned by CheckFramebufferStatus:
<DT><A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE"><B>GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</A>
<DD>Returned by CheckFramebufferStatus:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferMultisample.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT"><B>GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferMultisample.html" title="class in org.lwjgl.opengl">EXTFramebufferMultisample</A>
<DD>Returned by CheckFramebufferStatusEXT.
<DT><A HREF="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT"><B>GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">EXTMultisampledRenderToTexture</A>
<DD>Returned by CheckFramebufferStatus:
<DT><A HREF="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html#GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG"><B>GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE_IMG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">IMGMultisampledRenderToTexture</A>
<DD>Returned by CheckFramebufferStatus:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER"><B>GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER"><B>GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT"><B>GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusEXT():
<DT><A HREF="./org/lwjgl/opengles/NVReadBuffer.html#GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_NV"><B>GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVReadBuffer.html" title="class in org.lwjgl.opengles">NVReadBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES"><B>GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusOES():
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_OES"><B>GL_FRAMEBUFFER_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;target&gt; parameter of BindFramebufferOES,
CheckFramebufferStatusOES, FramebufferTexture{2D|3D}OES,
FramebufferRenderbufferOES, and
GetFramebufferAttachmentParameterivOES:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_FRAMEBUFFER_RENDERABLE"><B>GL_FRAMEBUFFER_RENDERABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_RENDERABLE"><B>GL_FRAMEBUFFER_RENDERABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_FRAMEBUFFER_RENDERABLE_LAYERED"><B>GL_FRAMEBUFFER_RENDERABLE_LAYERED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_FRAMEBUFFER_RENDERABLE_LAYERED"><B>GL_FRAMEBUFFER_RENDERABLE_LAYERED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_SRGB"><B>GL_FRAMEBUFFER_SRGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferSRGB.html#GL_FRAMEBUFFER_SRGB_ARB"><B>GL_FRAMEBUFFER_SRGB_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferSRGB.html" title="class in org.lwjgl.opengl">ARBFramebufferSRGB</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_SRGB_CAPABLE"><B>GL_FRAMEBUFFER_SRGB_CAPABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferSRGB.html#GL_FRAMEBUFFER_SRGB_CAPABLE_ARB"><B>GL_FRAMEBUFFER_SRGB_CAPABLE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferSRGB.html" title="class in org.lwjgl.opengl">ARBFramebufferSRGB</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferSRGB.html#GL_FRAMEBUFFER_SRGB_CAPABLE_EXT"><B>GL_FRAMEBUFFER_SRGB_CAPABLE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferSRGB.html" title="class in org.lwjgl.opengl">EXTFramebufferSRGB</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferSRGB.html#GL_FRAMEBUFFER_SRGB_EXT"><B>GL_FRAMEBUFFER_SRGB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferSRGB.html" title="class in org.lwjgl.opengl">EXTFramebufferSRGB</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_UNDEFINED"><B>GL_FRAMEBUFFER_UNDEFINED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_UNDEFINED"><B>GL_FRAMEBUFFER_UNDEFINED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_FRAMEBUFFER_UNDEFINED"><B>GL_FRAMEBUFFER_UNDEFINED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESSurfacelessContext.html#GL_FRAMEBUFFER_UNDEFINED_OES"><B>GL_FRAMEBUFFER_UNDEFINED_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESSurfacelessContext.html" title="class in org.lwjgl.opengles">OESSurfacelessContext</A>
<DD>Returned by glCheckFramebufferStatusOES and glCheckFramebufferStatus:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_FRAMEBUFFER_UNSUPPORTED"><B>GL_FRAMEBUFFER_UNSUPPORTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_FRAMEBUFFER_UNSUPPORTED"><B>GL_FRAMEBUFFER_UNSUPPORTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by CheckFramebufferStatus():
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRAMEBUFFER_UNSUPPORTED"><B>GL_FRAMEBUFFER_UNSUPPORTED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_FRAMEBUFFER_UNSUPPORTED_EXT"><B>GL_FRAMEBUFFER_UNSUPPORTED_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusEXT():
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_FRAMEBUFFER_UNSUPPORTED_OES"><B>GL_FRAMEBUFFER_UNSUPPORTED_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Returned by CheckFramebufferStatusOES():
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FRONT"><B>GL_FRONT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRONT"><B>GL_FRONT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>CullFaceMode
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FRONT_AND_BACK"><B>GL_FRONT_AND_BACK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRONT_AND_BACK"><B>GL_FRONT_AND_BACK</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>CullFaceMode
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FRONT_FACE"><B>GL_FRONT_FACE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FRONT_FACE"><B>GL_FRONT_FACE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FRONT_LEFT"><B>GL_FRONT_LEFT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_FRONT_RIGHT"><B>GL_FRONT_RIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_FULL_RANGE_EXT"><B>GL_FULL_RANGE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_FULL_SUPPORT"><B>GL_FULL_SUPPORT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_FULL_SUPPORT"><B>GL_FULL_SUPPORT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_FUNC_ADD"><B>GL_FUNC_ADD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_FUNC_ADD"><B>GL_FUNC_ADD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FUNC_ADD"><B>GL_FUNC_ADD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendEquationSeparate
<DT><A HREF="./org/lwjgl/opengl/EXTBlendMinmax.html#GL_FUNC_ADD_EXT"><B>GL_FUNC_ADD_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendMinmax.html" title="class in org.lwjgl.opengl">EXTBlendMinmax</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquationEXT.
<DT><A HREF="./org/lwjgl/opengles/EXTBlendMinmax.html#GL_FUNC_ADD_EXT"><B>GL_FUNC_ADD_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTBlendMinmax.html" title="class in org.lwjgl.opengles">EXTBlendMinmax</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquationEXT:
<DT><A HREF="./org/lwjgl/opengles/OESBlendSubtract.html#GL_FUNC_ADD_OES"><B>GL_FUNC_ADD_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESBlendSubtract.html" title="class in org.lwjgl.opengles">OESBlendSubtract</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquationOES:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_FUNC_REVERSE_SUBTRACT"><B>GL_FUNC_REVERSE_SUBTRACT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_FUNC_REVERSE_SUBTRACT"><B>GL_FUNC_REVERSE_SUBTRACT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FUNC_REVERSE_SUBTRACT"><B>GL_FUNC_REVERSE_SUBTRACT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendSubtract
<DT><A HREF="./org/lwjgl/opengl/EXTBlendSubtract.html#GL_FUNC_REVERSE_SUBTRACT_EXT"><B>GL_FUNC_REVERSE_SUBTRACT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendSubtract.html" title="class in org.lwjgl.opengl">EXTBlendSubtract</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESBlendSubtract.html#GL_FUNC_REVERSE_SUBTRACT_OES"><B>GL_FUNC_REVERSE_SUBTRACT_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESBlendSubtract.html" title="class in org.lwjgl.opengles">OESBlendSubtract</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquationOES:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_FUNC_SUBTRACT"><B>GL_FUNC_SUBTRACT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_FUNC_SUBTRACT"><B>GL_FUNC_SUBTRACT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_FUNC_SUBTRACT"><B>GL_FUNC_SUBTRACT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendSubtract
<DT><A HREF="./org/lwjgl/opengl/EXTBlendSubtract.html#GL_FUNC_SUBTRACT_EXT"><B>GL_FUNC_SUBTRACT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendSubtract.html" title="class in org.lwjgl.opengl">EXTBlendSubtract</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESBlendSubtract.html#GL_FUNC_SUBTRACT_OES"><B>GL_FUNC_SUBTRACT_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESBlendSubtract.html" title="class in org.lwjgl.opengles">OESBlendSubtract</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquationOES:
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_GENERATE_MIPMAP"><B>GL_GENERATE_MIPMAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_GENERATE_MIPMAP_HINT"><B>GL_GENERATE_MIPMAP_HINT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_GENERATE_MIPMAP_HINT"><B>GL_GENERATE_MIPMAP_HINT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>HintTarget
<DT><A HREF="./org/lwjgl/opengl/SGISGenerateMipmap.html#GL_GENERATE_MIPMAP_HINT_SGIS"><B>GL_GENERATE_MIPMAP_HINT_SGIS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/SGISGenerateMipmap.html" title="class in org.lwjgl.opengl">SGISGenerateMipmap</A>
<DD>Accepted by the &lt;target&gt; parameter of Hint, and by the <pname>
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengl/SGISGenerateMipmap.html#GL_GENERATE_MIPMAP_SGIS"><B>GL_GENERATE_MIPMAP_SGIS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/SGISGenerateMipmap.html" title="class in org.lwjgl.opengl">SGISGenerateMipmap</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameteri, TexParameterf,
TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_GENERIC_ATTRIB_NV"><B>GL_GENERIC_ATTRIB_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;attribs&gt; parameter of TransformFeedbackAttribsNV:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_GEOMETRY_INPUT_TYPE"><B>GL_GEOMETRY_INPUT_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of ProgramParameteriEXT and
GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_GEOMETRY_INPUT_TYPE_ARB"><B>GL_GEOMETRY_INPUT_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of ProgramParameteriEXT and
GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_GEOMETRY_INPUT_TYPE_EXT"><B>GL_GEOMETRY_INPUT_TYPE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of ProgramParameteriEXT and
GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_GEOMETRY_OUTPUT_TYPE"><B>GL_GEOMETRY_OUTPUT_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of ProgramParameteriEXT and
GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_GEOMETRY_OUTPUT_TYPE_ARB"><B>GL_GEOMETRY_OUTPUT_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of ProgramParameteriEXT and
GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_GEOMETRY_OUTPUT_TYPE_EXT"><B>GL_GEOMETRY_OUTPUT_TYPE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of ProgramParameteriEXT and
GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html#GL_GEOMETRY_PROGRAM_NV"><B>GL_GEOMETRY_PROGRAM_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl">NVGeometryProgram4</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html#GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV"><B>GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameter of ProgramBufferParametersfvNV,
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
and the &lt;value&gt; parameter of GetIntegerIndexedvEXT:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_GEOMETRY_SHADER"><B>GL_GEOMETRY_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;type&gt; parameter of CreateShader and returned by the
&lt;params&gt; parameter of GetShaderiv:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_GEOMETRY_SHADER_ARB"><B>GL_GEOMETRY_SHADER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;type&gt; parameter of CreateShader and returned by the
&lt;params&gt; parameter of GetShaderiv:
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_GEOMETRY_SHADER_BIT"><B>GL_GEOMETRY_SHADER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStages:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_GEOMETRY_SHADER_BIT"><B>GL_GEOMETRY_SHADER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStages:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_GEOMETRY_SHADER_EXT"><B>GL_GEOMETRY_SHADER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;type&gt; parameter of CreateShader and returned by the
&lt;params&gt; parameter of GetShaderiv:
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShader5.html#GL_GEOMETRY_SHADER_INVOCATIONS"><B>GL_GEOMETRY_SHADER_INVOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShader5.html" title="class in org.lwjgl.opengl">ARBGpuShader5</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html#GL_GEOMETRY_SHADER_INVOCATIONS"><B>GL_GEOMETRY_SHADER_INVOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html" title="class in org.lwjgl.opengl">ARBPipelineStatisticsQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_GEOMETRY_SHADER_INVOCATIONS"><B>GL_GEOMETRY_SHADER_INVOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html#GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB"><B>GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html" title="class in org.lwjgl.opengl">ARBPipelineStatisticsQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_GEOMETRY_SUBROUTINE"><B>GL_GEOMETRY_SUBROUTINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_GEOMETRY_SUBROUTINE"><B>GL_GEOMETRY_SUBROUTINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_GEOMETRY_SUBROUTINE_UNIFORM"><B>GL_GEOMETRY_SUBROUTINE_UNIFORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_GEOMETRY_SUBROUTINE_UNIFORM"><B>GL_GEOMETRY_SUBROUTINE_UNIFORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_GEOMETRY_TEXTURE"><B>GL_GEOMETRY_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_GEOMETRY_TEXTURE"><B>GL_GEOMETRY_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_GEOMETRY_VERTICES_OUT"><B>GL_GEOMETRY_VERTICES_OUT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of ProgramParameteriEXT and
GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_GEOMETRY_VERTICES_OUT_ARB"><B>GL_GEOMETRY_VERTICES_OUT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of ProgramParameteriEXT and
GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_GEOMETRY_VERTICES_OUT_EXT"><B>GL_GEOMETRY_VERTICES_OUT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of ProgramParameteriEXT and
GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_GEQUAL"><B>GL_GEQUAL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_GEQUAL"><B>GL_GEQUAL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilFunction
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_GET_TEXTURE_IMAGE_FORMAT"><B>GL_GET_TEXTURE_IMAGE_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_GET_TEXTURE_IMAGE_FORMAT"><B>GL_GET_TEXTURE_IMAGE_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_GET_TEXTURE_IMAGE_TYPE"><B>GL_GET_TEXTURE_IMAGE_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_GET_TEXTURE_IMAGE_TYPE"><B>GL_GET_TEXTURE_IMAGE_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_HAS_KERNING_NV"><B>GL_GLYPH_HAS_KERNING_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_HEIGHT_BIT_NV"><B>GL_GLYPH_HEIGHT_BIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_HORIZONTAL_BEARING_ADVANCE_BIT_NV"><B>GL_GLYPH_HORIZONTAL_BEARING_ADVANCE_BIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_HORIZONTAL_BEARING_X_BIT_NV"><B>GL_GLYPH_HORIZONTAL_BEARING_X_BIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_HORIZONTAL_BEARING_Y_BIT_NV"><B>GL_GLYPH_HORIZONTAL_BEARING_Y_BIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_VERTICAL_BEARING_ADVANCE_BIT_NV"><B>GL_GLYPH_VERTICAL_BEARING_ADVANCE_BIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_VERTICAL_BEARING_X_BIT_NV"><B>GL_GLYPH_VERTICAL_BEARING_X_BIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_VERTICAL_BEARING_Y_BIT_NV"><B>GL_GLYPH_VERTICAL_BEARING_Y_BIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_GLYPH_WIDTH_BIT_NV"><B>GL_GLYPH_WIDTH_BIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted as a bit within the &lt;metricQueryMask&gt; parameter of
GetPathMetricRangeNV or GetPathMetricsNV:
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#GL_GPU_ADDRESS_NV"><B>GL_GPU_ADDRESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/NVXGpuMemoryInfo.html#GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX"><B>GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVXGpuMemoryInfo.html" title="class in org.lwjgl.opengl">NVXGpuMemoryInfo</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/NVXGpuMemoryInfo.html#GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX"><B>GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVXGpuMemoryInfo.html" title="class in org.lwjgl.opengl">NVXGpuMemoryInfo</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/NVXGpuMemoryInfo.html#GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX"><B>GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVXGpuMemoryInfo.html" title="class in org.lwjgl.opengl">NVXGpuMemoryInfo</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/NVXGpuMemoryInfo.html#GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX"><B>GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVXGpuMemoryInfo.html" title="class in org.lwjgl.opengl">NVXGpuMemoryInfo</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/NVXGpuMemoryInfo.html#GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX"><B>GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVXGpuMemoryInfo.html" title="class in org.lwjgl.opengl">NVXGpuMemoryInfo</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengles/QCOMBinningControl.html#GL_GPU_OPTIMIZED_QCOM"><B>GL_GPU_OPTIMIZED_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMBinningControl.html" title="class in org.lwjgl.opengles">QCOMBinningControl</A>
<DD>Accepted by the &lt;hint&gt; parameter of Hint:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_GREATER"><B>GL_GREATER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_GREATER"><B>GL_GREATER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilFunction
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_GREEN"><B>GL_GREEN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_GREEN"><B>GL_GREEN</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_GREEN_BIAS"><B>GL_GREEN_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_GREEN_BIT_ATI"><B>GL_GREEN_BIT_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_GREEN_BITS"><B>GL_GREEN_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_GREEN_BITS"><B>GL_GREEN_BITS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_GREEN_INTEGER"><B>GL_GREEN_INTEGER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_GREEN_INTEGER_EXT"><B>GL_GREEN_INTEGER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_GREEN_SCALE"><B>GL_GREEN_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_GREMEDY_frame_terminator"><B>GL_GREMEDY_frame_terminator</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_GREMEDY_string_marker"><B>GL_GREMEDY_string_marker</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_GUILTY_CONTEXT_RESET"><B>GL_GUILTY_CONTEXT_RESET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Returned by GetGraphicsResetStatus:
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#GL_GUILTY_CONTEXT_RESET"><B>GL_GUILTY_CONTEXT_RESET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>Returned by GetGraphicsResetStatus:
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#GL_GUILTY_CONTEXT_RESET_ARB"><B>GL_GUILTY_CONTEXT_RESET_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>Returned by GetGraphicsResetStatusARB:
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#GL_GUILTY_CONTEXT_RESET_EXT"><B>GL_GUILTY_CONTEXT_RESET_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>Returned by GetGraphicsResetStatusEXT:
<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_HALF_APPLE"><B>GL_HALF_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</A>
<DD>Accepted by the parameters of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, and
GetTexImage:
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_HALF_BIAS_NEGATE_NV"><B>GL_HALF_BIAS_NEGATE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_HALF_BIAS_NORMAL_NV"><B>GL_HALF_BIAS_NORMAL_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_HALF_BIT_ATI"><B>GL_HALF_BIT_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBHalfFloatVertex.html#GL_HALF_FLOAT"><B>GL_HALF_FLOAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBHalfFloatVertex.html" title="class in org.lwjgl.opengl">ARBHalfFloatVertex</A>
<DD>Accepted by the &lt;type&gt; argument of VertexPointer, NormalPointer,
ColorPointer, SecondaryColorPointer, FogCoordPointer, TexCoordPointer,
and VertexAttribPointer:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_HALF_FLOAT"><B>GL_HALF_FLOAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels,
TexImage1D, TexImage2D, TexImage3D, GetTexImage, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, GetConvolutionFilter,
SeparableFilter2D, GetSeparableFilter, ColorTable, ColorSubTable,
and GetColorTable:
<p/>
Accepted by the &lt;type&gt; argument of VertexPointer, NormalPointer,
ColorPointer, SecondaryColorPointer, FogCoordPointer, TexCoordPointer,
and VertexAttribPointer:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_HALF_FLOAT"><B>GL_HALF_FLOAT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBHalfFloatPixel.html#GL_HALF_FLOAT_ARB"><B>GL_HALF_FLOAT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBHalfFloatPixel.html" title="class in org.lwjgl.opengl">ARBHalfFloatPixel</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels,
TexImage1D, TexImage2D, TexImage3D, GetTexImage, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, GetConvolutionFilter,
SeparableFilter2D, GetSeparableFilter, ColorTable, ColorSubTable,
and GetColorTable:
<DT><A HREF="./org/lwjgl/opengles/ARBHalfFloatPixel.html#GL_HALF_FLOAT_ARB"><B>GL_HALF_FLOAT_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBHalfFloatPixel.html" title="class in org.lwjgl.opengles">ARBHalfFloatPixel</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels,
TexImage1D, TexImage2D, TexImage3D, GetTexImage, TexSubImage1D,
TexSubImage2D, TexSubImage3D:
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#GL_HALF_FLOAT_NV"><B>GL_HALF_FLOAT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>Accepted by the &lt;type&gt; argument of VertexPointer, NormalPointer,
ColorPointer, TexCoordPointer, FogCoordPointerEXT,
SecondaryColorPointerEXT, VertexWeightPointerEXT, VertexAttribPointerNV,
DrawPixels, ReadPixels, TexImage1D, TexImage2D, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, and GetTexImage:
<DT><A HREF="./org/lwjgl/opengles/OESTextureHalfFloat.html#GL_HALF_FLOAT_OES"><B>GL_HALF_FLOAT_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTextureHalfFloat.html" title="class in org.lwjgl.opengles">OESTextureHalfFloat</A>
<DD>Accepted by the &lt;type&gt; parameter of TexImage2D, TexSubImage2D,
TexImage3D, and TexSubImage3D:
<DT><A HREF="./org/lwjgl/opengles/OESVertexHalfFloat.html#GL_HALF_FLOAT_OES"><B>GL_HALF_FLOAT_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESVertexHalfFloat.html" title="class in org.lwjgl.opengles">OESVertexHalfFloat</A>
<DD>Accepted by the &lt;type&gt; parameter of VertexAttribPointer:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_HARDLIGHT_NV"><B>GL_HARDLIGHT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_HARDMIX_NV"><B>GL_HARDMIX_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_HI_BIAS_NV"><B>GL_HI_BIAS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_HI_SCALE_NV"><B>GL_HI_SCALE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_HIGH_FLOAT"><B>GL_HIGH_FLOAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;precisiontype&gt; parameter of
GetShaderPrecisionFormat:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_HIGH_FLOAT"><B>GL_HIGH_FLOAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;precisiontype&gt; parameter of
GetShaderPrecisionFormat:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_HIGH_FLOAT"><B>GL_HIGH_FLOAT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shader Precision-Specified Types
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_HIGH_INT"><B>GL_HIGH_INT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;precisiontype&gt; parameter of
GetShaderPrecisionFormat:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_HIGH_INT"><B>GL_HIGH_INT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;precisiontype&gt; parameter of
GetShaderPrecisionFormat:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_HIGH_INT"><B>GL_HIGH_INT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shader Precision-Specified Types
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_HILO16_NV"><B>GL_HILO16_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D and
TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_HILO16_NV"><B>GL_HILO16_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_HILO8_NV"><B>GL_HILO8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_HILO_NV"><B>GL_HILO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;format&gt; parameter of GetTexImage, TexImage1D,
TexImage2D, TexSubImage1D, and TexSubImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_HILO_NV"><B>GL_HILO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_HINT_BIT"><B>GL_HINT_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM"><B>GL_HISTOGRAM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_ALPHA_SIZE"><B>GL_HISTOGRAM_ALPHA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_BLUE_SIZE"><B>GL_HISTOGRAM_BLUE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_FORMAT"><B>GL_HISTOGRAM_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_GREEN_SIZE"><B>GL_HISTOGRAM_GREEN_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_LUMINANCE_SIZE"><B>GL_HISTOGRAM_LUMINANCE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_RED_SIZE"><B>GL_HISTOGRAM_RED_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_SINK"><B>GL_HISTOGRAM_SINK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_HISTOGRAM_WIDTH"><B>GL_HISTOGRAM_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_HORIZONTAL_LINE_TO_NV"><B>GL_HORIZONTAL_LINE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_HP_occlusion_test"><B>GL_HP_occlusion_test</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_HSL_COLOR_NV"><B>GL_HSL_COLOR_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_HSL_HUE_NV"><B>GL_HSL_HUE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_HSL_LUMINOSITY_NV"><B>GL_HSL_LUMINOSITY_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_HSL_SATURATION_NV"><B>GL_HSL_SATURATION_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_IBM_rasterpos_clip"><B>GL_IBM_rasterpos_clip</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_IDENTITY_NV"><B>GL_IDENTITY_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;transform&gt; parameter of TrackMatrixNV:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_IGNORE_BORDER"><B>GL_IGNORE_BORDER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_1D"><B>GL_IMAGE_1D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_1D"><B>GL_IMAGE_1D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_1D_ARRAY"><B>GL_IMAGE_1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_1D_ARRAY"><B>GL_IMAGE_1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_1D_ARRAY_EXT"><B>GL_IMAGE_1D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_1D_EXT"><B>GL_IMAGE_1D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_2D"><B>GL_IMAGE_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_2D"><B>GL_IMAGE_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_2D_ARRAY"><B>GL_IMAGE_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_2D_ARRAY"><B>GL_IMAGE_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_2D_ARRAY_EXT"><B>GL_IMAGE_2D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_2D_EXT"><B>GL_IMAGE_2D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_2D_MULTISAMPLE"><B>GL_IMAGE_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_2D_MULTISAMPLE"><B>GL_IMAGE_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_2D_MULTISAMPLE_ARRAY"><B>GL_IMAGE_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_2D_MULTISAMPLE_ARRAY"><B>GL_IMAGE_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_2D_MULTISAMPLE_ARRAY_EXT"><B>GL_IMAGE_2D_MULTISAMPLE_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_2D_MULTISAMPLE_EXT"><B>GL_IMAGE_2D_MULTISAMPLE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_2D_RECT"><B>GL_IMAGE_2D_RECT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_2D_RECT"><B>GL_IMAGE_2D_RECT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_2D_RECT_EXT"><B>GL_IMAGE_2D_RECT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_3D"><B>GL_IMAGE_3D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_3D"><B>GL_IMAGE_3D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_3D_EXT"><B>GL_IMAGE_3D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_BINDING_ACCESS"><B>GL_IMAGE_BINDING_ACCESS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_BINDING_ACCESS"><B>GL_IMAGE_BINDING_ACCESS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_BINDING_ACCESS_EXT"><B>GL_IMAGE_BINDING_ACCESS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_BINDING_FORMAT"><B>GL_IMAGE_BINDING_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_BINDING_FORMAT"><B>GL_IMAGE_BINDING_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_BINDING_FORMAT_EXT"><B>GL_IMAGE_BINDING_FORMAT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_BINDING_LAYER"><B>GL_IMAGE_BINDING_LAYER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_BINDING_LAYER"><B>GL_IMAGE_BINDING_LAYER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_BINDING_LAYER_EXT"><B>GL_IMAGE_BINDING_LAYER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_BINDING_LAYERED"><B>GL_IMAGE_BINDING_LAYERED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_BINDING_LAYERED"><B>GL_IMAGE_BINDING_LAYERED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_BINDING_LAYERED_EXT"><B>GL_IMAGE_BINDING_LAYERED_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_BINDING_LEVEL"><B>GL_IMAGE_BINDING_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_BINDING_LEVEL"><B>GL_IMAGE_BINDING_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_BINDING_LEVEL_EXT"><B>GL_IMAGE_BINDING_LEVEL_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_BINDING_NAME"><B>GL_IMAGE_BINDING_NAME</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_BINDING_NAME"><B>GL_IMAGE_BINDING_NAME</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_BINDING_NAME_EXT"><B>GL_IMAGE_BINDING_NAME_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_v and GetBooleani_v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_BUFFER"><B>GL_IMAGE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_BUFFER"><B>GL_IMAGE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_BUFFER_EXT"><B>GL_IMAGE_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_10_10_10_2"><B>GL_IMAGE_CLASS_10_10_10_2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_10_10_10_2"><B>GL_IMAGE_CLASS_10_10_10_2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_11_11_10"><B>GL_IMAGE_CLASS_11_11_10</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_11_11_10"><B>GL_IMAGE_CLASS_11_11_10</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_1_X_16"><B>GL_IMAGE_CLASS_1_X_16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_1_X_16"><B>GL_IMAGE_CLASS_1_X_16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_1_X_32"><B>GL_IMAGE_CLASS_1_X_32</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_1_X_32"><B>GL_IMAGE_CLASS_1_X_32</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_1_X_8"><B>GL_IMAGE_CLASS_1_X_8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_1_X_8"><B>GL_IMAGE_CLASS_1_X_8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_2_X_16"><B>GL_IMAGE_CLASS_2_X_16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_2_X_16"><B>GL_IMAGE_CLASS_2_X_16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_2_X_32"><B>GL_IMAGE_CLASS_2_X_32</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_2_X_32"><B>GL_IMAGE_CLASS_2_X_32</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_2_X_8"><B>GL_IMAGE_CLASS_2_X_8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_2_X_8"><B>GL_IMAGE_CLASS_2_X_8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_4_X_16"><B>GL_IMAGE_CLASS_4_X_16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_4_X_16"><B>GL_IMAGE_CLASS_4_X_16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_4_X_32"><B>GL_IMAGE_CLASS_4_X_32</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_4_X_32"><B>GL_IMAGE_CLASS_4_X_32</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_CLASS_4_X_8"><B>GL_IMAGE_CLASS_4_X_8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_CLASS_4_X_8"><B>GL_IMAGE_CLASS_4_X_8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_COMPATIBILITY_CLASS"><B>GL_IMAGE_COMPATIBILITY_CLASS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_COMPATIBILITY_CLASS"><B>GL_IMAGE_COMPATIBILITY_CLASS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_CUBE"><B>GL_IMAGE_CUBE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_CUBE"><B>GL_IMAGE_CUBE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_CUBE_EXT"><B>GL_IMAGE_CUBE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_CUBE_MAP_ARRAY"><B>GL_IMAGE_CUBE_MAP_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_CUBE_MAP_ARRAY"><B>GL_IMAGE_CUBE_MAP_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_IMAGE_CUBE_MAP_ARRAY_EXT"><B>GL_IMAGE_CUBE_MAP_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE"><B>GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned in the &lt;data&gt; parameter of GetTexParameteriv, GetTexParameterfv,
GetTexParameterIiv, and GetTexParameterIuiv when &lt;value&gt; is
IMAGE_FORMAT_COMPATIBILITY_TYPE:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE"><B>GL_IMAGE_FORMAT_COMPATIBILITY_BY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned in the &lt;data&gt; parameter of GetTexParameteriv, GetTexParameterfv,
GetTexParameterIiv, and GetTexParameterIuiv when &lt;value&gt; is
IMAGE_FORMAT_COMPATIBILITY_TYPE:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_FORMAT_COMPATIBILITY_TYPE"><B>GL_IMAGE_FORMAT_COMPATIBILITY_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_IMAGE_FORMAT_COMPATIBILITY_TYPE"><B>GL_IMAGE_FORMAT_COMPATIBILITY_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexParameteriv, GetTexParameterfv,
GetTexParameterIiv, and GetTexParameterIuiv:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_IMAGE_FORMAT_COMPATIBILITY_TYPE"><B>GL_IMAGE_FORMAT_COMPATIBILITY_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexParameteriv, GetTexParameterfv,
GetTexParameterIiv, and GetTexParameterIuiv:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_PIXEL_FORMAT"><B>GL_IMAGE_PIXEL_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_PIXEL_FORMAT"><B>GL_IMAGE_PIXEL_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_PIXEL_TYPE"><B>GL_IMAGE_PIXEL_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_PIXEL_TYPE"><B>GL_IMAGE_PIXEL_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_IMAGE_TEXEL_SIZE"><B>GL_IMAGE_TEXEL_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IMAGE_TEXEL_SIZE"><B>GL_IMAGE_TEXEL_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_IMG_multisampled_render_to_texture"><B>GL_IMG_multisampled_render_to_texture</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_IMG_program_binary"><B>GL_IMG_program_binary</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_IMG_read_format"><B>GL_IMG_read_format</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_IMG_shader_binary"><B>GL_IMG_shader_binary</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_IMG_texture_compression_pvrtc"><B>GL_IMG_texture_compression_pvrtc</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_IMPLEMENTATION_COLOR_READ_FORMAT"><B>GL_IMPLEMENTATION_COLOR_READ_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_IMPLEMENTATION_COLOR_READ_FORMAT"><B>GL_IMPLEMENTATION_COLOR_READ_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_IMPLEMENTATION_COLOR_READ_FORMAT"><B>GL_IMPLEMENTATION_COLOR_READ_FORMAT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Read Format
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_IMPLEMENTATION_COLOR_READ_TYPE"><B>GL_IMPLEMENTATION_COLOR_READ_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_IMPLEMENTATION_COLOR_READ_TYPE"><B>GL_IMPLEMENTATION_COLOR_READ_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_IMPLEMENTATION_COLOR_READ_TYPE"><B>GL_IMPLEMENTATION_COLOR_READ_TYPE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Read Format
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INCR"><B>GL_INCR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_INCR"><B>GL_INCR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilOp
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_INCR_WRAP"><B>GL_INCR_WRAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_INCR_WRAP"><B>GL_INCR_WRAP</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilOp
<DT><A HREF="./org/lwjgl/opengl/EXTStencilWrap.html#GL_INCR_WRAP_EXT"><B>GL_INCR_WRAP_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTStencilWrap.html" title="class in org.lwjgl.opengl">EXTStencilWrap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_INDEX"><B>GL_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Returned in &lt;params&gt; by GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_INDEX"><B>GL_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned in &lt;params&gt; by GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INDEX_ARRAY"><B>GL_INDEX_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_INDEX_ARRAY_ADDRESS_NV"><B>GL_INDEX_ARRAY_ADDRESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;pname&gt; parameter of BufferAddressRangeNV
and the &lt;value&gt; parameter of GetIntegerui64vNV:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_INDEX_ARRAY_BUFFER_BINDING"><B>GL_INDEX_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_INDEX_ARRAY_BUFFER_BINDING_ARB"><B>GL_INDEX_ARRAY_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_INDEX_ARRAY_LENGTH_NV"><B>GL_INDEX_ARRAY_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INDEX_ARRAY_POINTER"><B>GL_INDEX_ARRAY_POINTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INDEX_ARRAY_STRIDE"><B>GL_INDEX_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INDEX_ARRAY_TYPE"><B>GL_INDEX_ARRAY_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INDEX_BITS"><B>GL_INDEX_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INDEX_CLEAR_VALUE"><B>GL_INDEX_CLEAR_VALUE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INDEX_LOGIC_OP"><B>GL_INDEX_LOGIC_OP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INDEX_MODE"><B>GL_INDEX_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INDEX_OFFSET"><B>GL_INDEX_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INDEX_SHIFT"><B>GL_INDEX_SHIFT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INDEX_WRITEMASK"><B>GL_INDEX_WRITEMASK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_INFO_LOG_LENGTH"><B>GL_INFO_LOG_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_INFO_LOG_LENGTH"><B>GL_INFO_LOG_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shader Source
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_INNOCENT_CONTEXT_RESET"><B>GL_INNOCENT_CONTEXT_RESET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Returned by GetGraphicsResetStatus:
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#GL_INNOCENT_CONTEXT_RESET"><B>GL_INNOCENT_CONTEXT_RESET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>Returned by GetGraphicsResetStatus:
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#GL_INNOCENT_CONTEXT_RESET_ARB"><B>GL_INNOCENT_CONTEXT_RESET_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>Returned by GetGraphicsResetStatusARB:
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#GL_INNOCENT_CONTEXT_RESET_EXT"><B>GL_INNOCENT_CONTEXT_RESET_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>Returned by GetGraphicsResetStatusEXT:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INT"><B>GL_INT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_INT"><B>GL_INT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>DataType
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT16_NV"><B>GL_INT16_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT16_VEC2_NV"><B>GL_INT16_VEC2_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT16_VEC3_NV"><B>GL_INT16_VEC3_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT16_VEC4_NV"><B>GL_INT16_VEC4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT64_NV"><B>GL_INT64_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#GL_INT64_NV"><B>GL_INT64_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>Accepted by the &lt;type&gt; parameter of VertexAttribLPointerEXT,
VertexArrayVertexAttribLOffsetEXT, and VertexAttribLFormatNV:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT64_VEC2_NV"><B>GL_INT64_VEC2_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT64_VEC3_NV"><B>GL_INT64_VEC3_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT64_VEC4_NV"><B>GL_INT64_VEC4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT8_NV"><B>GL_INT8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT8_VEC2_NV"><B>GL_INT8_VEC2_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT8_VEC3_NV"><B>GL_INT8_VEC3_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_INT8_VEC4_NV"><B>GL_INT8_VEC4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengles/OESVertexType1010102.html#GL_INT_10_10_10_2_OES"><B>GL_INT_10_10_10_2_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESVertexType1010102.html" title="class in org.lwjgl.opengles">OESVertexType1010102</A>
<DD>Accepted by the &lt;type&gt; parameter of VertexAttribPointer
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#GL_INT_2_10_10_10_REV"><B>GL_INT_2_10_10_10_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>Accepted by the &lt;type&gt; parameter of VertexAttribPointer, VertexPointer,
NormalPointer, ColorPointer, SecondaryColorPointer, TexCoordPointer,
VertexAttribP{1234}ui, VertexP*, TexCoordP*, MultiTexCoordP*, NormalP3ui,
ColorP*, SecondaryColorP* and VertexAttribP*
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_INT_2_10_10_10_REV"><B>GL_INT_2_10_10_10_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;type&gt; parameter of VertexAttribPointer, VertexPointer,
NormalPointer, ColorPointer, SecondaryColorPointer, TexCoordPointer,
VertexAttribP{1234}ui, VertexP*, TexCoordP*, MultiTexCoordP*, NormalP3ui,
ColorP*, SecondaryColorP* and VertexAttribP*
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_INT_2_10_10_10_REV"><B>GL_INT_2_10_10_10_REV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_1D"><B>GL_INT_IMAGE_1D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_1D"><B>GL_INT_IMAGE_1D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_1D_ARRAY"><B>GL_INT_IMAGE_1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_1D_ARRAY"><B>GL_INT_IMAGE_1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_1D_ARRAY_EXT"><B>GL_INT_IMAGE_1D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_1D_EXT"><B>GL_INT_IMAGE_1D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_2D"><B>GL_INT_IMAGE_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_2D"><B>GL_INT_IMAGE_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_2D_ARRAY"><B>GL_INT_IMAGE_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_2D_ARRAY"><B>GL_INT_IMAGE_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_2D_ARRAY_EXT"><B>GL_INT_IMAGE_2D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_2D_EXT"><B>GL_INT_IMAGE_2D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_2D_MULTISAMPLE"><B>GL_INT_IMAGE_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_2D_MULTISAMPLE"><B>GL_INT_IMAGE_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY"><B>GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY"><B>GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT"><B>GL_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_2D_MULTISAMPLE_EXT"><B>GL_INT_IMAGE_2D_MULTISAMPLE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_2D_RECT"><B>GL_INT_IMAGE_2D_RECT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_2D_RECT"><B>GL_INT_IMAGE_2D_RECT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_2D_RECT_EXT"><B>GL_INT_IMAGE_2D_RECT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_3D"><B>GL_INT_IMAGE_3D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_3D"><B>GL_INT_IMAGE_3D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_3D_EXT"><B>GL_INT_IMAGE_3D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_BUFFER"><B>GL_INT_IMAGE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_BUFFER"><B>GL_INT_IMAGE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_BUFFER_EXT"><B>GL_INT_IMAGE_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_CUBE"><B>GL_INT_IMAGE_CUBE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_CUBE"><B>GL_INT_IMAGE_CUBE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_CUBE_EXT"><B>GL_INT_IMAGE_CUBE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_INT_IMAGE_CUBE_MAP_ARRAY"><B>GL_INT_IMAGE_CUBE_MAP_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_INT_IMAGE_CUBE_MAP_ARRAY"><B>GL_INT_IMAGE_CUBE_MAP_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT"><B>GL_INT_IMAGE_CUBE_MAP_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_1D"><B>GL_INT_SAMPLER_1D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_1D_ARRAY"><B>GL_INT_SAMPLER_1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_1D_ARRAY_EXT"><B>GL_INT_SAMPLER_1D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_1D_EXT"><B>GL_INT_SAMPLER_1D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_2D"><B>GL_INT_SAMPLER_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_INT_SAMPLER_2D"><B>GL_INT_SAMPLER_2D</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_2D_ARRAY"><B>GL_INT_SAMPLER_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_INT_SAMPLER_2D_ARRAY"><B>GL_INT_SAMPLER_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_2D_ARRAY_EXT"><B>GL_INT_SAMPLER_2D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_2D_EXT"><B>GL_INT_SAMPLER_2D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_INT_SAMPLER_2D_MULTISAMPLE"><B>GL_INT_SAMPLER_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_INT_SAMPLER_2D_MULTISAMPLE"><B>GL_INT_SAMPLER_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY"><B>GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY"><B>GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_2D_RECT"><B>GL_INT_SAMPLER_2D_RECT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_2D_RECT_EXT"><B>GL_INT_SAMPLER_2D_RECT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_3D"><B>GL_INT_SAMPLER_3D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_INT_SAMPLER_3D"><B>GL_INT_SAMPLER_3D</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_3D_EXT"><B>GL_INT_SAMPLER_3D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_BUFFER"><B>GL_INT_SAMPLER_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#GL_INT_SAMPLER_BUFFER_AMD"><B>GL_INT_SAMPLER_BUFFER_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_BUFFER_EXT"><B>GL_INT_SAMPLER_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_INT_SAMPLER_CUBE"><B>GL_INT_SAMPLER_CUBE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_INT_SAMPLER_CUBE"><B>GL_INT_SAMPLER_CUBE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_INT_SAMPLER_CUBE_EXT"><B>GL_INT_SAMPLER_CUBE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_INT_SAMPLER_CUBE_MAP_ARRAY"><B>GL_INT_SAMPLER_CUBE_MAP_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html#GL_INT_SAMPLER_CUBE_MAP_ARRAY_ARB"><B>GL_INT_SAMPLER_CUBE_MAP_ARRAY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl">ARBTextureCubeMapArray</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_INT_SAMPLER_RENDERBUFFER_NV"><B>GL_INT_SAMPLER_RENDERBUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_INT_VEC2"><B>GL_INT_VEC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_INT_VEC2"><B>GL_INT_VEC2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_INT_VEC2_ARB"><B>GL_INT_VEC2_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_INT_VEC3"><B>GL_INT_VEC3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_INT_VEC3"><B>GL_INT_VEC3</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_INT_VEC3_ARB"><B>GL_INT_VEC3_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_INT_VEC4"><B>GL_INT_VEC4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_INT_VEC4"><B>GL_INT_VEC4</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_INT_VEC4_ARB"><B>GL_INT_VEC4_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_INTEL_map_texture"><B>GL_INTEL_map_texture</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INTENSITY"><B>GL_INTENSITY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INTENSITY12"><B>GL_INTENSITY12</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INTENSITY16"><B>GL_INTENSITY16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_INTENSITY16_SNORM"><B>GL_INTENSITY16_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_INTENSITY16F_ARB"><B>GL_INTENSITY16F_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_INTENSITY16I_EXT"><B>GL_INTENSITY16I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_INTENSITY16UI_EXT"><B>GL_INTENSITY16UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_INTENSITY32F_ARB"><B>GL_INTENSITY32F_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_INTENSITY32I_EXT"><B>GL_INTENSITY32I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_INTENSITY32UI_EXT"><B>GL_INTENSITY32UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INTENSITY4"><B>GL_INTENSITY4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INTENSITY8"><B>GL_INTENSITY8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_INTENSITY8_SNORM"><B>GL_INTENSITY8_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_INTENSITY8I_EXT"><B>GL_INTENSITY8I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_INTENSITY8UI_EXT"><B>GL_INTENSITY8UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_INTENSITY_FLOAT16_APPLE"><B>GL_INTENSITY_FLOAT16_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</A>
<DD>Accepted by the parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ATITextureFloat.html#GL_INTENSITY_FLOAT16_ATI"><B>GL_INTENSITY_FLOAT16_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_INTENSITY_FLOAT32_APPLE"><B>GL_INTENSITY_FLOAT32_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</A>
<DD>Accepted by the parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ATITextureFloat.html#GL_INTENSITY_FLOAT32_ATI"><B>GL_INTENSITY_FLOAT32_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_INTENSITY_SNORM"><B>GL_INTENSITY_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_INTERLEAVED_ATTRIBS"><B>GL_INTERLEAVED_ATTRIBS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;bufferMode&gt; parameter of TransformFeedbackVaryings:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_INTERLEAVED_ATTRIBS"><B>GL_INTERLEAVED_ATTRIBS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_INTERLEAVED_ATTRIBS_EXT"><B>GL_INTERLEAVED_ATTRIBS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;bufferMode&gt; parameter of TransformFeedbackVaryingsEXT:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_INTERLEAVED_ATTRIBS_NV"><B>GL_INTERLEAVED_ATTRIBS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;bufferMode&gt; parameter of TransformFeedbackAttribsNV and
TransformFeedbackVaryingsNV:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_ALPHA_SIZE"><B>GL_INTERNALFORMAT_ALPHA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_ALPHA_SIZE"><B>GL_INTERNALFORMAT_ALPHA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_ALPHA_TYPE"><B>GL_INTERNALFORMAT_ALPHA_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_ALPHA_TYPE"><B>GL_INTERNALFORMAT_ALPHA_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_BLUE_SIZE"><B>GL_INTERNALFORMAT_BLUE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_BLUE_SIZE"><B>GL_INTERNALFORMAT_BLUE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_BLUE_TYPE"><B>GL_INTERNALFORMAT_BLUE_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_BLUE_TYPE"><B>GL_INTERNALFORMAT_BLUE_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_DEPTH_SIZE"><B>GL_INTERNALFORMAT_DEPTH_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_DEPTH_SIZE"><B>GL_INTERNALFORMAT_DEPTH_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_DEPTH_TYPE"><B>GL_INTERNALFORMAT_DEPTH_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_DEPTH_TYPE"><B>GL_INTERNALFORMAT_DEPTH_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_GREEN_SIZE"><B>GL_INTERNALFORMAT_GREEN_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_GREEN_SIZE"><B>GL_INTERNALFORMAT_GREEN_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_GREEN_TYPE"><B>GL_INTERNALFORMAT_GREEN_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_GREEN_TYPE"><B>GL_INTERNALFORMAT_GREEN_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_PREFERRED"><B>GL_INTERNALFORMAT_PREFERRED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_PREFERRED"><B>GL_INTERNALFORMAT_PREFERRED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_RED_SIZE"><B>GL_INTERNALFORMAT_RED_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_RED_SIZE"><B>GL_INTERNALFORMAT_RED_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_RED_TYPE"><B>GL_INTERNALFORMAT_RED_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_RED_TYPE"><B>GL_INTERNALFORMAT_RED_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_SHARED_SIZE"><B>GL_INTERNALFORMAT_SHARED_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_SHARED_SIZE"><B>GL_INTERNALFORMAT_SHARED_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_STENCIL_SIZE"><B>GL_INTERNALFORMAT_STENCIL_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_STENCIL_SIZE"><B>GL_INTERNALFORMAT_STENCIL_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_STENCIL_TYPE"><B>GL_INTERNALFORMAT_STENCIL_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_STENCIL_TYPE"><B>GL_INTERNALFORMAT_STENCIL_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_INTERNALFORMAT_SUPPORTED"><B>GL_INTERNALFORMAT_SUPPORTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_INTERNALFORMAT_SUPPORTED"><B>GL_INTERNALFORMAT_SUPPORTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_INTERPOLATE"><B>GL_INTERPOLATE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_INTERPOLATE_ARB"><B>GL_INTERPOLATE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_INTERPOLATE_EXT"><B>GL_INTERPOLATE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INVALID_ENUM"><B>GL_INVALID_ENUM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_INVALID_ENUM"><B>GL_INVALID_ENUM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>ErrorCode
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_INVALID_FRAMEBUFFER_OPERATION"><B>GL_INVALID_FRAMEBUFFER_OPERATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Returned by GetError():
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_INVALID_FRAMEBUFFER_OPERATION"><B>GL_INVALID_FRAMEBUFFER_OPERATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by GetError():
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_INVALID_FRAMEBUFFER_OPERATION"><B>GL_INVALID_FRAMEBUFFER_OPERATION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_INVALID_FRAMEBUFFER_OPERATION_EXT"><B>GL_INVALID_FRAMEBUFFER_OPERATION_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Returned by GetError():
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_INVALID_FRAMEBUFFER_OPERATION_OES"><B>GL_INVALID_FRAMEBUFFER_OPERATION_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Returned by GetError():
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_INVALID_INDEX"><B>GL_INVALID_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Returned by GetActiveUniformsivARB and GetUniformBlockIndexARB
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_INVALID_INDEX"><B>GL_INVALID_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Returned by GetActiveUniformsiv and GetUniformBlockIndex
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_INVALID_INDEX"><B>GL_INVALID_INDEX</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INVALID_OPERATION"><B>GL_INVALID_OPERATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_INVALID_OPERATION"><B>GL_INVALID_OPERATION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>ErrorCode
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INVALID_VALUE"><B>GL_INVALID_VALUE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_INVALID_VALUE"><B>GL_INVALID_VALUE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>ErrorCode
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_INVARIANT_DATATYPE_EXT"><B>GL_INVARIANT_DATATYPE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_INVARIANT_EXT"><B>GL_INVARIANT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_INVARIANT_VALUE_EXT"><B>GL_INVARIANT_VALUE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_INVERSE_NV"><B>GL_INVERSE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;transform&gt; parameter of TrackMatrixNV:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_INVERSE_TRANSPOSE_NV"><B>GL_INVERSE_TRANSPOSE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;transform&gt; parameter of TrackMatrixNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_INVERT"><B>GL_INVERT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_INVERT"><B>GL_INVERT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilOp
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_INVERT_OVG_NV"><B>GL_INVERT_OVG_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_INVERT_RGB_NV"><B>GL_INVERT_RGB_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_IS_PER_PATCH"><B>GL_IS_PER_PATCH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IS_PER_PATCH"><B>GL_IS_PER_PATCH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_IS_ROW_MAJOR"><B>GL_IS_ROW_MAJOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_IS_ROW_MAJOR"><B>GL_IS_ROW_MAJOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_ISOLINES"><B>GL_ISOLINES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Returned by GetProgramiv when &lt;pname&gt; is TESS_GEN_MODE:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_ISOLINES"><B>GL_ISOLINES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned by GetProgramiv when &lt;pname&gt; is TESS_GEN_MODE:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_ITALIC_BIT_NV"><B>GL_ITALIC_BIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;fontStyle&gt; parameter of PathStringNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_JOIN_BEVEL_NV"><B>GL_JOIN_BEVEL_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Values for the JOIN_STYLE_NV path parameter:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_JOIN_CLIPPED_MITER_NV"><B>GL_JOIN_CLIPPED_MITER_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Values for the JOIN_STYLE_NV path parameter:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_JOIN_MITER_NV"><B>GL_JOIN_MITER_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Values for the JOIN_STYLE_NV path parameter:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_JOIN_ROUND_NV"><B>GL_JOIN_ROUND_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Values for the JOIN_STYLE_NV path parameter:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_KEEP"><B>GL_KEEP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_KEEP"><B>GL_KEEP</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilOp
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_KHR_context_flush_control"><B>GL_KHR_context_flush_control</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_KHR_debug"><B>GL_KHR_debug</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_KHR_debug"><B>GL_KHR_debug</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_KHR_robust_buffer_access_behavior"><B>GL_KHR_robust_buffer_access_behavior</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_KHR_robustness"><B>GL_KHR_robustness</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_KHR_texture_compression_astc_ldr"><B>GL_KHR_texture_compression_astc_ldr</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_KHR_texture_compression_astc_ldr"><B>GL_KHR_texture_compression_astc_ldr</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_LARGE_CCW_ARC_TO_NV"><B>GL_LARGE_CCW_ARC_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_LARGE_CW_ARC_TO_NV"><B>GL_LARGE_CW_ARC_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/ARBProvokingVertex.html#GL_LAST_VERTEX_CONVENTION"><B>GL_LAST_VERTEX_CONVENTION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProvokingVertex.html" title="class in org.lwjgl.opengl">ARBProvokingVertex</A>
<DD>Accepted by the &lt;mode&gt; parameter of ProvokingVertex:
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#GL_LAST_VERTEX_CONVENTION"><B>GL_LAST_VERTEX_CONVENTION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>Returned in the &lt;data&gt; parameter from a Get query with a &lt;pname&gt; of
LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_LAST_VERTEX_CONVENTION"><B>GL_LAST_VERTEX_CONVENTION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;mode&gt; parameter of ProvokingVertex:
<DT><A HREF="./org/lwjgl/opengl/EXTProvokingVertex.html#GL_LAST_VERTEX_CONVENTION_EXT"><B>GL_LAST_VERTEX_CONVENTION_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTProvokingVertex.html" title="class in org.lwjgl.opengl">EXTProvokingVertex</A>
<DD>Accepted by the &lt;mode&gt; parameter of ProvokingVertexEXT:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_LAST_VIDEO_CAPTURE_STATUS_NV"><B>GL_LAST_VIDEO_CAPTURE_STATUS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetVideoCaptureStream{i,f,d}vNV:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_LAYER_NV"><B>GL_LAYER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;attribs&gt; parameter of TransformFeedbackAttribsNV:
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#GL_LAYER_PROVOKING_VERTEX"><B>GL_LAYER_PROVOKING_VERTEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_LAYER_PROVOKING_VERTEX"><B>GL_LAYER_PROVOKING_VERTEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/INTELMapTexture.html#GL_LAYOUT_DEFAULT_INTEL"><B>GL_LAYOUT_DEFAULT_INTEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl">INTELMapTexture</A>
<DD>Accepted by the &lt;params&gt; when &lt;pname&gt; is set to
&lt;TEXTURE_MEMORY_LAYOUT_INTEL&gt;:
<DT><A HREF="./org/lwjgl/opengl/INTELMapTexture.html#GL_LAYOUT_LINEAR_CPU_CACHED_INTEL"><B>GL_LAYOUT_LINEAR_CPU_CACHED_INTEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl">INTELMapTexture</A>
<DD>Accepted by the &lt;params&gt; when &lt;pname&gt; is set to
&lt;TEXTURE_MEMORY_LAYOUT_INTEL&gt;:
<DT><A HREF="./org/lwjgl/opengl/INTELMapTexture.html#GL_LAYOUT_LINEAR_INTEL"><B>GL_LAYOUT_LINEAR_INTEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl">INTELMapTexture</A>
<DD>Accepted by the &lt;params&gt; when &lt;pname&gt; is set to
&lt;TEXTURE_MEMORY_LAYOUT_INTEL&gt;:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LEFT"><B>GL_LEFT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LEQUAL"><B>GL_LEQUAL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_LEQUAL"><B>GL_LEQUAL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilFunction
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_LERP_ATI"><B>GL_LERP_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LESS"><B>GL_LESS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_LESS"><B>GL_LESS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilFunction
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIGHT0"><B>GL_LIGHT0</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIGHT1"><B>GL_LIGHT1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIGHT2"><B>GL_LIGHT2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIGHT3"><B>GL_LIGHT3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIGHT4"><B>GL_LIGHT4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIGHT5"><B>GL_LIGHT5</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIGHT6"><B>GL_LIGHT6</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIGHT7"><B>GL_LIGHT7</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIGHT_MODEL_AMBIENT"><B>GL_LIGHT_MODEL_AMBIENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_LIGHT_MODEL_COLOR_CONTROL"><B>GL_LIGHT_MODEL_COLOR_CONTROL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSeparateSpecularColor.html#GL_LIGHT_MODEL_COLOR_CONTROL_EXT"><B>GL_LIGHT_MODEL_COLOR_CONTROL_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSeparateSpecularColor.html" title="class in org.lwjgl.opengl">EXTSeparateSpecularColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIGHT_MODEL_LOCAL_VIEWER"><B>GL_LIGHT_MODEL_LOCAL_VIEWER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIGHT_MODEL_TWO_SIDE"><B>GL_LIGHT_MODEL_TWO_SIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_LIGHTEN_NV"><B>GL_LIGHTEN_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIGHTING"><B>GL_LIGHTING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIGHTING_BIT"><B>GL_LIGHTING_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINE"><B>GL_LINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINE_BIT"><B>GL_LINE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINE_LOOP"><B>GL_LINE_LOOP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_LINE_LOOP"><B>GL_LINE_LOOP</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BeginMode
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINE_RESET_TOKEN"><B>GL_LINE_RESET_TOKEN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINE_SMOOTH"><B>GL_LINE_SMOOTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINE_SMOOTH_HINT"><B>GL_LINE_SMOOTH_HINT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINE_STIPPLE"><B>GL_LINE_STIPPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINE_STIPPLE_PATTERN"><B>GL_LINE_STIPPLE_PATTERN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINE_STIPPLE_REPEAT"><B>GL_LINE_STIPPLE_REPEAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINE_STRIP"><B>GL_LINE_STRIP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_LINE_STRIP"><B>GL_LINE_STRIP</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BeginMode
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_LINE_STRIP_ADJACENCY"><B>GL_LINE_STRIP_ADJACENCY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;mode&gt; parameter of Begin, DrawArrays,
MultiDrawArrays, DrawElements, MultiDrawElements, and
DrawRangeElements:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_LINE_STRIP_ADJACENCY_ARB"><B>GL_LINE_STRIP_ADJACENCY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;mode&gt; parameter of Begin, DrawArrays,
MultiDrawArrays, DrawElements, MultiDrawElements, and
DrawRangeElements:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_LINE_STRIP_ADJACENCY_EXT"><B>GL_LINE_STRIP_ADJACENCY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;mode&gt; parameter of Begin, DrawArrays,
MultiDrawArrays, DrawElements, MultiDrawElements, and
DrawRangeElements:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_LINE_TO_NV"><B>GL_LINE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_LINE_TO_NV"><B>GL_LINE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as path commands by CreatePathNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINE_TOKEN"><B>GL_LINE_TOKEN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINE_WIDTH"><B>GL_LINE_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_LINE_WIDTH"><B>GL_LINE_WIDTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINE_WIDTH_GRANULARITY"><B>GL_LINE_WIDTH_GRANULARITY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINE_WIDTH_RANGE"><B>GL_LINE_WIDTH_RANGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINEAR"><B>GL_LINEAR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_LINEAR"><B>GL_LINEAR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureMagFilter
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINEAR_ATTENUATION"><B>GL_LINEAR_ATTENUATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINEAR_MIPMAP_LINEAR"><B>GL_LINEAR_MIPMAP_LINEAR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_LINEAR_MIPMAP_LINEAR"><B>GL_LINEAR_MIPMAP_LINEAR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureMinFilter
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINEAR_MIPMAP_NEAREST"><B>GL_LINEAR_MIPMAP_NEAREST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_LINEAR_MIPMAP_NEAREST"><B>GL_LINEAR_MIPMAP_NEAREST</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureMinFilter
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_LINEARBURN_NV"><B>GL_LINEARBURN_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_LINEARDODGE_NV"><B>GL_LINEARDODGE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_LINEARLIGHT_NV"><B>GL_LINEARLIGHT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LINES"><B>GL_LINES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_LINES"><B>GL_LINES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BeginMode
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_LINES_ADJACENCY"><B>GL_LINES_ADJACENCY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;mode&gt; parameter of Begin, DrawArrays,
MultiDrawArrays, DrawElements, MultiDrawElements, and
DrawRangeElements:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_LINES_ADJACENCY_ARB"><B>GL_LINES_ADJACENCY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;mode&gt; parameter of Begin, DrawArrays,
MultiDrawArrays, DrawElements, MultiDrawElements, and
DrawRangeElements:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_LINES_ADJACENCY_EXT"><B>GL_LINES_ADJACENCY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;mode&gt; parameter of Begin, DrawArrays,
MultiDrawArrays, DrawElements, MultiDrawElements, and
DrawRangeElements:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_LINK_STATUS"><B>GL_LINK_STATUS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_LINK_STATUS"><B>GL_LINK_STATUS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIST_BASE"><B>GL_LIST_BASE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIST_BIT"><B>GL_LIST_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIST_INDEX"><B>GL_LIST_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LIST_MODE"><B>GL_LIST_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_LO_BIAS_NV"><B>GL_LO_BIAS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_LO_SCALE_NV"><B>GL_LO_SCALE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LOAD"><B>GL_LOAD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_LOCAL_CONSTANT_DATATYPE_EXT"><B>GL_LOCAL_CONSTANT_DATATYPE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_LOCAL_CONSTANT_EXT"><B>GL_LOCAL_CONSTANT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_LOCAL_CONSTANT_VALUE_EXT"><B>GL_LOCAL_CONSTANT_VALUE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_LOCAL_EXT"><B>GL_LOCAL_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_LOCATION"><B>GL_LOCATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_LOCATION"><B>GL_LOCATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBEnhancedLayouts.html#GL_LOCATION_COMPONENT"><B>GL_LOCATION_COMPONENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBEnhancedLayouts.html" title="class in org.lwjgl.opengl">ARBEnhancedLayouts</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_LOCATION_COMPONENT"><B>GL_LOCATION_COMPONENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_LOCATION_INDEX"><B>GL_LOCATION_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_LOCATION_INDEX"><B>GL_LOCATION_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LOGIC_OP"><B>GL_LOGIC_OP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LOGIC_OP_MODE"><B>GL_LOGIC_OP_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_LOSE_CONTEXT_ON_RESET"><B>GL_LOSE_CONTEXT_ON_RESET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Returned by GetIntegerv and related simple queries when &lt;value&gt; is
RESET_NOTIFICATION_STRATEGY:
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#GL_LOSE_CONTEXT_ON_RESET"><B>GL_LOSE_CONTEXT_ON_RESET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>Returned by GetIntegerv and related simple queries when &lt;value&gt; is
RESET_NOTIFICATION_STRATEGY:
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#GL_LOSE_CONTEXT_ON_RESET_ARB"><B>GL_LOSE_CONTEXT_ON_RESET_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>Returned by GetIntegerv and related simple queries when
&lt;value&gt; is RESET_NOTIFICATION_STRATEGY_ARB:
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#GL_LOSE_CONTEXT_ON_RESET_EXT"><B>GL_LOSE_CONTEXT_ON_RESET_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>Returned by GetIntegerv and related simple queries when &lt;value&gt; is
RESET_NOTIFICATION_STRATEGY_EXT :
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_LOW_FLOAT"><B>GL_LOW_FLOAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;precisiontype&gt; parameter of
GetShaderPrecisionFormat:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_LOW_FLOAT"><B>GL_LOW_FLOAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;precisiontype&gt; parameter of
GetShaderPrecisionFormat:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_LOW_FLOAT"><B>GL_LOW_FLOAT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shader Precision-Specified Types
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_LOW_INT"><B>GL_LOW_INT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;precisiontype&gt; parameter of
GetShaderPrecisionFormat:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_LOW_INT"><B>GL_LOW_INT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;precisiontype&gt; parameter of
GetShaderPrecisionFormat:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_LOW_INT"><B>GL_LOW_INT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shader Precision-Specified Types
<DT><A HREF="./org/lwjgl/opengl/ARBClipControl.html#GL_LOWER_LEFT"><B>GL_LOWER_LEFT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClipControl.html" title="class in org.lwjgl.opengl">ARBClipControl</A>
<DD>Accepted by the &lt;origin&gt; parameter of ClipControl:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_LOWER_LEFT"><B>GL_LOWER_LEFT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;param&gt; parameter of PointParameter{if}vARB:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE"><B>GL_LUMINANCE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_LUMINANCE"><B>GL_LUMINANCE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>PixelFormat
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE12"><B>GL_LUMINANCE12</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE12_ALPHA12"><B>GL_LUMINANCE12_ALPHA12</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE12_ALPHA4"><B>GL_LUMINANCE12_ALPHA4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE16"><B>GL_LUMINANCE16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE16_ALPHA16"><B>GL_LUMINANCE16_ALPHA16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_LUMINANCE16_ALPHA16_SNORM"><B>GL_LUMINANCE16_ALPHA16_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_LUMINANCE16_SNORM"><B>GL_LUMINANCE16_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_LUMINANCE16F_ARB"><B>GL_LUMINANCE16F_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_LUMINANCE16F_EXT"><B>GL_LUMINANCE16F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE16I_EXT"><B>GL_LUMINANCE16I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE16UI_EXT"><B>GL_LUMINANCE16UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_LUMINANCE32F_ARB"><B>GL_LUMINANCE32F_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_LUMINANCE32F_EXT"><B>GL_LUMINANCE32F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE32I_EXT"><B>GL_LUMINANCE32I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE32UI_EXT"><B>GL_LUMINANCE32UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE4"><B>GL_LUMINANCE4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE4_ALPHA4"><B>GL_LUMINANCE4_ALPHA4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE6_ALPHA2"><B>GL_LUMINANCE6_ALPHA2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE8"><B>GL_LUMINANCE8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE8_ALPHA8"><B>GL_LUMINANCE8_ALPHA8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_LUMINANCE8_ALPHA8_EXT"><B>GL_LUMINANCE8_ALPHA8_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_LUMINANCE8_ALPHA8_SNORM"><B>GL_LUMINANCE8_ALPHA8_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_LUMINANCE8_EXT"><B>GL_LUMINANCE8_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_LUMINANCE8_SNORM"><B>GL_LUMINANCE8_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE8I_EXT"><B>GL_LUMINANCE8I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE8UI_EXT"><B>GL_LUMINANCE8UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_LUMINANCE_ALPHA"><B>GL_LUMINANCE_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_LUMINANCE_ALPHA"><B>GL_LUMINANCE_ALPHA</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>PixelFormat
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_LUMINANCE_ALPHA16F_ARB"><B>GL_LUMINANCE_ALPHA16F_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_LUMINANCE_ALPHA16F_EXT"><B>GL_LUMINANCE_ALPHA16F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_ALPHA16I_EXT"><B>GL_LUMINANCE_ALPHA16I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_ALPHA16UI_EXT"><B>GL_LUMINANCE_ALPHA16UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_LUMINANCE_ALPHA32F_ARB"><B>GL_LUMINANCE_ALPHA32F_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_LUMINANCE_ALPHA32F_EXT"><B>GL_LUMINANCE_ALPHA32F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_ALPHA32I_EXT"><B>GL_LUMINANCE_ALPHA32I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_ALPHA32UI_EXT"><B>GL_LUMINANCE_ALPHA32UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_ALPHA8I_EXT"><B>GL_LUMINANCE_ALPHA8I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_ALPHA8UI_EXT"><B>GL_LUMINANCE_ALPHA8UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_LUMINANCE_ALPHA_FLOAT16_APPLE"><B>GL_LUMINANCE_ALPHA_FLOAT16_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</A>
<DD>Accepted by the parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ATITextureFloat.html#GL_LUMINANCE_ALPHA_FLOAT16_ATI"><B>GL_LUMINANCE_ALPHA_FLOAT16_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_LUMINANCE_ALPHA_FLOAT32_APPLE"><B>GL_LUMINANCE_ALPHA_FLOAT32_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</A>
<DD>Accepted by the parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ATITextureFloat.html#GL_LUMINANCE_ALPHA_FLOAT32_ATI"><B>GL_LUMINANCE_ALPHA_FLOAT32_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_ALPHA_INTEGER_EXT"><B>GL_LUMINANCE_ALPHA_INTEGER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_LUMINANCE_ALPHA_SNORM"><B>GL_LUMINANCE_ALPHA_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_LUMINANCE_FLOAT16_APPLE"><B>GL_LUMINANCE_FLOAT16_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</A>
<DD>Accepted by the parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ATITextureFloat.html#GL_LUMINANCE_FLOAT16_ATI"><B>GL_LUMINANCE_FLOAT16_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_LUMINANCE_FLOAT32_APPLE"><B>GL_LUMINANCE_FLOAT32_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</A>
<DD>Accepted by the parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ATITextureFloat.html#GL_LUMINANCE_FLOAT32_ATI"><B>GL_LUMINANCE_FLOAT32_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_LUMINANCE_INTEGER_EXT"><B>GL_LUMINANCE_INTEGER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_LUMINANCE_SNORM"><B>GL_LUMINANCE_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_MAD_ATI"><B>GL_MAD_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_MAGNITUDE_BIAS_NV"><B>GL_MAGNITUDE_BIAS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_MAGNITUDE_SCALE_NV"><B>GL_MAGNITUDE_SCALE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAJOR_VERSION"><B>GL_MAJOR_VERSION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAJOR_VERSION"><B>GL_MAJOR_VERSION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ARMMaliShaderBinary.html#GL_MALI_SHADER_BINARY_ARM"><B>GL_MALI_SHADER_BINARY_ARM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARMMaliShaderBinary.html" title="class in org.lwjgl.opengles">ARMMaliShaderBinary</A>
<DD>Accepted by the &lt;binaryFormat&gt; parameter of ShaderBinary:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_MANUAL_GENERATE_MIPMAP"><B>GL_MANUAL_GENERATE_MIPMAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MANUAL_GENERATE_MIPMAP"><B>GL_MANUAL_GENERATE_MIPMAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP1_COLOR_4"><B>GL_MAP1_COLOR_4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP1_GRID_DOMAIN"><B>GL_MAP1_GRID_DOMAIN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP1_GRID_SEGMENTS"><B>GL_MAP1_GRID_SEGMENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP1_INDEX"><B>GL_MAP1_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP1_NORMAL"><B>GL_MAP1_NORMAL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP1_TEXTURE_COORD_1"><B>GL_MAP1_TEXTURE_COORD_1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP1_TEXTURE_COORD_2"><B>GL_MAP1_TEXTURE_COORD_2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP1_TEXTURE_COORD_3"><B>GL_MAP1_TEXTURE_COORD_3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP1_TEXTURE_COORD_4"><B>GL_MAP1_TEXTURE_COORD_4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP1_VERTEX_3"><B>GL_MAP1_VERTEX_3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP1_VERTEX_4"><B>GL_MAP1_VERTEX_4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB0_4_NV"><B>GL_MAP1_VERTEX_ATTRIB0_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB10_4_NV"><B>GL_MAP1_VERTEX_ATTRIB10_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB11_4_NV"><B>GL_MAP1_VERTEX_ATTRIB11_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB12_4_NV"><B>GL_MAP1_VERTEX_ATTRIB12_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB13_4_NV"><B>GL_MAP1_VERTEX_ATTRIB13_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB14_4_NV"><B>GL_MAP1_VERTEX_ATTRIB14_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB15_4_NV"><B>GL_MAP1_VERTEX_ATTRIB15_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB1_4_NV"><B>GL_MAP1_VERTEX_ATTRIB1_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB2_4_NV"><B>GL_MAP1_VERTEX_ATTRIB2_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB3_4_NV"><B>GL_MAP1_VERTEX_ATTRIB3_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB4_4_NV"><B>GL_MAP1_VERTEX_ATTRIB4_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB5_4_NV"><B>GL_MAP1_VERTEX_ATTRIB5_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB6_4_NV"><B>GL_MAP1_VERTEX_ATTRIB6_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB7_4_NV"><B>GL_MAP1_VERTEX_ATTRIB7_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB8_4_NV"><B>GL_MAP1_VERTEX_ATTRIB8_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP1_VERTEX_ATTRIB9_4_NV"><B>GL_MAP1_VERTEX_ATTRIB9_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map1d and Map1f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP2_COLOR_4"><B>GL_MAP2_COLOR_4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP2_GRID_DOMAIN"><B>GL_MAP2_GRID_DOMAIN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP2_GRID_SEGMENTS"><B>GL_MAP2_GRID_SEGMENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP2_INDEX"><B>GL_MAP2_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP2_NORMAL"><B>GL_MAP2_NORMAL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP2_TEXTURE_COORD_1"><B>GL_MAP2_TEXTURE_COORD_1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP2_TEXTURE_COORD_2"><B>GL_MAP2_TEXTURE_COORD_2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP2_TEXTURE_COORD_3"><B>GL_MAP2_TEXTURE_COORD_3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP2_TEXTURE_COORD_4"><B>GL_MAP2_TEXTURE_COORD_4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP2_VERTEX_3"><B>GL_MAP2_VERTEX_3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP2_VERTEX_4"><B>GL_MAP2_VERTEX_4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB0_4_NV"><B>GL_MAP2_VERTEX_ATTRIB0_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB10_4_NV"><B>GL_MAP2_VERTEX_ATTRIB10_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB11_4_NV"><B>GL_MAP2_VERTEX_ATTRIB11_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB12_4_NV"><B>GL_MAP2_VERTEX_ATTRIB12_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB13_4_NV"><B>GL_MAP2_VERTEX_ATTRIB13_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB14_4_NV"><B>GL_MAP2_VERTEX_ATTRIB14_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB15_4_NV"><B>GL_MAP2_VERTEX_ATTRIB15_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB1_4_NV"><B>GL_MAP2_VERTEX_ATTRIB1_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB2_4_NV"><B>GL_MAP2_VERTEX_ATTRIB2_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB3_4_NV"><B>GL_MAP2_VERTEX_ATTRIB3_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB4_4_NV"><B>GL_MAP2_VERTEX_ATTRIB4_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB5_4_NV"><B>GL_MAP2_VERTEX_ATTRIB5_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB6_4_NV"><B>GL_MAP2_VERTEX_ATTRIB6_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB7_4_NV"><B>GL_MAP2_VERTEX_ATTRIB7_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB8_4_NV"><B>GL_MAP2_VERTEX_ATTRIB8_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAP2_VERTEX_ATTRIB9_4_NV"><B>GL_MAP2_VERTEX_ATTRIB9_4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of GetMapdv, GetMapfv, GetMapiv,
Map2d and Map2f and by the &lt;cap&gt; parameter of Enable, Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_MAP_ATTRIB_U_ORDER_NV"><B>GL_MAP_ATTRIB_U_ORDER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_MAP_ATTRIB_V_ORDER_NV"><B>GL_MAP_ATTRIB_V_ORDER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#GL_MAP_COHERENT_BIT"><B>GL_MAP_COHERENT_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>Accepted in the &lt;flags&gt; parameter of BufferStorage and
NamedBufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_MAP_COHERENT_BIT"><B>GL_MAP_COHERENT_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted in the &lt;flags&gt; parameter of BufferStorage and
NamedBufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP_COLOR"><B>GL_MAP_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html#GL_MAP_FLUSH_EXPLICIT_BIT"><B>GL_MAP_FLUSH_EXPLICIT_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRange:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAP_FLUSH_EXPLICIT_BIT"><B>GL_MAP_FLUSH_EXPLICIT_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRange:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAP_FLUSH_EXPLICIT_BIT"><B>GL_MAP_FLUSH_EXPLICIT_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html#GL_MAP_FLUSH_EXPLICIT_BIT_EXT"><B>GL_MAP_FLUSH_EXPLICIT_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRangeEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html#GL_MAP_INVALIDATE_BUFFER_BIT"><B>GL_MAP_INVALIDATE_BUFFER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRange:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAP_INVALIDATE_BUFFER_BIT"><B>GL_MAP_INVALIDATE_BUFFER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRange:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAP_INVALIDATE_BUFFER_BIT"><B>GL_MAP_INVALIDATE_BUFFER_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html#GL_MAP_INVALIDATE_BUFFER_BIT_EXT"><B>GL_MAP_INVALIDATE_BUFFER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRangeEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html#GL_MAP_INVALIDATE_RANGE_BIT"><B>GL_MAP_INVALIDATE_RANGE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRange:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAP_INVALIDATE_RANGE_BIT"><B>GL_MAP_INVALIDATE_RANGE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRange:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAP_INVALIDATE_RANGE_BIT"><B>GL_MAP_INVALIDATE_RANGE_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html#GL_MAP_INVALIDATE_RANGE_BIT_EXT"><B>GL_MAP_INVALIDATE_RANGE_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRangeEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#GL_MAP_PERSISTENT_BIT"><B>GL_MAP_PERSISTENT_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>Accepted in the &lt;flags&gt; parameter of BufferStorage and
NamedBufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_MAP_PERSISTENT_BIT"><B>GL_MAP_PERSISTENT_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted in the &lt;flags&gt; parameter of BufferStorage and
NamedBufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html#GL_MAP_READ_BIT"><B>GL_MAP_READ_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRange:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAP_READ_BIT"><B>GL_MAP_READ_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRange:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAP_READ_BIT"><B>GL_MAP_READ_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html#GL_MAP_READ_BIT_EXT"><B>GL_MAP_READ_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRangeEXT:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAP_STENCIL"><B>GL_MAP_STENCIL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_MAP_TESSELLATION_NV"><B>GL_MAP_TESSELLATION_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html#GL_MAP_UNSYNCHRONIZED_BIT"><B>GL_MAP_UNSYNCHRONIZED_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRange:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAP_UNSYNCHRONIZED_BIT"><B>GL_MAP_UNSYNCHRONIZED_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRange:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAP_UNSYNCHRONIZED_BIT"><B>GL_MAP_UNSYNCHRONIZED_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html#GL_MAP_UNSYNCHRONIZED_BIT_EXT"><B>GL_MAP_UNSYNCHRONIZED_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRangeEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html#GL_MAP_WRITE_BIT"><B>GL_MAP_WRITE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRange:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAP_WRITE_BIT"><B>GL_MAP_WRITE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRange:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAP_WRITE_BIT"><B>GL_MAP_WRITE_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html#GL_MAP_WRITE_BIT_EXT"><B>GL_MAP_WRITE_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferRangeEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX0_ARB"><B>GL_MATRIX0_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX0_NV"><B>GL_MATRIX0_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;matrix&gt; parameter of TrackMatrixNV and by the
&lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX10_ARB"><B>GL_MATRIX10_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX11_ARB"><B>GL_MATRIX11_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX12_ARB"><B>GL_MATRIX12_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX13_ARB"><B>GL_MATRIX13_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX14_ARB"><B>GL_MATRIX14_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX15_ARB"><B>GL_MATRIX15_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX16_ARB"><B>GL_MATRIX16_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX17_ARB"><B>GL_MATRIX17_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX18_ARB"><B>GL_MATRIX18_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX19_ARB"><B>GL_MATRIX19_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX1_ARB"><B>GL_MATRIX1_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX1_NV"><B>GL_MATRIX1_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;matrix&gt; parameter of TrackMatrixNV and by the
&lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX20_ARB"><B>GL_MATRIX20_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX21_ARB"><B>GL_MATRIX21_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX22_ARB"><B>GL_MATRIX22_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX23_ARB"><B>GL_MATRIX23_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX24_ARB"><B>GL_MATRIX24_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX25_ARB"><B>GL_MATRIX25_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX26_ARB"><B>GL_MATRIX26_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX27_ARB"><B>GL_MATRIX27_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX28_ARB"><B>GL_MATRIX28_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX29_ARB"><B>GL_MATRIX29_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX2_ARB"><B>GL_MATRIX2_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX2_NV"><B>GL_MATRIX2_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;matrix&gt; parameter of TrackMatrixNV and by the
&lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX30_ARB"><B>GL_MATRIX30_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX31_ARB"><B>GL_MATRIX31_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX3_ARB"><B>GL_MATRIX3_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX3_NV"><B>GL_MATRIX3_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;matrix&gt; parameter of TrackMatrixNV and by the
&lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX4_ARB"><B>GL_MATRIX4_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX4_NV"><B>GL_MATRIX4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;matrix&gt; parameter of TrackMatrixNV and by the
&lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX5_ARB"><B>GL_MATRIX5_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX5_NV"><B>GL_MATRIX5_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;matrix&gt; parameter of TrackMatrixNV and by the
&lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX6_ARB"><B>GL_MATRIX6_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX6_NV"><B>GL_MATRIX6_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;matrix&gt; parameter of TrackMatrixNV and by the
&lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX7_ARB"><B>GL_MATRIX7_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MATRIX7_NV"><B>GL_MATRIX7_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;matrix&gt; parameter of TrackMatrixNV and by the
&lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX8_ARB"><B>GL_MATRIX8_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MATRIX9_ARB"><B>GL_MATRIX9_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;mode&gt; parameter of MatrixMode:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_MATRIX_EXT"><B>GL_MATRIX_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MATRIX_INDEX_ARRAY_ARB"><B>GL_MATRIX_INDEX_ARRAY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MATRIX_INDEX_ARRAY_POINTER_ARB"><B>GL_MATRIX_INDEX_ARRAY_POINTER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MATRIX_INDEX_ARRAY_SIZE_ARB"><B>GL_MATRIX_INDEX_ARRAY_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MATRIX_INDEX_ARRAY_STRIDE_ARB"><B>GL_MATRIX_INDEX_ARRAY_STRIDE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MATRIX_INDEX_ARRAY_TYPE_ARB"><B>GL_MATRIX_INDEX_ARRAY_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MATRIX_MODE"><B>GL_MATRIX_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MATRIX_PALETTE_ARB"><B>GL_MATRIX_PALETTE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_MATRIX_PATH_COORD0_NV"><B>GL_MATRIX_PATH_COORD0_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;target&gt; parameter of PathMatrixNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_MATRIX_PATH_COORD1_NV"><B>GL_MATRIX_PATH_COORD1_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;target&gt; parameter of PathMatrixNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_MATRIX_PATH_COORD2_NV"><B>GL_MATRIX_PATH_COORD2_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;target&gt; parameter of PathMatrixNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_MATRIX_PATH_COORD3_NV"><B>GL_MATRIX_PATH_COORD3_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;target&gt; parameter of PathMatrixNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_MATRIX_PATH_TO_CLIP_NV"><B>GL_MATRIX_PATH_TO_CLIP_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;target&gt; parameter of PathMatrixNV:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_MATRIX_STRIDE"><B>GL_MATRIX_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MATRIX_STRIDE"><B>GL_MATRIX_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_MATRIX_STROKE_TO_PATH_NV"><B>GL_MATRIX_STROKE_TO_PATH_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;target&gt; parameter of PathMatrixNV:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_MAX"><B>GL_MAX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_MAX"><B>GL_MAX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX"><B>GL_MAX</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_MAX_3D_TEXTURE_SIZE"><B>GL_MAX_3D_TEXTURE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_3D_TEXTURE_SIZE"><B>GL_MAX_3D_TEXTURE_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#GL_MAX_3D_TEXTURE_SIZE_OES"><B>GL_MAX_3D_TEXTURE_SIZE_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAX_ARRAY_TEXTURE_LAYERS"><B>GL_MAX_ARRAY_TEXTURE_LAYERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_ARRAY_TEXTURE_LAYERS"><B>GL_MAX_ARRAY_TEXTURE_LAYERS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html#GL_MAX_ARRAY_TEXTURE_LAYERS_EXT"><B>GL_MAX_ARRAY_TEXTURE_LAYERS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureArray.html#GL_MAX_ARRAY_TEXTURE_LAYERS_EXT"><B>GL_MAX_ARRAY_TEXTURE_LAYERS_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS"><B>GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS"><B>GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE"><B>GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE"><B>GL_MAX_ATOMIC_COUNTER_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAX_ATTRIB_STACK_DEPTH"><B>GL_MAX_ATTRIB_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTBindableUniform.html#GL_MAX_BINDABLE_UNIFORM_SIZE_EXT"><B>GL_MAX_BINDABLE_UNIFORM_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAX_CLIENT_ATTRIB_STACK_DEPTH"><B>GL_MAX_CLIENT_ATTRIB_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAX_CLIP_DISTANCES"><B>GL_MAX_CLIP_DISTANCES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAX_CLIP_PLANES"><B>GL_MAX_CLIP_PLANES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_MAX_COLOR_ATTACHMENTS"><B>GL_MAX_COLOR_ATTACHMENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAX_COLOR_ATTACHMENTS"><B>GL_MAX_COLOR_ATTACHMENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_COLOR_ATTACHMENTS"><B>GL_MAX_COLOR_ATTACHMENTS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_MAX_COLOR_ATTACHMENTS_EXT"><B>GL_MAX_COLOR_ATTACHMENTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by GetIntegerv():
<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html#GL_MAX_COLOR_ATTACHMENTS_NV"><B>GL_MAX_COLOR_ATTACHMENTS_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles">NVFboColorAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_MAX_COLOR_MATRIX_STACK_DEPTH"><B>GL_MAX_COLOR_MATRIX_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_MAX_COLOR_TEXTURE_SAMPLES"><B>GL_MAX_COLOR_TEXTURE_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_MAX_COLOR_TEXTURE_SAMPLES"><B>GL_MAX_COLOR_TEXTURE_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS"><B>GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS"><B>GL_MAX_COMBINED_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_COMBINED_ATOMIC_COUNTERS"><B>GL_MAX_COMBINED_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_COMBINED_ATOMIC_COUNTERS"><B>GL_MAX_COMBINED_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBCullDistance.html#GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES"><B>GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCullDistance.html" title="class in org.lwjgl.opengl">ARBCullDistance</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooeleanv, GetDoublev, GetFloatv GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES"><B>GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooeleanv, GetDoublev, GetFloatv GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS"><B>GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS"><B>GL_MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_MAX_COMBINED_DIMENSIONS"><B>GL_MAX_COMBINED_DIMENSIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMBINED_DIMENSIONS"><B>GL_MAX_COMBINED_DIMENSIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS"><B>GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS"><B>GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS"><B>GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS"><B>GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS"><B>GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_COMBINED_IMAGE_UNIFORMS"><B>GL_MAX_COMBINED_IMAGE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_COMBINED_IMAGE_UNIFORMS"><B>GL_MAX_COMBINED_IMAGE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS"><B>GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS"><B>GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS_EXT"><B>GL_MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES"><B>GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Alias for the existing token
MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES"><B>GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Alias for the existing token
MAX_COMBINED_IMAGE_UNITS_AND_FRAGMENT_OUTPUTS:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS"><B>GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS"><B>GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS"><B>GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS"><B>GL_MAX_COMBINED_TESS_CONTROL_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS"><B>GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS"><B>GL_MAX_COMBINED_TESS_EVALUATION_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS"><B>GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS"><B>GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB"><B>GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_COMBINED_UNIFORM_BLOCKS"><B>GL_MAX_COMBINED_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_MAX_COMBINED_UNIFORM_BLOCKS"><B>GL_MAX_COMBINED_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_COMBINED_UNIFORM_BLOCKS"><B>GL_MAX_COMBINED_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS"><B>GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS"><B>GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS"><B>GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS"><B>GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS"><B>GL_MAX_COMPUTE_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_ATOMIC_COUNTERS"><B>GL_MAX_COMPUTE_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_ATOMIC_COUNTERS"><B>GL_MAX_COMPUTE_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html#GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB"><B>GL_MAX_COMPUTE_FIXED_GROUP_INVOCATIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html" title="class in org.lwjgl.opengl">ARBComputeVariableGroupSize</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html#GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB"><B>GL_MAX_COMPUTE_FIXED_GROUP_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html" title="class in org.lwjgl.opengl">ARBComputeVariableGroupSize</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v, GetBooleani_v,
GetFloati_v, GetDoublei_v and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_IMAGE_UNIFORMS"><B>GL_MAX_COMPUTE_IMAGE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_IMAGE_UNIFORMS"><B>GL_MAX_COMPUTE_IMAGE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS"><B>GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS"><B>GL_MAX_COMPUTE_SHADER_STORAGE_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_SHARED_MEMORY_SIZE"><B>GL_MAX_COMPUTE_SHARED_MEMORY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_SHARED_MEMORY_SIZE"><B>GL_MAX_COMPUTE_SHARED_MEMORY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS"><B>GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS"><B>GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_UNIFORM_BLOCKS"><B>GL_MAX_COMPUTE_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_UNIFORM_BLOCKS"><B>GL_MAX_COMPUTE_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_UNIFORM_COMPONENTS"><B>GL_MAX_COMPUTE_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_UNIFORM_COMPONENTS"><B>GL_MAX_COMPUTE_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html#GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB"><B>GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html" title="class in org.lwjgl.opengl">ARBComputeVariableGroupSize</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html#GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB"><B>GL_MAX_COMPUTE_VARIABLE_GROUP_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html" title="class in org.lwjgl.opengl">ARBComputeVariableGroupSize</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v, GetBooleani_v,
GetFloati_v, GetDoublei_v and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_WORK_GROUP_COUNT"><B>GL_MAX_COMPUTE_WORK_GROUP_COUNT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v, GetBooleani_v,
GetFloati_v, GetDoublei_v and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_WORK_GROUP_COUNT"><B>GL_MAX_COMPUTE_WORK_GROUP_COUNT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v, GetBooleani_v,
GetFloati_v, GetDoublei_v and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS"><B>GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS"><B>GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_MAX_COMPUTE_WORK_GROUP_SIZE"><B>GL_MAX_COMPUTE_WORK_GROUP_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v, GetBooleani_v,
GetFloati_v, GetDoublei_v and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_COMPUTE_WORK_GROUP_SIZE"><B>GL_MAX_COMPUTE_WORK_GROUP_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v, GetBooleani_v,
GetFloati_v, GetDoublei_v and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_MAX_CONVOLUTION_HEIGHT"><B>GL_MAX_CONVOLUTION_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_MAX_CONVOLUTION_WIDTH"><B>GL_MAX_CONVOLUTION_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_MAX_CUBE_MAP_TEXTURE_SIZE"><B>GL_MAX_CUBE_MAP_TEXTURE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_MAX_CUBE_MAP_TEXTURE_SIZE"><B>GL_MAX_CUBE_MAP_TEXTURE_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureTarget
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB"><B>GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBCullDistance.html#GL_MAX_CULL_DISTANCES"><B>GL_MAX_CULL_DISTANCES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCullDistance.html" title="class in org.lwjgl.opengl">ARBCullDistance</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooeleanv, GetDoublev, GetFloatv GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_MAX_CULL_DISTANCES"><B>GL_MAX_CULL_DISTANCES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooeleanv, GetDoublev, GetFloatv GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_DEBUG_GROUP_STACK_DEPTH"><B>GL_MAX_DEBUG_GROUP_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_MAX_DEBUG_GROUP_STACK_DEPTH"><B>GL_MAX_DEBUG_GROUP_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_MAX_DEBUG_GROUP_STACK_DEPTH"><B>GL_MAX_DEBUG_GROUP_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_DEBUG_LOGGED_MESSAGES"><B>GL_MAX_DEBUG_LOGGED_MESSAGES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_MAX_DEBUG_LOGGED_MESSAGES"><B>GL_MAX_DEBUG_LOGGED_MESSAGES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_MAX_DEBUG_LOGGED_MESSAGES"><B>GL_MAX_DEBUG_LOGGED_MESSAGES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#GL_MAX_DEBUG_LOGGED_MESSAGES_AMD"><B>GL_MAX_DEBUG_LOGGED_MESSAGES_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Tokens accepted by GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_MAX_DEBUG_LOGGED_MESSAGES_ARB"><B>GL_MAX_DEBUG_LOGGED_MESSAGES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv,
GetIntegerv, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_DEBUG_MESSAGE_LENGTH"><B>GL_MAX_DEBUG_MESSAGE_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_MAX_DEBUG_MESSAGE_LENGTH"><B>GL_MAX_DEBUG_MESSAGE_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_MAX_DEBUG_MESSAGE_LENGTH"><B>GL_MAX_DEBUG_MESSAGE_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#GL_MAX_DEBUG_MESSAGE_LENGTH_AMD"><B>GL_MAX_DEBUG_MESSAGE_LENGTH_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Tokens accepted by GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#GL_MAX_DEBUG_MESSAGE_LENGTH_ARB"><B>GL_MAX_DEBUG_MESSAGE_LENGTH_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv,
GetIntegerv, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVDeepTexture3D.html#GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV"><B>GL_MAX_DEEP_3D_TEXTURE_DEPTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVDeepTexture3D.html" title="class in org.lwjgl.opengl">NVDeepTexture3D</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/NVDeepTexture3D.html#GL_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV"><B>GL_MAX_DEEP_3D_TEXTURE_WIDTH_HEIGHT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVDeepTexture3D.html" title="class in org.lwjgl.opengl">NVDeepTexture3D</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_MAX_DEPTH"><B>GL_MAX_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_DEPTH"><B>GL_MAX_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_MAX_DEPTH_TEXTURE_SAMPLES"><B>GL_MAX_DEPTH_TEXTURE_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_MAX_DEPTH_TEXTURE_SAMPLES"><B>GL_MAX_DEPTH_TEXTURE_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_MAX_DRAW_BUFFERS"><B>GL_MAX_DRAW_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_DRAW_BUFFERS"><B>GL_MAX_DRAW_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#GL_MAX_DRAW_BUFFERS_ARB"><B>GL_MAX_DRAW_BUFFERS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#GL_MAX_DRAW_BUFFERS_ARB"><B>GL_MAX_DRAW_BUFFERS_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#GL_MAX_DRAW_BUFFERS_ATI"><B>GL_MAX_DRAW_BUFFERS_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#GL_MAX_DRAW_BUFFERS_NV"><B>GL_MAX_DRAW_BUFFERS_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html#GL_MAX_DUAL_SOURCE_DRAW_BUFFERS"><B>GL_MAX_DUAL_SOURCE_DRAW_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_MAX_DUAL_SOURCE_DRAW_BUFFERS"><B>GL_MAX_DUAL_SOURCE_DRAW_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_MAX_ELEMENT_INDEX"><B>GL_MAX_ELEMENT_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</A>
<DD>Accepted by the &lt;value&gt; parameter of the GetInteger* functions:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_ELEMENT_INDEX"><B>GL_MAX_ELEMENT_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;value&gt; parameter of the GetInteger* functions:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_ELEMENT_INDEX"><B>GL_MAX_ELEMENT_INDEX</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_MAX_ELEMENTS_INDICES"><B>GL_MAX_ELEMENTS_INDICES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_ELEMENTS_INDICES"><B>GL_MAX_ELEMENTS_INDICES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawRangeElements.html#GL_MAX_ELEMENTS_INDICES_EXT"><B>GL_MAX_ELEMENTS_INDICES_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawRangeElements.html" title="class in org.lwjgl.opengl">EXTDrawRangeElements</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_MAX_ELEMENTS_VERTICES"><B>GL_MAX_ELEMENTS_VERTICES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_ELEMENTS_VERTICES"><B>GL_MAX_ELEMENTS_VERTICES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawRangeElements.html#GL_MAX_ELEMENTS_VERTICES_EXT"><B>GL_MAX_ELEMENTS_VERTICES_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawRangeElements.html" title="class in org.lwjgl.opengl">EXTDrawRangeElements</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAX_EVAL_ORDER"><B>GL_MAX_EVAL_ORDER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTBlendMinmax.html#GL_MAX_EXT"><B>GL_MAX_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendMinmax.html" title="class in org.lwjgl.opengl">EXTBlendMinmax</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquationEXT.
<DT><A HREF="./org/lwjgl/opengles/EXTBlendMinmax.html#GL_MAX_EXT"><B>GL_MAX_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTBlendMinmax.html" title="class in org.lwjgl.opengles">EXTBlendMinmax</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquationEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS"><B>GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS"><B>GL_MAX_FRAGMENT_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_FRAGMENT_ATOMIC_COUNTERS"><B>GL_MAX_FRAGMENT_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_FRAGMENT_ATOMIC_COUNTERS"><B>GL_MAX_FRAGMENT_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTBindableUniform.html#GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT"><B>GL_MAX_FRAGMENT_BINDABLE_UNIFORMS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_FRAGMENT_IMAGE_UNIFORMS"><B>GL_MAX_FRAGMENT_IMAGE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_FRAGMENT_IMAGE_UNIFORMS"><B>GL_MAX_FRAGMENT_IMAGE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_MAX_FRAGMENT_INPUT_COMPONENTS"><B>GL_MAX_FRAGMENT_INPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_FRAGMENT_INPUT_COMPONENTS"><B>GL_MAX_FRAGMENT_INPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShader5.html#GL_MAX_FRAGMENT_INTERPOLATION_OFFSET"><B>GL_MAX_FRAGMENT_INTERPOLATION_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShader5.html" title="class in org.lwjgl.opengl">ARBGpuShader5</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_FRAGMENT_INTERPOLATION_OFFSET"><B>GL_MAX_FRAGMENT_INTERPOLATION_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram5.html#GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV"><B>GL_MAX_FRAGMENT_INTERPOLATION_OFFSET_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram5.html" title="class in org.lwjgl.opengl">NVGpuProgram5</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram.html#GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV"><B>GL_MAX_FRAGMENT_PROGRAM_LOCAL_PARAMETERS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS"><B>GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS"><B>GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_FRAGMENT_UNIFORM_BLOCKS"><B>GL_MAX_FRAGMENT_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_MAX_FRAGMENT_UNIFORM_BLOCKS"><B>GL_MAX_FRAGMENT_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_FRAGMENT_UNIFORM_BLOCKS"><B>GL_MAX_FRAGMENT_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_MAX_FRAGMENT_UNIFORM_COMPONENTS"><B>GL_MAX_FRAGMENT_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_FRAGMENT_UNIFORM_COMPONENTS"><B>GL_MAX_FRAGMENT_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentShader.html#GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB"><B>GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentShader.html" title="class in org.lwjgl.opengl">ARBFragmentShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_MAX_FRAGMENT_UNIFORM_VECTORS"><B>GL_MAX_FRAGMENT_UNIFORM_VECTORS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_MAX_FRAGMENT_UNIFORM_VECTORS"><B>GL_MAX_FRAGMENT_UNIFORM_VECTORS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_MAX_FRAGMENT_UNIFORM_VECTORS"><B>GL_MAX_FRAGMENT_UNIFORM_VECTORS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_MAX_FRAMEBUFFER_HEIGHT"><B>GL_MAX_FRAMEBUFFER_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_FRAMEBUFFER_HEIGHT"><B>GL_MAX_FRAMEBUFFER_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_MAX_FRAMEBUFFER_LAYERS"><B>GL_MAX_FRAMEBUFFER_LAYERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_FRAMEBUFFER_LAYERS"><B>GL_MAX_FRAMEBUFFER_LAYERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_MAX_FRAMEBUFFER_SAMPLES"><B>GL_MAX_FRAMEBUFFER_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_FRAMEBUFFER_SAMPLES"><B>GL_MAX_FRAMEBUFFER_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#GL_MAX_FRAMEBUFFER_WIDTH"><B>GL_MAX_FRAMEBUFFER_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_FRAMEBUFFER_WIDTH"><B>GL_MAX_FRAMEBUFFER_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_MAX_GENERAL_COMBINERS_NV"><B>GL_MAX_GENERAL_COMBINERS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS"><B>GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS"><B>GL_MAX_GEOMETRY_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_GEOMETRY_ATOMIC_COUNTERS"><B>GL_MAX_GEOMETRY_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_GEOMETRY_ATOMIC_COUNTERS"><B>GL_MAX_GEOMETRY_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTBindableUniform.html#GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT"><B>GL_MAX_GEOMETRY_BINDABLE_UNIFORMS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_GEOMETRY_IMAGE_UNIFORMS"><B>GL_MAX_GEOMETRY_IMAGE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_GEOMETRY_IMAGE_UNIFORMS"><B>GL_MAX_GEOMETRY_IMAGE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_MAX_GEOMETRY_INPUT_COMPONENTS"><B>GL_MAX_GEOMETRY_INPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_MAX_GEOMETRY_OUTPUT_COMPONENTS"><B>GL_MAX_GEOMETRY_OUTPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_MAX_GEOMETRY_OUTPUT_VERTICES"><B>GL_MAX_GEOMETRY_OUTPUT_VERTICES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB"><B>GL_MAX_GEOMETRY_OUTPUT_VERTICES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT"><B>GL_MAX_GEOMETRY_OUTPUT_VERTICES_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram5.html#GL_MAX_GEOMETRY_PROGRAM_INVOCATIONS_NV"><B>GL_MAX_GEOMETRY_PROGRAM_INVOCATIONS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram5.html" title="class in org.lwjgl.opengl">NVGpuProgram5</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShader5.html#GL_MAX_GEOMETRY_SHADER_INVOCATIONS"><B>GL_MAX_GEOMETRY_SHADER_INVOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShader5.html" title="class in org.lwjgl.opengl">ARBGpuShader5</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_GEOMETRY_SHADER_INVOCATIONS"><B>GL_MAX_GEOMETRY_SHADER_INVOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS"><B>GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS"><B>GL_MAX_GEOMETRY_SHADER_STORAGE_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS"><B>GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB"><B>GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT"><B>GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS"><B>GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB"><B>GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT"><B>GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_GEOMETRY_UNIFORM_BLOCKS"><B>GL_MAX_GEOMETRY_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_MAX_GEOMETRY_UNIFORM_BLOCKS"><B>GL_MAX_GEOMETRY_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_MAX_GEOMETRY_UNIFORM_COMPONENTS"><B>GL_MAX_GEOMETRY_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB"><B>GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT"><B>GL_MAX_GEOMETRY_UNIFORM_COMPONENTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB"><B>GL_MAX_GEOMETRY_VARYING_COMPONENTS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_MAX_GEOMETRY_VARYING_COMPONENTS_EXT"><B>GL_MAX_GEOMETRY_VARYING_COMPONENTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_MAX_HEIGHT"><B>GL_MAX_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_HEIGHT"><B>GL_MAX_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_IMAGE_SAMPLES"><B>GL_MAX_IMAGE_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_IMAGE_SAMPLES"><B>GL_MAX_IMAGE_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_MAX_IMAGE_SAMPLES_EXT"><B>GL_MAX_IMAGE_SAMPLES_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_IMAGE_UNITS"><B>GL_MAX_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_IMAGE_UNITS"><B>GL_MAX_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_MAX_IMAGE_UNITS_EXT"><B>GL_MAX_IMAGE_UNITS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_MAX_INTEGER_SAMPLES"><B>GL_MAX_INTEGER_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_MAX_INTEGER_SAMPLES"><B>GL_MAX_INTEGER_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_LABEL_LENGTH"><B>GL_MAX_LABEL_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_MAX_LABEL_LENGTH"><B>GL_MAX_LABEL_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_MAX_LABEL_LENGTH"><B>GL_MAX_LABEL_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted by the &lt;value&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_MAX_LAYERS"><B>GL_MAX_LAYERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_LAYERS"><B>GL_MAX_LAYERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAX_LIGHTS"><B>GL_MAX_LIGHTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAX_LIST_NESTING"><B>GL_MAX_LIST_NESTING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_MAX_MAP_TESSELLATION_NV"><B>GL_MAX_MAP_TESSELLATION_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB"><B>GL_MAX_MATRIX_PALETTE_STACK_DEPTH_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAX_MODELVIEW_STACK_DEPTH"><B>GL_MAX_MODELVIEW_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html#GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV"><B>GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html" title="class in org.lwjgl.opengl">NVFramebufferMultisampleCoverage</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv.
<DT><A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#GL_MAX_MULTIVIEW_BUFFERS_EXT"><B>GL_MAX_MULTIVIEW_BUFFERS_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</A>
<DD>Accepted by the &lt;target&gt; parameter of GetInteger:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_MAX_NAME_LENGTH"><B>GL_MAX_NAME_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramInterfaceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_NAME_LENGTH"><B>GL_MAX_NAME_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramInterfaceiv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAX_NAME_STACK_DEPTH"><B>GL_MAX_NAME_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_MAX_NUM_ACTIVE_VARIABLES"><B>GL_MAX_NUM_ACTIVE_VARIABLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramInterfaceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_NUM_ACTIVE_VARIABLES"><B>GL_MAX_NUM_ACTIVE_VARIABLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramInterfaceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_MAX_NUM_COMPATIBLE_SUBROUTINES"><B>GL_MAX_NUM_COMPATIBLE_SUBROUTINES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramInterfaceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_NUM_COMPATIBLE_SUBROUTINES"><B>GL_MAX_NUM_COMPATIBLE_SUBROUTINES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramInterfaceiv:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT"><B>GL_MAX_OPTIMIZED_VERTEX_SHADER_INSTRUCTIONS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT"><B>GL_MAX_OPTIMIZED_VERTEX_SHADER_INVARIANTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT"><B>GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCAL_CONSTANTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT"><B>GL_MAX_OPTIMIZED_VERTEX_SHADER_LOCALS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT"><B>GL_MAX_OPTIMIZED_VERTEX_SHADER_VARIANTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#GL_MAX_PALETTE_MATRICES_ARB"><B>GL_MAX_PALETTE_MATRICES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_PATCH_VERTICES"><B>GL_MAX_PATCH_VERTICES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_PATCH_VERTICES"><B>GL_MAX_PATCH_VERTICES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAX_PIXEL_MAP_TABLE"><B>GL_MAX_PIXEL_MAP_TABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIPnTriangles.html#GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI"><B>GL_MAX_PN_TRIANGLES_TESSELATION_LEVEL_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB"><B>GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB"><B>GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV"><B>GL_MAX_PROGRAM_ATTRIB_COMPONENTS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_ATTRIBS_ARB"><B>GL_MAX_PROGRAM_ATTRIBS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram2.html#GL_MAX_PROGRAM_CALL_DEPTH_NV"><B>GL_MAX_PROGRAM_CALL_DEPTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFragmentProgram2.html" title="class in org.lwjgl.opengl">NVFragmentProgram2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram2Option.html#GL_MAX_PROGRAM_CALL_DEPTH_NV"><B>GL_MAX_PROGRAM_CALL_DEPTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram2Option.html" title="class in org.lwjgl.opengl">NVVertexProgram2Option</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_ENV_PARAMETERS_ARB"><B>GL_MAX_PROGRAM_ENV_PARAMETERS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram2.html#GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV"><B>GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFragmentProgram2.html" title="class in org.lwjgl.opengl">NVFragmentProgram2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram2Option.html#GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV"><B>GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram2Option.html" title="class in org.lwjgl.opengl">NVVertexProgram2Option</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV"><B>GL_MAX_PROGRAM_GENERIC_ATTRIBS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#GL_MAX_PROGRAM_GENERIC_RESULTS_NV"><B>GL_MAX_PROGRAM_GENERIC_RESULTS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram2.html#GL_MAX_PROGRAM_IF_DEPTH_NV"><B>GL_MAX_PROGRAM_IF_DEPTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFragmentProgram2.html" title="class in org.lwjgl.opengl">NVFragmentProgram2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_INSTRUCTIONS_ARB"><B>GL_MAX_PROGRAM_INSTRUCTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB"><B>GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram2.html#GL_MAX_PROGRAM_LOOP_COUNT_NV"><B>GL_MAX_PROGRAM_LOOP_COUNT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFragmentProgram2.html" title="class in org.lwjgl.opengl">NVFragmentProgram2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram2.html#GL_MAX_PROGRAM_LOOP_DEPTH_NV"><B>GL_MAX_PROGRAM_LOOP_DEPTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFragmentProgram2.html" title="class in org.lwjgl.opengl">NVFragmentProgram2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_MATRICES_ARB"><B>GL_MAX_PROGRAM_MATRICES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB"><B>GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB"><B>GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB"><B>GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB"><B>GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB"><B>GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB"><B>GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB"><B>GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB"><B>GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB"><B>GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html#GL_MAX_PROGRAM_OUTPUT_VERTICES_NV"><B>GL_MAX_PROGRAM_OUTPUT_VERTICES_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl">NVGeometryProgram4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html#GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV"><B>GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html#GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV"><B>GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_PARAMETERS_ARB"><B>GL_MAX_PROGRAM_PARAMETERS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVTessellationProgram5.html#GL_MAX_PROGRAM_PATCH_ATTRIBS_NV"><B>GL_MAX_PROGRAM_PATCH_ATTRIBS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTessellationProgram5.html" title="class in org.lwjgl.opengl">NVTessellationProgram5</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#GL_MAX_PROGRAM_RESULT_COMPONENTS_NV"><B>GL_MAX_PROGRAM_RESULT_COMPONENTS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_MAX_PROGRAM_TEMPORARIES_ARB"><B>GL_MAX_PROGRAM_TEMPORARIES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB"><B>GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB"><B>GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAX_PROGRAM_TEXEL_OFFSET"><B>GL_MAX_PROGRAM_TEXEL_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_PROGRAM_TEXEL_OFFSET"><B>GL_MAX_PROGRAM_TEXEL_OFFSET</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_MAX_PROGRAM_TEXEL_OFFSET_EXT"><B>GL_MAX_PROGRAM_TEXEL_OFFSET_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureGather.html#GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB"><B>GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureGather.html" title="class in org.lwjgl.opengl">ARBTextureGather</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB"><B>GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureGather.html#GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB"><B>GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureGather.html" title="class in org.lwjgl.opengl">ARBTextureGather</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB"><B>GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html#GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV"><B>GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl">NVGeometryProgram4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAX_PROJECTION_STACK_DEPTH"><B>GL_MAX_PROJECTION_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#GL_MAX_RATIONAL_EVAL_ORDER_NV"><B>GL_MAX_RATIONAL_EVAL_ORDER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_MAX_RECTANGLE_TEXTURE_SIZE"><B>GL_MAX_RECTANGLE_TEXTURE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev,
GetIntegerv and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRectangle.html#GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB"><B>GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRectangle.html" title="class in org.lwjgl.opengl">ARBTextureRectangle</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev,
GetIntegerv and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/ARBTextureRectangle.html#GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB"><B>GL_MAX_RECTANGLE_TEXTURE_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBTextureRectangle.html" title="class in org.lwjgl.opengles">ARBTextureRectangle</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev,
GetIntegerv and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureRectangle.html#GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT"><B>GL_MAX_RECTANGLE_TEXTURE_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureRectangle.html" title="class in org.lwjgl.opengl">EXTTextureRectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureRectangle.html#GL_MAX_RECTANGLE_TEXTURE_SIZE_NV"><B>GL_MAX_RECTANGLE_TEXTURE_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureRectangle.html" title="class in org.lwjgl.opengl">NVTextureRectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_MAX_RENDERBUFFER_SIZE"><B>GL_MAX_RENDERBUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAX_RENDERBUFFER_SIZE"><B>GL_MAX_RENDERBUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_MAX_RENDERBUFFER_SIZE"><B>GL_MAX_RENDERBUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_MAX_RENDERBUFFER_SIZE_EXT"><B>GL_MAX_RENDERBUFFER_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by GetIntegerv():
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_MAX_RENDERBUFFER_SIZE_OES"><B>GL_MAX_RENDERBUFFER_SIZE_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by GetIntegerv():
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_MAX_SAMPLE_MASK_WORDS"><B>GL_MAX_SAMPLE_MASK_WORDS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_MAX_SAMPLE_MASK_WORDS"><B>GL_MAX_SAMPLE_MASK_WORDS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_MAX_SAMPLE_MASK_WORDS_NV"><B>GL_MAX_SAMPLE_MASK_WORDS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_MAX_SAMPLES"><B>GL_MAX_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAX_SAMPLES"><B>GL_MAX_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_SAMPLES"><B>GL_MAX_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html#GL_MAX_SAMPLES_ANGLE"><B>GL_MAX_SAMPLES_ANGLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">ANGLEFramebufferMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#GL_MAX_SAMPLES_APPLE"><B>GL_MAX_SAMPLES_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferMultisample.html#GL_MAX_SAMPLES_EXT"><B>GL_MAX_SAMPLES_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferMultisample.html" title="class in org.lwjgl.opengl">EXTFramebufferMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html#GL_MAX_SAMPLES_EXT"><B>GL_MAX_SAMPLES_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">EXTMultisampledRenderToTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html#GL_MAX_SAMPLES_IMG"><B>GL_MAX_SAMPLES_IMG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">IMGMultisampledRenderToTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_MAX_SERVER_WAIT_TIMEOUT"><B>GL_MAX_SERVER_WAIT_TIMEOUT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_MAX_SERVER_WAIT_TIMEOUT"><B>GL_MAX_SERVER_WAIT_TIMEOUT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetInteger64v:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_SERVER_WAIT_TIMEOUT"><B>GL_MAX_SERVER_WAIT_TIMEOUT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#GL_MAX_SERVER_WAIT_TIMEOUT_APPLE"><B>GL_MAX_SERVER_WAIT_TIMEOUT_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetInteger64vAPPLE:
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#GL_MAX_SHADER_BUFFER_ADDRESS_NV"><B>GL_MAX_SHADER_BUFFER_ADDRESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerui64vNV:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_SHADER_STORAGE_BLOCK_SIZE"><B>GL_MAX_SHADER_STORAGE_BLOCK_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_SHADER_STORAGE_BLOCK_SIZE"><B>GL_MAX_SHADER_STORAGE_BLOCK_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS"><B>GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS"><B>GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVLightMaxExponent.html#GL_MAX_SHININESS_NV"><B>GL_MAX_SHININESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVLightMaxExponent.html" title="class in org.lwjgl.opengl">NVLightMaxExponent</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDSparseTexture.html#GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD"><B>GL_MAX_SPARSE_3D_TEXTURE_SIZE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to GetIntegerv, GetFloatv, GetDoublev,
GetInteger64v, and GetBooleanv:
<DT><A HREF="./org/lwjgl/opengl/ARBSparseTexture.html#GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB"><B>GL_MAX_SPARSE_3D_TEXTURE_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to GetIntegerv, GetFloatv, GetDoublev,
GetInteger64v, and GetBooleanv:
<DT><A HREF="./org/lwjgl/opengl/AMDSparseTexture.html#GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS"><B>GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to GetIntegerv, GetFloatv, GetDoublev,
GetInteger64v, and GetBooleanv:
<DT><A HREF="./org/lwjgl/opengl/ARBSparseTexture.html#GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB"><B>GL_MAX_SPARSE_ARRAY_TEXTURE_LAYERS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to GetIntegerv, GetFloatv, GetDoublev,
GetInteger64v, and GetBooleanv:
<DT><A HREF="./org/lwjgl/opengl/AMDSparseTexture.html#GL_MAX_SPARSE_TEXTURE_SIZE_AMD"><B>GL_MAX_SPARSE_TEXTURE_SIZE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to GetIntegerv, GetFloatv, GetDoublev,
GetInteger64v, and GetBooleanv:
<DT><A HREF="./org/lwjgl/opengl/ARBSparseTexture.html#GL_MAX_SPARSE_TEXTURE_SIZE_ARB"><B>GL_MAX_SPARSE_TEXTURE_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to GetIntegerv, GetFloatv, GetDoublev,
GetInteger64v, and GetBooleanv:
<DT><A HREF="./org/lwjgl/opengl/NVLightMaxExponent.html#GL_MAX_SPOT_EXPONENT_NV"><B>GL_MAX_SPOT_EXPONENT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVLightMaxExponent.html" title="class in org.lwjgl.opengl">NVLightMaxExponent</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS"><B>GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS"><B>GL_MAX_SUBROUTINE_UNIFORM_LOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_MAX_SUBROUTINES"><B>GL_MAX_SUBROUTINES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_SUBROUTINES"><B>GL_MAX_SUBROUTINES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS"><B>GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS"><B>GL_MAX_TESS_CONTROL_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS"><B>GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS"><B>GL_MAX_TESS_CONTROL_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS"><B>GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS"><B>GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_CONTROL_INPUT_COMPONENTS"><B>GL_MAX_TESS_CONTROL_INPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_CONTROL_INPUT_COMPONENTS"><B>GL_MAX_TESS_CONTROL_INPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS"><B>GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS"><B>GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS"><B>GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS"><B>GL_MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS"><B>GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS"><B>GL_MAX_TESS_CONTROL_TEXTURE_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS"><B>GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS"><B>GL_MAX_TESS_CONTROL_TOTAL_OUTPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS"><B>GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS"><B>GL_MAX_TESS_CONTROL_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS"><B>GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS"><B>GL_MAX_TESS_CONTROL_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS"><B>GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS"><B>GL_MAX_TESS_EVALUATION_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS"><B>GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS"><B>GL_MAX_TESS_EVALUATION_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS"><B>GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS"><B>GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS"><B>GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS"><B>GL_MAX_TESS_EVALUATION_INPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS"><B>GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS"><B>GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS"><B>GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS"><B>GL_MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS"><B>GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS"><B>GL_MAX_TESS_EVALUATION_TEXTURE_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS"><B>GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS"><B>GL_MAX_TESS_EVALUATION_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS"><B>GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS"><B>GL_MAX_TESS_EVALUATION_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_GEN_LEVEL"><B>GL_MAX_TESS_GEN_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_GEN_LEVEL"><B>GL_MAX_TESS_GEN_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_MAX_TESS_PATCH_COMPONENTS"><B>GL_MAX_TESS_PATCH_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_TESS_PATCH_COMPONENTS"><B>GL_MAX_TESS_PATCH_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_MAX_TEXTURE_BUFFER_SIZE"><B>GL_MAX_TEXTURE_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetDoublev,
GetFloatv, and GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureBufferObject.html#GL_MAX_TEXTURE_BUFFER_SIZE_ARB"><B>GL_MAX_TEXTURE_BUFFER_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureBufferObject.html" title="class in org.lwjgl.opengl">ARBTextureBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetDoublev,
GetFloatv, and GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureBufferObject.html#GL_MAX_TEXTURE_BUFFER_SIZE_EXT"><B>GL_MAX_TEXTURE_BUFFER_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureBufferObject.html" title="class in org.lwjgl.opengl">EXTTextureBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetDoublev,
GetFloatv, and GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_MAX_TEXTURE_COORDS"><B>GL_MAX_TEXTURE_COORDS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_TEXTURE_COORDS_ARB"><B>GL_MAX_TEXTURE_COORDS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentShader.html#GL_MAX_TEXTURE_COORDS_ARB"><B>GL_MAX_TEXTURE_COORDS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentShader.html" title="class in org.lwjgl.opengl">ARBFragmentShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_MAX_TEXTURE_COORDS_ARB"><B>GL_MAX_TEXTURE_COORDS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram.html#GL_MAX_TEXTURE_COORDS_NV"><B>GL_MAX_TEXTURE_COORDS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_MAX_TEXTURE_IMAGE_UNITS"><B>GL_MAX_TEXTURE_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_MAX_TEXTURE_IMAGE_UNITS"><B>GL_MAX_TEXTURE_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_MAX_TEXTURE_IMAGE_UNITS_ARB"><B>GL_MAX_TEXTURE_IMAGE_UNITS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentShader.html#GL_MAX_TEXTURE_IMAGE_UNITS_ARB"><B>GL_MAX_TEXTURE_IMAGE_UNITS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentShader.html" title="class in org.lwjgl.opengl">ARBFragmentShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_MAX_TEXTURE_IMAGE_UNITS_ARB"><B>GL_MAX_TEXTURE_IMAGE_UNITS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram.html#GL_MAX_TEXTURE_IMAGE_UNITS_NV"><B>GL_MAX_TEXTURE_IMAGE_UNITS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_MAX_TEXTURE_LOD_BIAS"><B>GL_MAX_TEXTURE_LOD_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_TEXTURE_LOD_BIAS"><B>GL_MAX_TEXTURE_LOD_BIAS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureLODBias.html#GL_MAX_TEXTURE_LOD_BIAS_EXT"><B>GL_MAX_TEXTURE_LOD_BIAS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureLODBias.html" title="class in org.lwjgl.opengl">EXTTextureLODBias</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureLODBias.html#GL_MAX_TEXTURE_LOD_BIAS_EXT"><B>GL_MAX_TEXTURE_LOD_BIAS_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureLODBias.html" title="class in org.lwjgl.opengles">EXTTextureLODBias</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureFilterAnisotropic.html#GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT"><B>GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureFilterAnisotropic.html" title="class in org.lwjgl.opengl">EXTTextureFilterAnisotropic</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureFilterAnisotropic.html#GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT"><B>GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureFilterAnisotropic.html" title="class in org.lwjgl.opengles">EXTTextureFilterAnisotropic</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv,
GetFloatv, and GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAX_TEXTURE_SIZE"><B>GL_MAX_TEXTURE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_MAX_TEXTURE_SIZE"><B>GL_MAX_TEXTURE_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAX_TEXTURE_STACK_DEPTH"><B>GL_MAX_TEXTURE_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_MAX_TEXTURE_UNITS"><B>GL_MAX_TEXTURE_UNITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_MAX_TEXTURE_UNITS_ARB"><B>GL_MAX_TEXTURE_UNITS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAX_TRACK_MATRICES_NV"><B>GL_MAX_TRACK_MATRICES_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV"><B>GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html#GL_MAX_TRANSFORM_FEEDBACK_BUFFERS"><B>GL_MAX_TRANSFORM_FEEDBACK_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl">ARBTransformFeedback3</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_TRANSFORM_FEEDBACK_BUFFERS"><B>GL_MAX_TRANSFORM_FEEDBACK_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS"><B>GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS"><B>GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_EXT"><B>GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_NV"><B>GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS"><B>GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS"><B>GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_EXT"><B>GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV"><B>GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS"><B>GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS"><B>GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_EXT"><B>GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV"><B>GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_UNIFORM_BLOCK_SIZE"><B>GL_MAX_UNIFORM_BLOCK_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_MAX_UNIFORM_BLOCK_SIZE"><B>GL_MAX_UNIFORM_BLOCK_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_UNIFORM_BLOCK_SIZE"><B>GL_MAX_UNIFORM_BLOCK_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_UNIFORM_BUFFER_BINDINGS"><B>GL_MAX_UNIFORM_BUFFER_BINDINGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_MAX_UNIFORM_BUFFER_BINDINGS"><B>GL_MAX_UNIFORM_BUFFER_BINDINGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_UNIFORM_BUFFER_BINDINGS"><B>GL_MAX_UNIFORM_BUFFER_BINDINGS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBExplicitUniformLocation.html#GL_MAX_UNIFORM_LOCATIONS"><B>GL_MAX_UNIFORM_LOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBExplicitUniformLocation.html" title="class in org.lwjgl.opengl">ARBExplicitUniformLocation</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_UNIFORM_LOCATIONS"><B>GL_MAX_UNIFORM_LOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MAX_VARYING_COMPONENTS"><B>GL_MAX_VARYING_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_VARYING_COMPONENTS"><B>GL_MAX_VARYING_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_MAX_VARYING_COMPONENTS_ARB"><B>GL_MAX_VARYING_COMPONENTS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_MAX_VARYING_COMPONENTS_EXT"><B>GL_MAX_VARYING_COMPONENTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_MAX_VARYING_FLOATS"><B>GL_MAX_VARYING_FLOATS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_MAX_VARYING_FLOATS_ARB"><B>GL_MAX_VARYING_FLOATS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_MAX_VARYING_VECTORS"><B>GL_MAX_VARYING_VECTORS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_MAX_VARYING_VECTORS"><B>GL_MAX_VARYING_VECTORS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_MAX_VARYING_VECTORS"><B>GL_MAX_VARYING_VECTORS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_APPLE"><B>GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html#GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV"><B>GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS"><B>GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS"><B>GL_MAX_VERTEX_ATOMIC_COUNTER_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_MAX_VERTEX_ATOMIC_COUNTERS"><B>GL_MAX_VERTEX_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_VERTEX_ATOMIC_COUNTERS"><B>GL_MAX_VERTEX_ATOMIC_COUNTERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html#GL_MAX_VERTEX_ATTRIB_BINDINGS"><B>GL_MAX_VERTEX_ATTRIB_BINDINGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, ...
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_VERTEX_ATTRIB_BINDINGS"><B>GL_MAX_VERTEX_ATTRIB_BINDINGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, ...
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html#GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET"><B>GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, ...
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET"><B>GL_MAX_VERTEX_ATTRIB_RELATIVE_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, ...
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_MAX_VERTEX_ATTRIB_STRIDE"><B>GL_MAX_VERTEX_ATTRIB_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Implementation-dependent state which constrains the maximum value of stride parameters to vertex array pointer-setting commands.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_MAX_VERTEX_ATTRIBS"><B>GL_MAX_VERTEX_ATTRIBS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_MAX_VERTEX_ATTRIBS"><B>GL_MAX_VERTEX_ATTRIBS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_MAX_VERTEX_ATTRIBS_ARB"><B>GL_MAX_VERTEX_ATTRIBS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_MAX_VERTEX_ATTRIBS_ARB"><B>GL_MAX_VERTEX_ATTRIBS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTBindableUniform.html#GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT"><B>GL_MAX_VERTEX_BINDABLE_UNIFORMS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_MAX_VERTEX_IMAGE_UNIFORMS"><B>GL_MAX_VERTEX_IMAGE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MAX_VERTEX_IMAGE_UNIFORMS"><B>GL_MAX_VERTEX_IMAGE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_MAX_VERTEX_OUTPUT_COMPONENTS"><B>GL_MAX_VERTEX_OUTPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_VERTEX_OUTPUT_COMPONENTS"><B>GL_MAX_VERTEX_OUTPUT_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT"><B>GL_MAX_VERTEX_SHADER_INSTRUCTIONS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_VERTEX_SHADER_INVARIANTS_EXT"><B>GL_MAX_VERTEX_SHADER_INVARIANTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT"><B>GL_MAX_VERTEX_SHADER_LOCAL_CONSTANTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_VERTEX_SHADER_LOCALS_EXT"><B>GL_MAX_VERTEX_SHADER_LOCALS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS"><B>GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS"><B>GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_MAX_VERTEX_SHADER_VARIANTS_EXT"><B>GL_MAX_VERTEX_SHADER_VARIANTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShader5.html#GL_MAX_VERTEX_STREAMS"><B>GL_MAX_VERTEX_STREAMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShader5.html" title="class in org.lwjgl.opengl">ARBGpuShader5</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html#GL_MAX_VERTEX_STREAMS"><B>GL_MAX_VERTEX_STREAMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl">ARBTransformFeedback3</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MAX_VERTEX_STREAMS"><B>GL_MAX_VERTEX_STREAMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#GL_MAX_VERTEX_STREAMS_ATI"><B>GL_MAX_VERTEX_STREAMS_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS"><B>GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS"><B>GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB"><B>GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram3.html#GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB"><B>GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram3.html" title="class in org.lwjgl.opengl">NVVertexProgram3</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_MAX_VERTEX_UNIFORM_BLOCKS"><B>GL_MAX_VERTEX_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_MAX_VERTEX_UNIFORM_BLOCKS"><B>GL_MAX_VERTEX_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_VERTEX_UNIFORM_BLOCKS"><B>GL_MAX_VERTEX_UNIFORM_BLOCKS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_MAX_VERTEX_UNIFORM_COMPONENTS"><B>GL_MAX_VERTEX_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MAX_VERTEX_UNIFORM_COMPONENTS"><B>GL_MAX_VERTEX_UNIFORM_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB"><B>GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_MAX_VERTEX_UNIFORM_VECTORS"><B>GL_MAX_VERTEX_UNIFORM_VECTORS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_MAX_VERTEX_UNIFORM_VECTORS"><B>GL_MAX_VERTEX_UNIFORM_VECTORS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_MAX_VERTEX_UNIFORM_VECTORS"><B>GL_MAX_VERTEX_UNIFORM_VECTORS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MAX_VERTEX_UNITS_ARB"><B>GL_MAX_VERTEX_UNITS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_MAX_VERTEX_VARYING_COMPONENTS_ARB"><B>GL_MAX_VERTEX_VARYING_COMPONENTS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_MAX_VERTEX_VARYING_COMPONENTS_EXT"><B>GL_MAX_VERTEX_VARYING_COMPONENTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MAX_VIEWPORT_DIMS"><B>GL_MAX_VIEWPORT_DIMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_MAX_VIEWPORT_DIMS"><B>GL_MAX_VIEWPORT_DIMS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#GL_MAX_VIEWPORTS"><B>GL_MAX_VIEWPORTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_MAX_VIEWPORTS"><B>GL_MAX_VIEWPORTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_MAX_WIDTH"><B>GL_MAX_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MAX_WIDTH"><B>GL_MAX_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_MEDIUM_FLOAT"><B>GL_MEDIUM_FLOAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;precisiontype&gt; parameter of
GetShaderPrecisionFormat:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_MEDIUM_FLOAT"><B>GL_MEDIUM_FLOAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;precisiontype&gt; parameter of
GetShaderPrecisionFormat:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_MEDIUM_FLOAT"><B>GL_MEDIUM_FLOAT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shader Precision-Specified Types
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_MEDIUM_INT"><B>GL_MEDIUM_INT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;precisiontype&gt; parameter of
GetShaderPrecisionFormat:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_MEDIUM_INT"><B>GL_MEDIUM_INT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;precisiontype&gt; parameter of
GetShaderPrecisionFormat:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_MEDIUM_INT"><B>GL_MEDIUM_INT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shader Precision-Specified Types
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_MIN"><B>GL_MIN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_MIN"><B>GL_MIN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MIN"><B>GL_MIN</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTBlendMinmax.html#GL_MIN_EXT"><B>GL_MIN_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendMinmax.html" title="class in org.lwjgl.opengl">EXTBlendMinmax</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquationEXT.
<DT><A HREF="./org/lwjgl/opengles/EXTBlendMinmax.html#GL_MIN_EXT"><B>GL_MIN_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTBlendMinmax.html" title="class in org.lwjgl.opengles">EXTBlendMinmax</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquationEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShader5.html#GL_MIN_FRAGMENT_INTERPOLATION_OFFSET"><B>GL_MIN_FRAGMENT_INTERPOLATION_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShader5.html" title="class in org.lwjgl.opengl">ARBGpuShader5</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MIN_FRAGMENT_INTERPOLATION_OFFSET"><B>GL_MIN_FRAGMENT_INTERPOLATION_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram5.html#GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV"><B>GL_MIN_FRAGMENT_INTERPOLATION_OFFSET_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram5.html" title="class in org.lwjgl.opengl">NVGpuProgram5</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/AMDSparseTexture.html#GL_MIN_LOD_WARNING_AMD"><B>GL_MIN_LOD_WARNING_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameter{if}{v} and
GetTexParameter{if}v:
<DT><A HREF="./org/lwjgl/opengl/ARBMapBufferAlignment.html#GL_MIN_MAP_BUFFER_ALIGNMENT"><B>GL_MIN_MAP_BUFFER_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMapBufferAlignment.html" title="class in org.lwjgl.opengl">ARBMapBufferAlignment</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_MIN_MAP_BUFFER_ALIGNMENT"><B>GL_MIN_MAP_BUFFER_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MIN_PROGRAM_TEXEL_OFFSET"><B>GL_MIN_PROGRAM_TEXEL_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MIN_PROGRAM_TEXEL_OFFSET"><B>GL_MIN_PROGRAM_TEXEL_OFFSET</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_MIN_PROGRAM_TEXEL_OFFSET_EXT"><B>GL_MIN_PROGRAM_TEXEL_OFFSET_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureGather.html#GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB"><B>GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureGather.html" title="class in org.lwjgl.opengl">ARBTextureGather</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB"><B>GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_MIN_SAMPLE_SHADING_VALUE"><B>GL_MIN_SAMPLE_SHADING_VALUE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev,
GetIntegerv, and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBSampleShading.html#GL_MIN_SAMPLE_SHADING_VALUE_ARB"><B>GL_MIN_SAMPLE_SHADING_VALUE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSampleShading.html" title="class in org.lwjgl.opengl">ARBSampleShading</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev,
GetIntegerv, and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/AMDSparseTexture.html#GL_MIN_SPARSE_LEVEL_AMD"><B>GL_MIN_SPARSE_LEVEL_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexParameter{if}v:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_MINMAX"><B>GL_MINMAX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_MINMAX_FORMAT"><B>GL_MINMAX_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_MINMAX_SINK"><B>GL_MINMAX_SINK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_MINOR_VERSION"><B>GL_MINOR_VERSION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_MINOR_VERSION"><B>GL_MINOR_VERSION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_MINUS_CLAMPED_NV"><B>GL_MINUS_CLAMPED_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_MINUS_NV"><B>GL_MINUS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_MIPMAP"><B>GL_MIPMAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_MIPMAP"><B>GL_MIPMAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ATITextureMirrorOnce.html#GL_MIRROR_CLAMP_ATI"><B>GL_MIRROR_CLAMP_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureMirrorOnce.html" title="class in org.lwjgl.opengl">ATITextureMirrorOnce</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureMirrorClamp.html#GL_MIRROR_CLAMP_EXT"><B>GL_MIRROR_CLAMP_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureMirrorClamp.html" title="class in org.lwjgl.opengl">EXTTextureMirrorClamp</A>
<DD>Accepted by the &lt;param&gt; parameter of TexParameteri and TexParameterf,
and by the &lt;params&gt; parameter of TexParameteriv and TexParameterfv,
when their &lt;pname&gt; parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T,
or TEXTURE_WRAP_R:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureMirrorClamp.html#GL_MIRROR_CLAMP_TO_BORDER_EXT"><B>GL_MIRROR_CLAMP_TO_BORDER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureMirrorClamp.html" title="class in org.lwjgl.opengl">EXTTextureMirrorClamp</A>
<DD>Accepted by the &lt;param&gt; parameter of TexParameteri and TexParameterf,
and by the &lt;params&gt; parameter of TexParameteriv and TexParameterfv,
when their &lt;pname&gt; parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T,
or TEXTURE_WRAP_R:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMirrorClampToEdge.html#GL_MIRROR_CLAMP_TO_EDGE"><B>GL_MIRROR_CLAMP_TO_EDGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMirrorClampToEdge.html" title="class in org.lwjgl.opengl">ARBTextureMirrorClampToEdge</A>
<DD>Accepted by the &lt;param&gt; parameter of TexParameter{if}, SamplerParameter{if}
and SamplerParameter{if}v, and by the &lt;params&gt; parameter of
TexParameter{if}v, TexParameterI{i ui}v and SamplerParameterI{i ui}v when
their &lt;pname&gt; parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T, or
TEXTURE_WRAP_R:
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_MIRROR_CLAMP_TO_EDGE"><B>GL_MIRROR_CLAMP_TO_EDGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted by the &lt;param&gt; parameter of TexParameter{if}, SamplerParameter{if}
and SamplerParameter{if}v, and by the &lt;params&gt; parameter of
TexParameter{if}v, TexParameterI{i ui}v and SamplerParameterI{i ui}v when
their &lt;pname&gt; parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T, or
TEXTURE_WRAP_R:
<DT><A HREF="./org/lwjgl/opengl/ATITextureMirrorOnce.html#GL_MIRROR_CLAMP_TO_EDGE_ATI"><B>GL_MIRROR_CLAMP_TO_EDGE_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureMirrorOnce.html" title="class in org.lwjgl.opengl">ATITextureMirrorOnce</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureMirrorClamp.html#GL_MIRROR_CLAMP_TO_EDGE_EXT"><B>GL_MIRROR_CLAMP_TO_EDGE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureMirrorClamp.html" title="class in org.lwjgl.opengl">EXTTextureMirrorClamp</A>
<DD>Accepted by the &lt;param&gt; parameter of TexParameteri and TexParameterf,
and by the &lt;params&gt; parameter of TexParameteriv and TexParameterfv,
when their &lt;pname&gt; parameter is TEXTURE_WRAP_S, TEXTURE_WRAP_T,
or TEXTURE_WRAP_R:
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_MIRRORED_REPEAT"><B>GL_MIRRORED_REPEAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_MIRRORED_REPEAT"><B>GL_MIRRORED_REPEAT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureWrapMode
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMirroredRepeat.html#GL_MIRRORED_REPEAT_ARB"><B>GL_MIRRORED_REPEAT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMirroredRepeat.html" title="class in org.lwjgl.opengl">ARBTextureMirroredRepeat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_MITER_REVERT_NV"><B>GL_MITER_REVERT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;value&gt; parameter of PathParameterfNV,
PathParameterfvNV, PathParameteriNV, and PathParameterivNV
when &lt;pname&gt; is PATH_JOIN_STYLE_NV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_MITER_TRUNCATE_NV"><B>GL_MITER_TRUNCATE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;value&gt; parameter of PathParameterfNV,
PathParameterfvNV, PathParameteriNV, and PathParameterivNV
when &lt;pname&gt; is PATH_JOIN_STYLE_NV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MODELVIEW"><B>GL_MODELVIEW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW0_ARB"><B>GL_MODELVIEW0_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_MODELVIEW0_EXT"><B>GL_MODELVIEW0_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_MODELVIEW0_MATRIX_EXT"><B>GL_MODELVIEW0_MATRIX_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_MODELVIEW0_STACK_DEPTH_EXT"><B>GL_MODELVIEW0_STACK_DEPTH_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW10_ARB"><B>GL_MODELVIEW10_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW11_ARB"><B>GL_MODELVIEW11_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW12_ARB"><B>GL_MODELVIEW12_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW13_ARB"><B>GL_MODELVIEW13_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW14_ARB"><B>GL_MODELVIEW14_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW15_ARB"><B>GL_MODELVIEW15_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW16_ARB"><B>GL_MODELVIEW16_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW17_ARB"><B>GL_MODELVIEW17_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW18_ARB"><B>GL_MODELVIEW18_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW19_ARB"><B>GL_MODELVIEW19_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW1_ARB"><B>GL_MODELVIEW1_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_MODELVIEW1_EXT"><B>GL_MODELVIEW1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_MODELVIEW1_MATRIX_EXT"><B>GL_MODELVIEW1_MATRIX_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_MODELVIEW1_STACK_DEPTH_EXT"><B>GL_MODELVIEW1_STACK_DEPTH_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW20_ARB"><B>GL_MODELVIEW20_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW21_ARB"><B>GL_MODELVIEW21_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW22_ARB"><B>GL_MODELVIEW22_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW23_ARB"><B>GL_MODELVIEW23_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW24_ARB"><B>GL_MODELVIEW24_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW25_ARB"><B>GL_MODELVIEW25_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW26_ARB"><B>GL_MODELVIEW26_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW27_ARB"><B>GL_MODELVIEW27_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW28_ARB"><B>GL_MODELVIEW28_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW29_ARB"><B>GL_MODELVIEW29_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW2_ARB"><B>GL_MODELVIEW2_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW30_ARB"><B>GL_MODELVIEW30_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW31_ARB"><B>GL_MODELVIEW31_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW3_ARB"><B>GL_MODELVIEW3_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW4_ARB"><B>GL_MODELVIEW4_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW5_ARB"><B>GL_MODELVIEW5_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW6_ARB"><B>GL_MODELVIEW6_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW7_ARB"><B>GL_MODELVIEW7_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW8_ARB"><B>GL_MODELVIEW8_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_MODELVIEW9_ARB"><B>GL_MODELVIEW9_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MODELVIEW_MATRIX"><B>GL_MODELVIEW_MATRIX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_MODELVIEW_PROJECTION_NV"><B>GL_MODELVIEW_PROJECTION_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;matrix&gt; parameter of TrackMatrixNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MODELVIEW_STACK_DEPTH"><B>GL_MODELVIEW_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MODULATE"><B>GL_MODULATE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATITextureEnvCombine3.html#GL_MODULATE_ADD_ATI"><B>GL_MODULATE_ADD_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureEnvCombine3.html" title="class in org.lwjgl.opengl">ATITextureEnvCombine3</A>
<DD>Accepted by the &lt;params&gt; parameter of TexEnvf, TexEnvi, TexEnvfv,
and TexEnviv when the &lt;pname&gt; parameter value is COMBINE_RGB_ARB
or COMBINE_ALPHA_ARB
<DT><A HREF="./org/lwjgl/opengl/ATITextureEnvCombine3.html#GL_MODULATE_SIGNED_ADD_ATI"><B>GL_MODULATE_SIGNED_ADD_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureEnvCombine3.html" title="class in org.lwjgl.opengl">ATITextureEnvCombine3</A>
<DD>Accepted by the &lt;params&gt; parameter of TexEnvf, TexEnvi, TexEnvfv,
and TexEnviv when the &lt;pname&gt; parameter value is COMBINE_RGB_ARB
or COMBINE_ALPHA_ARB
<DT><A HREF="./org/lwjgl/opengl/ATITextureEnvCombine3.html#GL_MODULATE_SUBTRACT_ATI"><B>GL_MODULATE_SUBTRACT_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureEnvCombine3.html" title="class in org.lwjgl.opengl">ATITextureEnvCombine3</A>
<DD>Accepted by the &lt;params&gt; parameter of TexEnvf, TexEnvi, TexEnvfv,
and TexEnviv when the &lt;pname&gt; parameter value is COMBINE_RGB_ARB
or COMBINE_ALPHA_ARB
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_MOV_ATI"><B>GL_MOV_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_MOVE_TO_CONTINUES_NV"><B>GL_MOVE_TO_CONTINUES_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;value&gt; parameter of PathParameterfNV,
PathParameterfvNV, PathParameteriNV, and PathParameterivNV when
&lt;pname&gt; is PATH_DASH_OFFSET_RESET_NV
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_MOVE_TO_NV"><B>GL_MOVE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_MOVE_TO_NV"><B>GL_MOVE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as path commands by CreatePathNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_MOVE_TO_RESETS_NV"><B>GL_MOVE_TO_RESETS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;value&gt; parameter of PathParameterfNV,
PathParameterfvNV, PathParameteriNV, and PathParameterivNV when
&lt;pname&gt; is PATH_DASH_OFFSET_RESET_NV
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_MUL_ATI"><B>GL_MUL_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_MULT"><B>GL_MULT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_MULTIPLY_NV"><B>GL_MULTIPLY_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_MULTISAMPLE"><B>GL_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultisample.html#GL_MULTISAMPLE_ARB"><B>GL_MULTISAMPLE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_MULTISAMPLE_BIT"><B>GL_MULTISAMPLE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultisample.html#GL_MULTISAMPLE_BIT_ARB"><B>GL_MULTISAMPLE_BIT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT0_QCOM"><B>GL_MULTISAMPLE_BUFFER_BIT0_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT1_QCOM"><B>GL_MULTISAMPLE_BUFFER_BIT1_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT2_QCOM"><B>GL_MULTISAMPLE_BUFFER_BIT2_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT3_QCOM"><B>GL_MULTISAMPLE_BUFFER_BIT3_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT4_QCOM"><B>GL_MULTISAMPLE_BUFFER_BIT4_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT5_QCOM"><B>GL_MULTISAMPLE_BUFFER_BIT5_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT6_QCOM"><B>GL_MULTISAMPLE_BUFFER_BIT6_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_MULTISAMPLE_BUFFER_BIT7_QCOM"><B>GL_MULTISAMPLE_BUFFER_BIT7_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html#GL_MULTISAMPLE_COVERAGE_MODES_NV"><B>GL_MULTISAMPLE_COVERAGE_MODES_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html" title="class in org.lwjgl.opengl">NVFramebufferMultisampleCoverage</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv.
<DT><A HREF="./org/lwjgl/opengl/NVMultisampleFilterHint.html#GL_MULTISAMPLE_FILTER_HINT_NV"><B>GL_MULTISAMPLE_FILTER_HINT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVMultisampleFilterHint.html" title="class in org.lwjgl.opengl">NVMultisampleFilterHint</A>
<DD>Accepted by the &lt;target&gt; parameter of Hint and by the &lt;pname&gt;
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#GL_MULTIVIEW_EXT"><B>GL_MULTIVIEW_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</A>
<DD>Accepted by the &lt;location&gt; parameter of DrawBuffersIndexedEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_MVP_MATRIX_EXT"><B>GL_MVP_MATRIX_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_N3F_V3F"><B>GL_N3F_V3F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_NAME_LENGTH"><B>GL_NAME_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_NAME_LENGTH"><B>GL_NAME_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NAME_STACK_DEPTH"><B>GL_NAME_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#GL_NAMED_STRING_LENGTH_ARB"><B>GL_NAMED_STRING_LENGTH_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetNamedStringivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#GL_NAMED_STRING_TYPE_ARB"><B>GL_NAMED_STRING_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetNamedStringivARB:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NAND"><B>GL_NAND</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NEAREST"><B>GL_NEAREST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_NEAREST"><B>GL_NEAREST</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureMagFilter
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NEAREST_MIPMAP_LINEAR"><B>GL_NEAREST_MIPMAP_LINEAR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_NEAREST_MIPMAP_LINEAR"><B>GL_NEAREST_MIPMAP_LINEAR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureMinFilter
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NEAREST_MIPMAP_NEAREST"><B>GL_NEAREST_MIPMAP_NEAREST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_NEAREST_MIPMAP_NEAREST"><B>GL_NEAREST_MIPMAP_NEAREST</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureMinFilter
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NEGATE_BIT_ATI"><B>GL_NEGATE_BIT_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_NEGATIVE_ONE_EXT"><B>GL_NEGATIVE_ONE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClipControl.html#GL_NEGATIVE_ONE_TO_ONE"><B>GL_NEGATIVE_ONE_TO_ONE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClipControl.html" title="class in org.lwjgl.opengl">ARBClipControl</A>
<DD>Accepted by the &lt;depth&gt; parameter of ClipControl:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_NEGATIVE_ONE_TO_ONE"><B>GL_NEGATIVE_ONE_TO_ONE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;depth&gt; parameter of ClipControl:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_NEGATIVE_W_EXT"><B>GL_NEGATIVE_W_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_NEGATIVE_X_EXT"><B>GL_NEGATIVE_X_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_NEGATIVE_Y_EXT"><B>GL_NEGATIVE_Y_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_NEGATIVE_Z_EXT"><B>GL_NEGATIVE_Z_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NEVER"><B>GL_NEVER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_NEVER"><B>GL_NEVER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilFunction
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV"><B>GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVideoCaptureivNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NICEST"><B>GL_NICEST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_NICEST"><B>GL_NICEST</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>HintMode
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NO_ERROR"><B>GL_NO_ERROR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#GL_NO_ERROR"><B>GL_NO_ERROR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>Returned by GetGraphicsResetStatusEXT:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_NO_ERROR"><B>GL_NO_ERROR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>ErrorCode
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_NO_RESET_NOTIFICATION"><B>GL_NO_RESET_NOTIFICATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Returned by GetIntegerv and related simple queries when &lt;value&gt; is
RESET_NOTIFICATION_STRATEGY:
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#GL_NO_RESET_NOTIFICATION"><B>GL_NO_RESET_NOTIFICATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>Returned by GetIntegerv and related simple queries when &lt;value&gt; is
RESET_NOTIFICATION_STRATEGY:
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#GL_NO_RESET_NOTIFICATION_ARB"><B>GL_NO_RESET_NOTIFICATION_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>Returned by GetIntegerv and related simple queries when
&lt;value&gt; is RESET_NOTIFICATION_STRATEGY_ARB:
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#GL_NO_RESET_NOTIFICATION_EXT"><B>GL_NO_RESET_NOTIFICATION_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>Returned by GetIntegerv and related simple queries when &lt;value&gt; is
RESET_NOTIFICATION_STRATEGY_EXT :
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_NON_ZERO_NV"><B>GL_NON_ZERO_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Values for the ILL_RULE_NV path parameter:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NONE"><B>GL_NONE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_NONE"><B>GL_NONE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_NONE_OES"><B>GL_NONE_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Returned by GetFramebufferAttachmentParameterivOES when the
&lt;pname&gt; parameter is FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NOOP"><B>GL_NOOP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NOR"><B>GL_NOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NORMAL_ARRAY"><B>GL_NORMAL_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_NORMAL_ARRAY_ADDRESS_NV"><B>GL_NORMAL_ARRAY_ADDRESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;pname&gt; parameter of BufferAddressRangeNV
and the &lt;value&gt; parameter of GetIntegerui64vNV:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_NORMAL_ARRAY_BUFFER_BINDING"><B>GL_NORMAL_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_NORMAL_ARRAY_BUFFER_BINDING_ARB"><B>GL_NORMAL_ARRAY_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_NORMAL_ARRAY_LENGTH_NV"><B>GL_NORMAL_ARRAY_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NORMAL_ARRAY_POINTER"><B>GL_NORMAL_ARRAY_POINTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NORMAL_ARRAY_STRIDE"><B>GL_NORMAL_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NORMAL_ARRAY_TYPE"><B>GL_NORMAL_ARRAY_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_NORMAL_MAP"><B>GL_NORMAL_MAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_NORMAL_MAP_ARB"><B>GL_NORMAL_MAP_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTexgenReflection.html#GL_NORMAL_MAP_NV"><B>GL_NORMAL_MAP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTexgenReflection.html" title="class in org.lwjgl.opengl">NVTexgenReflection</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NORMALIZE"><B>GL_NORMALIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_NORMALIZED_RANGE_EXT"><B>GL_NORMALIZED_RANGE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_NOTEQUAL"><B>GL_NOTEQUAL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_NOTEQUAL"><B>GL_NOTEQUAL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilFunction
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_NUM_ACTIVE_VARIABLES"><B>GL_NUM_ACTIVE_VARIABLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_NUM_ACTIVE_VARIABLES"><B>GL_NUM_ACTIVE_VARIABLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#GL_NUM_COMPATIBLE_SUBROUTINES"><B>GL_NUM_COMPATIBLE_SUBROUTINES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveSubroutineUniformiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_NUM_COMPATIBLE_SUBROUTINES"><B>GL_NUM_COMPATIBLE_SUBROUTINES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveSubroutineUniformiv:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_NUM_COMPRESSED_TEXTURE_FORMATS"><B>GL_NUM_COMPRESSED_TEXTURE_FORMATS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_NUM_COMPRESSED_TEXTURE_FORMATS"><B>GL_NUM_COMPRESSED_TEXTURE_FORMATS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetTextureParameter
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB"><B>GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_NUM_EXTENSIONS"><B>GL_NUM_EXTENSIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_NUM_EXTENSIONS"><B>GL_NUM_EXTENSIONS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#GL_NUM_FILL_STREAMS_NV"><B>GL_NUM_FILL_STREAMS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVideoivNV, GetVideouivNV,
GetVideoi64vNV, GetVideoui64vNV:
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NUM_FRAGMENT_CONSTANTS_ATI"><B>GL_NUM_FRAGMENT_CONSTANTS_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NUM_FRAGMENT_REGISTERS_ATI"><B>GL_NUM_FRAGMENT_REGISTERS_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_NUM_GENERAL_COMBINERS_NV"><B>GL_NUM_GENERAL_COMBINERS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NUM_INPUT_INTERPOLATOR_COMPONENTS_ATI"><B>GL_NUM_INPUT_INTERPOLATOR_COMPONENTS_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NUM_INSTRUCTIONS_PER_PASS_ATI"><B>GL_NUM_INSTRUCTIONS_PER_PASS_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NUM_INSTRUCTIONS_TOTAL_ATI"><B>GL_NUM_INSTRUCTIONS_TOTAL_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NUM_LOOPBACK_COMPONENTS_ATI"><B>GL_NUM_LOOPBACK_COMPONENTS_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_NUM_PASSES_ATI"><B>GL_NUM_PASSES_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html#GL_NUM_PROGRAM_BINARY_FORMATS"><B>GL_NUM_PROGRAM_BINARY_FORMATS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl">ARBGetProgramBinary</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_NUM_PROGRAM_BINARY_FORMATS"><B>GL_NUM_PROGRAM_BINARY_FORMATS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_NUM_PROGRAM_BINARY_FORMATS"><B>GL_NUM_PROGRAM_BINARY_FORMATS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESGetProgramBinary.html#GL_NUM_PROGRAM_BINARY_FORMATS_OES"><B>GL_NUM_PROGRAM_BINARY_FORMATS_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESGetProgramBinary.html" title="class in org.lwjgl.opengles">OESGetProgramBinary</A>
<DD>Accepted by the &lt;pname&lt; parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery.html#GL_NUM_SAMPLE_COUNTS"><B>GL_NUM_SAMPLE_COUNTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_NUM_SAMPLE_COUNTS"><B>GL_NUM_SAMPLE_COUNTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_NUM_SAMPLE_COUNTS"><B>GL_NUM_SAMPLE_COUNTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_NUM_SAMPLE_COUNTS"><B>GL_NUM_SAMPLE_COUNTS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_NUM_SHADER_BINARY_FORMATS"><B>GL_NUM_SHADER_BINARY_FORMATS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_NUM_SHADER_BINARY_FORMATS"><B>GL_NUM_SHADER_BINARY_FORMATS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_NUM_SHADER_BINARY_FORMATS"><B>GL_NUM_SHADER_BINARY_FORMATS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shader Binary
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_NUM_SHADING_LANGUAGE_VERSIONS"><B>GL_NUM_SHADING_LANGUAGE_VERSIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>No.
<DT><A HREF="./org/lwjgl/opengl/ARBSparseTexture.html#GL_NUM_SPARSE_LEVELS_ARB"><B>GL_NUM_SPARSE_LEVELS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexParameter{if}v and
GetTexParameterIi{u}v:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_NUM_VIDEO_CAPTURE_SLOTS_NV"><B>GL_NUM_VIDEO_CAPTURE_SLOTS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;attribute&gt; parameter of NVPresentVideoUtil.glQueryContextNV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_NUM_VIDEO_CAPTURE_STREAMS_NV"><B>GL_NUM_VIDEO_CAPTURE_STREAMS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVideoCaptureivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#GL_NUM_VIDEO_SLOTS_NV"><B>GL_NUM_VIDEO_SLOTS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>Accepted by the &lt;attribute&gt; parameter of NVPresentVideoUtil.glQueryContextNV:
<DT><A HREF="./org/lwjgl/opengl/ARBSparseTexture.html#GL_NUM_VIRTUAL_PAGE_SIZES_ARB"><B>GL_NUM_VIRTUAL_PAGE_SIZES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to GetInternalformativ:
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_bindless_multi_draw_indirect"><B>GL_NV_bindless_multi_draw_indirect</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_bindless_texture"><B>GL_NV_bindless_texture</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_blend_equation_advanced"><B>GL_NV_blend_equation_advanced</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_blend_square"><B>GL_NV_blend_square</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_compute_program5"><B>GL_NV_compute_program5</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_conditional_render"><B>GL_NV_conditional_render</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_copy_depth_to_color"><B>GL_NV_copy_depth_to_color</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_copy_image"><B>GL_NV_copy_image</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_coverage_sample"><B>GL_NV_coverage_sample</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_deep_texture3D"><B>GL_NV_deep_texture3D</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_depth_buffer_float"><B>GL_NV_depth_buffer_float</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_depth_clamp"><B>GL_NV_depth_clamp</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_depth_nonlinear"><B>GL_NV_depth_nonlinear</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_draw_buffers"><B>GL_NV_draw_buffers</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_draw_path"><B>GL_NV_draw_path</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_draw_texture"><B>GL_NV_draw_texture</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_draw_texture"><B>GL_NV_draw_texture</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_EGL_stream_consumer_external"><B>GL_NV_EGL_stream_consumer_external</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_evaluators"><B>GL_NV_evaluators</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_explicit_multisample"><B>GL_NV_explicit_multisample</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_fbo_color_attachments"><B>GL_NV_fbo_color_attachments</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_fence"><B>GL_NV_fence</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_fence"><B>GL_NV_fence</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_float_buffer"><B>GL_NV_float_buffer</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_fog_distance"><B>GL_NV_fog_distance</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_fragment_program"><B>GL_NV_fragment_program</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_fragment_program2"><B>GL_NV_fragment_program2</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_fragment_program4"><B>GL_NV_fragment_program4</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_fragment_program_option"><B>GL_NV_fragment_program_option</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_framebuffer_multisample_coverage"><B>GL_NV_framebuffer_multisample_coverage</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_framebuffer_vertex_attrib_array"><B>GL_NV_framebuffer_vertex_attrib_array</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_geometry_program4"><B>GL_NV_geometry_program4</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_geometry_shader4"><B>GL_NV_geometry_shader4</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_get_tex_image"><B>GL_NV_get_tex_image</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_gpu_program4"><B>GL_NV_gpu_program4</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_gpu_program5"><B>GL_NV_gpu_program5</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_gpu_program5_mem_extended"><B>GL_NV_gpu_program5_mem_extended</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_gpu_shader5"><B>GL_NV_gpu_shader5</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_half_float"><B>GL_NV_half_float</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_light_max_exponent"><B>GL_NV_light_max_exponent</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_multisample_coverage"><B>GL_NV_multisample_coverage</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_multisample_filter_hint"><B>GL_NV_multisample_filter_hint</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_occlusion_query"><B>GL_NV_occlusion_query</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_packed_depth_stencil"><B>GL_NV_packed_depth_stencil</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_parameter_buffer_object"><B>GL_NV_parameter_buffer_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_parameter_buffer_object2"><B>GL_NV_parameter_buffer_object2</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_path_rendering"><B>GL_NV_path_rendering</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_pixel_data_range"><B>GL_NV_pixel_data_range</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_platform_binary"><B>GL_NV_platform_binary</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_point_sprite"><B>GL_NV_point_sprite</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_present_video"><B>GL_NV_present_video</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_primitive_restart"><B>GL_NV_primitive_restart</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_read_buffer"><B>GL_NV_read_buffer</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_read_depth_stencil"><B>GL_NV_read_depth_stencil</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_register_combiners"><B>GL_NV_register_combiners</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_register_combiners2"><B>GL_NV_register_combiners2</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_shader_atomic_counters"><B>GL_NV_shader_atomic_counters</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_shader_atomic_float"><B>GL_NV_shader_atomic_float</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_shader_buffer_load"><B>GL_NV_shader_buffer_load</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_shader_buffer_store"><B>GL_NV_shader_buffer_store</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_shader_framebuffer_fetch"><B>GL_NV_shader_framebuffer_fetch</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_shader_storage_buffer_object"><B>GL_NV_shader_storage_buffer_object</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_system_time"><B>GL_NV_system_time</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_tessellation_program5"><B>GL_NV_tessellation_program5</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texgen_reflection"><B>GL_NV_texgen_reflection</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_barrier"><B>GL_NV_texture_barrier</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_texture_compression_s3tc_update"><B>GL_NV_texture_compression_s3tc_update</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_compression_vtc"><B>GL_NV_texture_compression_vtc</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_env_combine4"><B>GL_NV_texture_env_combine4</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_expand_normal"><B>GL_NV_texture_expand_normal</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_multisample"><B>GL_NV_texture_multisample</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_NV_texture_npot_2D_mipmap"><B>GL_NV_texture_npot_2D_mipmap</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_rectangle"><B>GL_NV_texture_rectangle</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_shader"><B>GL_NV_texture_shader</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_shader2"><B>GL_NV_texture_shader2</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_texture_shader3"><B>GL_NV_texture_shader3</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_transform_feedback"><B>GL_NV_transform_feedback</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_transform_feedback2"><B>GL_NV_transform_feedback2</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_array_range"><B>GL_NV_vertex_array_range</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_array_range2"><B>GL_NV_vertex_array_range2</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_attrib_integer_64bit"><B>GL_NV_vertex_attrib_integer_64bit</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_buffer_unified_memory"><B>GL_NV_vertex_buffer_unified_memory</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_program"><B>GL_NV_vertex_program</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_program1_1"><B>GL_NV_vertex_program1_1</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_program2"><B>GL_NV_vertex_program2</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_program2_option"><B>GL_NV_vertex_program2_option</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_program3"><B>GL_NV_vertex_program3</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_vertex_program4"><B>GL_NV_vertex_program4</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NV_video_capture"><B>GL_NV_video_capture</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVPlatformBinary.html#GL_NVIDIA_PLATFORM_BINARY_NV"><B>GL_NVIDIA_PLATFORM_BINARY_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVPlatformBinary.html" title="class in org.lwjgl.opengles">NVPlatformBinary</A>
<DD>Accepted by the &lt;binaryformat&gt; parameter of ShaderBinary:
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_NVX_gpu_memory_info"><B>GL_NVX_gpu_memory_info</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_OBJECT_ACTIVE_ATTRIBUTE_MAX_LENGTH_ARB"><B>GL_OBJECT_ACTIVE_ATTRIBUTE_MAX_LENGTH_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter GetObjectParameter{if}vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_OBJECT_ACTIVE_ATTRIBUTES_ARB"><B>GL_OBJECT_ACTIVE_ATTRIBUTES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter GetObjectParameter{if}vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB"><B>GL_OBJECT_ACTIVE_UNIFORM_MAX_LENGTH_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_ACTIVE_UNIFORMS_ARB"><B>GL_OBJECT_ACTIVE_UNIFORMS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_ATTACHED_OBJECTS_ARB"><B>GL_OBJECT_ATTACHED_OBJECTS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_OBJECT_BUFFER_SIZE_ATI"><B>GL_OBJECT_BUFFER_SIZE_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_OBJECT_BUFFER_USAGE_ATI"><B>GL_OBJECT_BUFFER_USAGE_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_COMPILE_STATUS_ARB"><B>GL_OBJECT_COMPILE_STATUS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_DELETE_STATUS_ARB"><B>GL_OBJECT_DELETE_STATUS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_INFO_LOG_LENGTH_ARB"><B>GL_OBJECT_INFO_LOG_LENGTH_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_OBJECT_LINEAR"><B>GL_OBJECT_LINEAR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_LINK_STATUS_ARB"><B>GL_OBJECT_LINK_STATUS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_OBJECT_PLANE"><B>GL_OBJECT_PLANE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_SHADER_SOURCE_LENGTH_ARB"><B>GL_OBJECT_SHADER_SOURCE_LENGTH_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_SUBTYPE_ARB"><B>GL_OBJECT_SUBTYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_OBJECT_TYPE"><B>GL_OBJECT_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetSynciv:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_OBJECT_TYPE"><B>GL_OBJECT_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetSynciv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_OBJECT_TYPE"><B>GL_OBJECT_TYPE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#GL_OBJECT_TYPE_APPLE"><B>GL_OBJECT_TYPE_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetSyncivAPPLE:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_TYPE_ARB"><B>GL_OBJECT_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_OBJECT_VALIDATE_STATUS_ARB"><B>GL_OBJECT_VALIDATE_STATUS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengl/HPOcclusionTest.html#GL_OCCLUSION_TEST_HP"><B>GL_OCCLUSION_TEST_HP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/HPOcclusionTest.html" title="class in org.lwjgl.opengl">HPOcclusionTest</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled, by
the &lt;pname&gt; of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev :
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#GL_OCCLUSION_TEST_HP"><B>GL_OCCLUSION_TEST_HP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/HPOcclusionTest.html#GL_OCCLUSION_TEST_RESULT_HP"><B>GL_OCCLUSION_TEST_RESULT_HP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/HPOcclusionTest.html" title="class in org.lwjgl.opengl">HPOcclusionTest</A>
<DD>Accepted by the &lt;pname&gt; of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev :
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#GL_OCCLUSION_TEST_RESULT_HP"><B>GL_OCCLUSION_TEST_RESULT_HP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_blend_equation_separate"><B>GL_OES_blend_equation_separate</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_blend_func_separate"><B>GL_OES_blend_func_separate</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_blend_subtract"><B>GL_OES_blend_subtract</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_compressed_ETC1_RGB8_texture"><B>GL_OES_compressed_ETC1_RGB8_texture</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_compressed_paletted_texture"><B>GL_OES_compressed_paletted_texture</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_depth24"><B>GL_OES_depth24</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_depth32"><B>GL_OES_depth32</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_depth_texture"><B>GL_OES_depth_texture</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_EGL_image"><B>GL_OES_EGL_image</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_EGL_image_external"><B>GL_OES_EGL_image_external</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_EGL_sync"><B>GL_OES_EGL_sync</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_element_index_uint"><B>GL_OES_element_index_uint</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_fbo_render_mipmap"><B>GL_OES_fbo_render_mipmap</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_framebuffer_object"><B>GL_OES_framebuffer_object</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_get_program_binary"><B>GL_OES_get_program_binary</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_mapbuffer"><B>GL_OES_mapbuffer</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_packed_depth_stencil"><B>GL_OES_packed_depth_stencil</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_required_internalformat"><B>GL_OES_required_internalformat</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_rgb8_rgba8"><B>GL_OES_rgb8_rgba8</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_standard_derivatives"><B>GL_OES_standard_derivatives</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_stencil1"><B>GL_OES_stencil1</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_stencil4"><B>GL_OES_stencil4</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_stencil8"><B>GL_OES_stencil8</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_surfaceless_context"><B>GL_OES_surfaceless_context</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_texture_3D"><B>GL_OES_texture_3D</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_texture_float"><B>GL_OES_texture_float</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_texture_float_linear"><B>GL_OES_texture_float_linear</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_texture_half_float"><B>GL_OES_texture_half_float</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_texture_half_float_linear"><B>GL_OES_texture_half_float_linear</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_texture_npot"><B>GL_OES_texture_npot</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_vertex_array_object"><B>GL_OES_vertex_array_object</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_vertex_half_float"><B>GL_OES_vertex_half_float</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_OES_vertex_type_10_10_10_2"><B>GL_OES_vertex_type_10_10_10_2</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_OFFSET"><B>GL_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_OFFSET"><B>GL_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV"><B>GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV"><B>GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_HILO_TEXTURE_2D_NV"><B>GL_OFFSET_HILO_TEXTURE_2D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV"><B>GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV"><B>GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV"><B>GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV"><B>GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV"><B>GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_2D_BIAS_NV"><B>GL_OFFSET_TEXTURE_2D_BIAS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value
of &lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_2D_MATRIX_NV"><B>GL_OFFSET_TEXTURE_2D_MATRIX_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; parameter of TexEnvfv, TexEnviv, GetTexEnvfv, and
GetTexEnviv is TEXTURE_SHADER_NV, then the value of &lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_2D_NV"><B>GL_OFFSET_TEXTURE_2D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_2D_SCALE_NV"><B>GL_OFFSET_TEXTURE_2D_SCALE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value
of &lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_BIAS_NV"><B>GL_OFFSET_TEXTURE_BIAS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value
of &lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_MATRIX_NV"><B>GL_OFFSET_TEXTURE_MATRIX_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; parameter of TexEnvfv, TexEnviv, GetTexEnvfv, and
GetTexEnviv is TEXTURE_SHADER_NV, then the value of &lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_RECTANGLE_NV"><B>GL_OFFSET_TEXTURE_RECTANGLE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV"><B>GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_OFFSET_TEXTURE_SCALE_NV"><B>GL_OFFSET_TEXTURE_SCALE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value
of &lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ONE"><B>GL_ONE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ONE"><B>GL_ONE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendingFactorDest
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_ONE_EXT"><B>GL_ONE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ONE_MINUS_CONSTANT_ALPHA"><B>GL_ONE_MINUS_CONSTANT_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ONE_MINUS_CONSTANT_ALPHA"><B>GL_ONE_MINUS_CONSTANT_ALPHA</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Separate Blend Functions
<DT><A HREF="./org/lwjgl/opengl/EXTBlendColor.html#GL_ONE_MINUS_CONSTANT_ALPHA_EXT"><B>GL_ONE_MINUS_CONSTANT_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendColor.html" title="class in org.lwjgl.opengl">EXTBlendColor</A>
<DD>Accepted by the &lt;sfactor&gt; and &lt;dfactor&gt; parameters of BlendFunc.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ONE_MINUS_CONSTANT_COLOR"><B>GL_ONE_MINUS_CONSTANT_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ONE_MINUS_CONSTANT_COLOR"><B>GL_ONE_MINUS_CONSTANT_COLOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Separate Blend Functions
<DT><A HREF="./org/lwjgl/opengl/EXTBlendColor.html#GL_ONE_MINUS_CONSTANT_COLOR_EXT"><B>GL_ONE_MINUS_CONSTANT_COLOR_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendColor.html" title="class in org.lwjgl.opengl">EXTBlendColor</A>
<DD>Accepted by the &lt;sfactor&gt; and &lt;dfactor&gt; parameters of BlendFunc.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ONE_MINUS_DST_ALPHA"><B>GL_ONE_MINUS_DST_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ONE_MINUS_DST_ALPHA"><B>GL_ONE_MINUS_DST_ALPHA</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendingFactorDest
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ONE_MINUS_DST_COLOR"><B>GL_ONE_MINUS_DST_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ONE_MINUS_DST_COLOR"><B>GL_ONE_MINUS_DST_COLOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendingFactorSrc
<DT><A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html#GL_ONE_MINUS_SRC1_ALPHA"><B>GL_ONE_MINUS_SRC1_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</A>
<DD>Accepted by the &lt;src&gt; and &lt;dst&gt; parameters of BlendFunc and
BlendFunci, and by the &lt;srcRGB&gt;, &lt;dstRGB&gt;, &lt;srcAlpha&gt; and &lt;dstAlpha&gt;
parameters of BlendFuncSeparate and BlendFuncSeparatei:
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_ONE_MINUS_SRC1_ALPHA"><B>GL_ONE_MINUS_SRC1_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;src&gt; and &lt;dst&gt; parameters of BlendFunc and
BlendFunci, and by the &lt;srcRGB&gt;, &lt;dstRGB&gt;, &lt;srcAlpha&gt; and &lt;dstAlpha&gt;
parameters of BlendFuncSeparate and BlendFuncSeparatei:
<DT><A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html#GL_ONE_MINUS_SRC1_COLOR"><B>GL_ONE_MINUS_SRC1_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</A>
<DD>Accepted by the &lt;src&gt; and &lt;dst&gt; parameters of BlendFunc and
BlendFunci, and by the &lt;srcRGB&gt;, &lt;dstRGB&gt;, &lt;srcAlpha&gt; and &lt;dstAlpha&gt;
parameters of BlendFuncSeparate and BlendFuncSeparatei:
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_ONE_MINUS_SRC1_COLOR"><B>GL_ONE_MINUS_SRC1_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;src&gt; and &lt;dst&gt; parameters of BlendFunc and
BlendFunci, and by the &lt;srcRGB&gt;, &lt;dstRGB&gt;, &lt;srcAlpha&gt; and &lt;dstAlpha&gt;
parameters of BlendFuncSeparate and BlendFuncSeparatei:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ONE_MINUS_SRC_ALPHA"><B>GL_ONE_MINUS_SRC_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ONE_MINUS_SRC_ALPHA"><B>GL_ONE_MINUS_SRC_ALPHA</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendingFactorDest
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ONE_MINUS_SRC_COLOR"><B>GL_ONE_MINUS_SRC_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ONE_MINUS_SRC_COLOR"><B>GL_ONE_MINUS_SRC_COLOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendingFactorDest
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_ADD_EXT"><B>GL_OP_ADD_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_CLAMP_EXT"><B>GL_OP_CLAMP_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_CROSS_PRODUCT_EXT"><B>GL_OP_CROSS_PRODUCT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_DOT3_EXT"><B>GL_OP_DOT3_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_DOT4_EXT"><B>GL_OP_DOT4_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_EXP_BASE_2_EXT"><B>GL_OP_EXP_BASE_2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_FLOOR_EXT"><B>GL_OP_FLOOR_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_FRAC_EXT"><B>GL_OP_FRAC_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_INDEX_EXT"><B>GL_OP_INDEX_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_LOG_BASE_2_EXT"><B>GL_OP_LOG_BASE_2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_MADD_EXT"><B>GL_OP_MADD_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_MAX_EXT"><B>GL_OP_MAX_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_MIN_EXT"><B>GL_OP_MIN_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_MOV_EXT"><B>GL_OP_MOV_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_MUL_EXT"><B>GL_OP_MUL_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_MULTIPLY_MATRIX_EXT"><B>GL_OP_MULTIPLY_MATRIX_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_NEGATE_EXT"><B>GL_OP_NEGATE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_POWER_EXT"><B>GL_OP_POWER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_RECIP_EXT"><B>GL_OP_RECIP_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_RECIP_SQRT_EXT"><B>GL_OP_RECIP_SQRT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_ROUND_EXT"><B>GL_OP_ROUND_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_SET_GE_EXT"><B>GL_OP_SET_GE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_SET_LT_EXT"><B>GL_OP_SET_LT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OP_SUB_EXT"><B>GL_OP_SUB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_OPERAND0_ALPHA"><B>GL_OPERAND0_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND0_ALPHA_ARB"><B>GL_OPERAND0_ALPHA_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_OPERAND0_ALPHA_EXT"><B>GL_OPERAND0_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_OPERAND0_RGB"><B>GL_OPERAND0_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND0_RGB_ARB"><B>GL_OPERAND0_RGB_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_OPERAND0_RGB_EXT"><B>GL_OPERAND0_RGB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_OPERAND1_ALPHA"><B>GL_OPERAND1_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND1_ALPHA_ARB"><B>GL_OPERAND1_ALPHA_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_OPERAND1_ALPHA_EXT"><B>GL_OPERAND1_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_OPERAND1_RGB"><B>GL_OPERAND1_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND1_RGB_ARB"><B>GL_OPERAND1_RGB_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_OPERAND1_RGB_EXT"><B>GL_OPERAND1_RGB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_OPERAND2_ALPHA"><B>GL_OPERAND2_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND2_ALPHA_ARB"><B>GL_OPERAND2_ALPHA_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_OPERAND2_ALPHA_EXT"><B>GL_OPERAND2_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_OPERAND2_RGB"><B>GL_OPERAND2_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_OPERAND2_RGB_ARB"><B>GL_OPERAND2_RGB_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_OPERAND2_RGB_EXT"><B>GL_OPERAND2_RGB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureEnvCombine4.html#GL_OPERAND3_ALPHA_NV"><B>GL_OPERAND3_ALPHA_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureEnvCombine4.html" title="class in org.lwjgl.opengl">NVTextureEnvCombine4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureEnvCombine4.html#GL_OPERAND3_RGB_NV"><B>GL_OPERAND3_RGB_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureEnvCombine4.html" title="class in org.lwjgl.opengl">NVTextureEnvCombine4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_OR"><B>GL_OR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_OR_INVERTED"><B>GL_OR_INVERTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_OR_REVERSE"><B>GL_OR_REVERSE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ORDER"><B>GL_ORDER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_OUT_OF_MEMORY"><B>GL_OUT_OF_MEMORY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_OUT_OF_MEMORY"><B>GL_OUT_OF_MEMORY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>ErrorCode
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_COLOR0_EXT"><B>GL_OUTPUT_COLOR0_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_COLOR1_EXT"><B>GL_OUTPUT_COLOR1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_FOG_EXT"><B>GL_OUTPUT_FOG_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD0_EXT"><B>GL_OUTPUT_TEXTURE_COORD0_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD10_EXT"><B>GL_OUTPUT_TEXTURE_COORD10_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD11_EXT"><B>GL_OUTPUT_TEXTURE_COORD11_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD12_EXT"><B>GL_OUTPUT_TEXTURE_COORD12_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD13_EXT"><B>GL_OUTPUT_TEXTURE_COORD13_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD14_EXT"><B>GL_OUTPUT_TEXTURE_COORD14_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD15_EXT"><B>GL_OUTPUT_TEXTURE_COORD15_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD16_EXT"><B>GL_OUTPUT_TEXTURE_COORD16_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD17_EXT"><B>GL_OUTPUT_TEXTURE_COORD17_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD18_EXT"><B>GL_OUTPUT_TEXTURE_COORD18_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD19_EXT"><B>GL_OUTPUT_TEXTURE_COORD19_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD1_EXT"><B>GL_OUTPUT_TEXTURE_COORD1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD20_EXT"><B>GL_OUTPUT_TEXTURE_COORD20_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD21_EXT"><B>GL_OUTPUT_TEXTURE_COORD21_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD22_EXT"><B>GL_OUTPUT_TEXTURE_COORD22_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD23_EXT"><B>GL_OUTPUT_TEXTURE_COORD23_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD24_EXT"><B>GL_OUTPUT_TEXTURE_COORD24_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD25_EXT"><B>GL_OUTPUT_TEXTURE_COORD25_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD26_EXT"><B>GL_OUTPUT_TEXTURE_COORD26_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD27_EXT"><B>GL_OUTPUT_TEXTURE_COORD27_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD28_EXT"><B>GL_OUTPUT_TEXTURE_COORD28_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD29_EXT"><B>GL_OUTPUT_TEXTURE_COORD29_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD2_EXT"><B>GL_OUTPUT_TEXTURE_COORD2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD30_EXT"><B>GL_OUTPUT_TEXTURE_COORD30_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD31_EXT"><B>GL_OUTPUT_TEXTURE_COORD31_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD3_EXT"><B>GL_OUTPUT_TEXTURE_COORD3_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD4_EXT"><B>GL_OUTPUT_TEXTURE_COORD4_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD5_EXT"><B>GL_OUTPUT_TEXTURE_COORD5_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD6_EXT"><B>GL_OUTPUT_TEXTURE_COORD6_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD7_EXT"><B>GL_OUTPUT_TEXTURE_COORD7_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD8_EXT"><B>GL_OUTPUT_TEXTURE_COORD8_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_TEXTURE_COORD9_EXT"><B>GL_OUTPUT_TEXTURE_COORD9_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_OUTPUT_VERTEX_EXT"><B>GL_OUTPUT_VERTEX_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_OVERLAY_NV"><B>GL_OVERLAY_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PACK_ALIGNMENT"><B>GL_PACK_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_PACK_ALIGNMENT"><B>GL_PACK_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_PACK_COMPRESSED_BLOCK_DEPTH"><B>GL_PACK_COMPRESSED_BLOCK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_PACK_COMPRESSED_BLOCK_DEPTH"><B>GL_PACK_COMPRESSED_BLOCK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_PACK_COMPRESSED_BLOCK_HEIGHT"><B>GL_PACK_COMPRESSED_BLOCK_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_PACK_COMPRESSED_BLOCK_HEIGHT"><B>GL_PACK_COMPRESSED_BLOCK_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_PACK_COMPRESSED_BLOCK_SIZE"><B>GL_PACK_COMPRESSED_BLOCK_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_PACK_COMPRESSED_BLOCK_SIZE"><B>GL_PACK_COMPRESSED_BLOCK_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_PACK_COMPRESSED_BLOCK_WIDTH"><B>GL_PACK_COMPRESSED_BLOCK_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_PACK_COMPRESSED_BLOCK_WIDTH"><B>GL_PACK_COMPRESSED_BLOCK_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_PACK_IMAGE_HEIGHT"><B>GL_PACK_IMAGE_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_PACK_IMAGE_HEIGHT"><B>GL_PACK_IMAGE_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PACK_LSB_FIRST"><B>GL_PACK_LSB_FIRST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLERowBytes.html#GL_PACK_ROW_BYTES_APPLE"><B>GL_PACK_ROW_BYTES_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLERowBytes.html" title="class in org.lwjgl.opengl">APPLERowBytes</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStorei and the &lt;pname&gt;
parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PACK_ROW_LENGTH"><B>GL_PACK_ROW_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_PACK_ROW_LENGTH"><B>GL_PACK_ROW_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_PACK_SKIP_IMAGES"><B>GL_PACK_SKIP_IMAGES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_PACK_SKIP_IMAGES"><B>GL_PACK_SKIP_IMAGES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PACK_SKIP_PIXELS"><B>GL_PACK_SKIP_PIXELS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_PACK_SKIP_PIXELS"><B>GL_PACK_SKIP_PIXELS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PACK_SKIP_ROWS"><B>GL_PACK_SKIP_ROWS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_PACK_SKIP_ROWS"><B>GL_PACK_SKIP_ROWS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PACK_SWAP_BYTES"><B>GL_PACK_SWAP_BYTES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_R5_G6_B5_OES"><B>GL_PALETTE4_R5_G6_B5_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</A>
<DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_RGB5_A1_OES"><B>GL_PALETTE4_RGB5_A1_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</A>
<DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_RGB8_OES"><B>GL_PALETTE4_RGB8_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</A>
<DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_RGBA4_OES"><B>GL_PALETTE4_RGBA4_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</A>
<DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE4_RGBA8_OES"><B>GL_PALETTE4_RGBA8_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</A>
<DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_R5_G6_B5_OES"><B>GL_PALETTE8_R5_G6_B5_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</A>
<DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_RGB5_A1_OES"><B>GL_PALETTE8_RGB5_A1_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</A>
<DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_RGB8_OES"><B>GL_PALETTE8_RGB8_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</A>
<DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_RGBA4_OES"><B>GL_PALETTE8_RGBA4_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</A>
<DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html#GL_PALETTE8_RGBA8_OES"><B>GL_PALETTE8_RGBA8_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles">OESCompressedPalettedTexture</A>
<DD>Accepted by the &lt;internalformat&gt; paramter of CompressedTexImage2D
<DT><A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html#GL_PARAMETER_BUFFER_ARB"><B>GL_PARAMETER_BUFFER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferPointerv, MapBufferRange, FlushMappedBufferRange,
GetBufferParameteriv, and CopyBufferSubData:
<DT><A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html#GL_PARAMETER_BUFFER_BINDING_ARB"><B>GL_PARAMETER_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv, GetBooleanv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_PARTIAL_SUCCESS_NV"><B>GL_PARTIAL_SUCCESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Returned by VideoCaptureNV:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_PASS_THROUGH_NV"><B>GL_PASS_THROUGH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; and &lt;pname&gt; parameters of TexEnvf, TexEnvfv,
TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV
respectively, then the value of &lt;param&gt; or the value pointed to by
&lt;params&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PASS_THROUGH_TOKEN"><B>GL_PASS_THROUGH_TOKEN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_PATCH_DEFAULT_INNER_LEVEL"><B>GL_PATCH_DEFAULT_INNER_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of PatchParameterfv, GetBooleanv,
GetDoublev, GetFloatv, and GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_PATCH_DEFAULT_INNER_LEVEL"><B>GL_PATCH_DEFAULT_INNER_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of PatchParameterfv, GetBooleanv,
GetDoublev, GetFloatv, and GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_PATCH_DEFAULT_OUTER_LEVEL"><B>GL_PATCH_DEFAULT_OUTER_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of PatchParameterfv, GetBooleanv,
GetDoublev, GetFloatv, and GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_PATCH_DEFAULT_OUTER_LEVEL"><B>GL_PATCH_DEFAULT_OUTER_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of PatchParameterfv, GetBooleanv,
GetDoublev, GetFloatv, and GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_PATCH_VERTICES"><B>GL_PATCH_VERTICES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of PatchParameteri, GetBooleanv,
GetDoublev, GetFloatv, GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_PATCH_VERTICES"><B>GL_PATCH_VERTICES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of PatchParameteri, GetBooleanv,
GetDoublev, GetFloatv, GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_PATCHES"><B>GL_PATCHES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;mode&gt; parameter of Begin and all vertex array functions
that implicitly call Begin:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_PATCHES"><B>GL_PATCHES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;mode&gt; parameter of Begin and all vertex array functions
that implicitly call Begin:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_PATCHES"><B>GL_PATCHES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Accepted by the &lt;primitiveMode&gt; parameter of BeginTransformFeedback:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_CLIENT_LENGTH_NV"><B>GL_PATH_CLIENT_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_COMMAND_COUNT_NV"><B>GL_PATH_COMMAND_COUNT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPathParameterfvNV and
GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_COMPUTED_LENGTH_NV"><B>GL_PATH_COMPUTED_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPathParameterfvNV and
GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_COORD_COUNT_NV"><B>GL_PATH_COORD_COUNT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPathParameterfvNV and
GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_COVER_DEPTH_FUNC_NV"><B>GL_PATH_COVER_DEPTH_FUNC_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_DASH_ARRAY_COUNT_NV"><B>GL_PATH_DASH_ARRAY_COUNT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPathParameterfvNV and
GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_DASH_CAPS_NV"><B>GL_PATH_DASH_CAPS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV and
PathParameterfvNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_DASH_OFFSET_NV"><B>GL_PATH_DASH_OFFSET_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_DASH_OFFSET_RESET_NV"><B>GL_PATH_DASH_OFFSET_RESET_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_END_CAPS_NV"><B>GL_PATH_END_CAPS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV and
PathParameterfvNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_ERROR_POSITION_NV"><B>GL_PATH_ERROR_POSITION_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_FILL_BOUNDING_BOX_NV"><B>GL_PATH_FILL_BOUNDING_BOX_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPathParameterfvNV and
GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_FILL_COVER_MODE_NV"><B>GL_PATH_FILL_COVER_MODE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_FILL_MASK_NV"><B>GL_PATH_FILL_MASK_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_FILL_MODE_NV"><B>GL_PATH_FILL_MODE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_FOG_GEN_MODE_NV"><B>GL_PATH_FOG_GEN_MODE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_FORMAT_PS_NV"><B>GL_PATH_FORMAT_PS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;format&gt; parameter of PathStringNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_FORMAT_SVG_NV"><B>GL_PATH_FORMAT_SVG_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;format&gt; parameter of PathStringNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_GEN_COEFF_NV"><B>GL_PATH_GEN_COEFF_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPathColorGenivNV,
GetPathColorGenfvNV, GetPathTexGenivNV and GetPathTexGenfvNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_GEN_COLOR_FORMAT_NV"><B>GL_PATH_GEN_COLOR_FORMAT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPathColorGenivNV,
GetPathColorGenfvNV, GetPathTexGenivNV and GetPathTexGenfvNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_GEN_COMPONENTS_NV"><B>GL_PATH_GEN_COMPONENTS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPathColorGenivNV,
GetPathColorGenfvNV, GetPathTexGenivNV and GetPathTexGenfvNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_GEN_MODE_NV"><B>GL_PATH_GEN_MODE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPathColorGenivNV,
GetPathColorGenfvNV, GetPathTexGenivNV and GetPathTexGenfvNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_INITIAL_DASH_CAP_NV"><B>GL_PATH_INITIAL_DASH_CAP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_INITIAL_END_CAP_NV"><B>GL_PATH_INITIAL_END_CAP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_JOIN_STYLE_NV"><B>GL_PATH_JOIN_STYLE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_MITER_LIMIT_NV"><B>GL_PATH_MITER_LIMIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_OBJECT_BOUNDING_BOX_NV"><B>GL_PATH_OBJECT_BOUNDING_BOX_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;genMode&gt; parameter of PathColorGenNV and
PathTexGenNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_PATH_QUALITY_NV"><B>GL_PATH_QUALITY_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;paramType&gt; parameter of PathParameterNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STENCIL_DEPTH_OFFSET_FACTOR_NV"><B>GL_PATH_STENCIL_DEPTH_OFFSET_FACTOR_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STENCIL_DEPTH_OFFSET_UNITS_NV"><B>GL_PATH_STENCIL_DEPTH_OFFSET_UNITS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STENCIL_FUNC_NV"><B>GL_PATH_STENCIL_FUNC_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STENCIL_REF_NV"><B>GL_PATH_STENCIL_REF_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STENCIL_VALUE_MASK_NV"><B>GL_PATH_STENCIL_VALUE_MASK_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STROKE_BOUNDING_BOX_NV"><B>GL_PATH_STROKE_BOUNDING_BOX_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPathParameterfvNV and
GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STROKE_COVER_MODE_NV"><B>GL_PATH_STROKE_COVER_MODE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STROKE_MASK_NV"><B>GL_PATH_STROKE_MASK_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_STROKE_WIDTH_NV"><B>GL_PATH_STROKE_WIDTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_TERMINAL_DASH_CAP_NV"><B>GL_PATH_TERMINAL_DASH_CAP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PATH_TERMINAL_END_CAP_NV"><B>GL_PATH_TERMINAL_END_CAP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;pname&gt; parameter of PathParameterfNV,
PathParameterfvNV, GetPathParameterfvNV, PathParameteriNV,
PathParameterivNV, and GetPathParameterivNV:
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners2.html#GL_PER_STAGE_CONSTANTS_NV"><B>GL_PER_STAGE_CONSTANTS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners2.html" title="class in org.lwjgl.opengl">NVRegisterCombiners2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#GL_PERCENTAGE_AMD"><B>GL_PERCENTAGE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>Returned as a valid value in &lt;data&gt; parameter of
GetPerfMonitorCounterInfoAMD if &lt;pname&gt; = COUNTER_TYPE_AMD
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#GL_PERCENTAGE_AMD"><B>GL_PERCENTAGE_AMD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>Returned as a valid value in &lt;data&gt; parameter of
GetPerfMonitorCounterInfoAMD if &lt;pname&gt; = COUNTER_TYPE_AMD
<DT><A HREF="./org/lwjgl/opengles/QCOMPerformanceMonitorGlobalMode.html#GL_PERFMON_GLOBAL_MODE_QCOM"><B>GL_PERFMON_GLOBAL_MODE_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMPerformanceMonitorGlobalMode.html" title="class in org.lwjgl.opengles">QCOMPerformanceMonitorGlobalMode</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable and Disable, and
IsEnabled, and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#GL_PERFMON_RESULT_AMD"><B>GL_PERFMON_RESULT_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPerfMonitorCounterDataAMD
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#GL_PERFMON_RESULT_AMD"><B>GL_PERFMON_RESULT_AMD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPerfMonitorCounterDataAMD
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#GL_PERFMON_RESULT_AVAILABLE_AMD"><B>GL_PERFMON_RESULT_AVAILABLE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPerfMonitorCounterDataAMD
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#GL_PERFMON_RESULT_AVAILABLE_AMD"><B>GL_PERFMON_RESULT_AVAILABLE_AMD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPerfMonitorCounterDataAMD
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#GL_PERFMON_RESULT_SIZE_AMD"><B>GL_PERFMON_RESULT_SIZE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPerfMonitorCounterDataAMD
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#GL_PERFMON_RESULT_SIZE_AMD"><B>GL_PERFMON_RESULT_SIZE_AMD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPerfMonitorCounterDataAMD
<DT><A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html#GL_PERFORMANCE_MONITOR_AMD"><B>GL_PERFORMANCE_MONITOR_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</A>
<DD>Accepted as the &lt;identifier&gt; parameter of GenNamesAMD and DeleteNamesAMD:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PERSPECTIVE_CORRECTION_HINT"><B>GL_PERSPECTIVE_CORRECTION_HINT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_PINLIGHT_NV"><B>GL_PINLIGHT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_PIXEL_BUFFER_BARRIER_BIT"><B>GL_PIXEL_BUFFER_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_PIXEL_BUFFER_BARRIER_BIT"><B>GL_PIXEL_BUFFER_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_PIXEL_BUFFER_BARRIER_BIT_EXT"><B>GL_PIXEL_BUFFER_BARRIER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrierEXT:
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#GL_PIXEL_COUNT_AVAILABLE_NV"><B>GL_PIXEL_COUNT_AVAILABLE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#GL_PIXEL_COUNT_NV"><B>GL_PIXEL_COUNT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#GL_PIXEL_COUNTER_BITS_NV"><B>GL_PIXEL_COUNTER_BITS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_A_TO_A"><B>GL_PIXEL_MAP_A_TO_A</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_A_TO_A_SIZE"><B>GL_PIXEL_MAP_A_TO_A_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_B_TO_B"><B>GL_PIXEL_MAP_B_TO_B</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_B_TO_B_SIZE"><B>GL_PIXEL_MAP_B_TO_B_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_G_TO_G"><B>GL_PIXEL_MAP_G_TO_G</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_G_TO_G_SIZE"><B>GL_PIXEL_MAP_G_TO_G_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_A"><B>GL_PIXEL_MAP_I_TO_A</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_A_SIZE"><B>GL_PIXEL_MAP_I_TO_A_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_B"><B>GL_PIXEL_MAP_I_TO_B</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_B_SIZE"><B>GL_PIXEL_MAP_I_TO_B_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_G"><B>GL_PIXEL_MAP_I_TO_G</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_G_SIZE"><B>GL_PIXEL_MAP_I_TO_G_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_I"><B>GL_PIXEL_MAP_I_TO_I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_I_SIZE"><B>GL_PIXEL_MAP_I_TO_I_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_R"><B>GL_PIXEL_MAP_I_TO_R</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_I_TO_R_SIZE"><B>GL_PIXEL_MAP_I_TO_R_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_R_TO_R"><B>GL_PIXEL_MAP_R_TO_R</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_R_TO_R_SIZE"><B>GL_PIXEL_MAP_R_TO_R_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_S_TO_S"><B>GL_PIXEL_MAP_S_TO_S</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MAP_S_TO_S_SIZE"><B>GL_PIXEL_MAP_S_TO_S_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PIXEL_MODE_BIT"><B>GL_PIXEL_MODE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_PIXEL_PACK_BUFFER"><B>GL_PIXEL_PACK_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferParameteriv, and GetBufferPointerv.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_PIXEL_PACK_BUFFER"><B>GL_PIXEL_PACK_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBPixelBufferObject.html#GL_PIXEL_PACK_BUFFER_ARB"><B>GL_PIXEL_PACK_BUFFER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPixelBufferObject.html" title="class in org.lwjgl.opengl">ARBPixelBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferParameteriv, and GetBufferPointerv:
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_PIXEL_PACK_BUFFER_BINDING"><B>GL_PIXEL_PACK_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_PIXEL_PACK_BUFFER_BINDING"><B>GL_PIXEL_PACK_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBPixelBufferObject.html#GL_PIXEL_PACK_BUFFER_BINDING_ARB"><B>GL_PIXEL_PACK_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPixelBufferObject.html" title="class in org.lwjgl.opengl">ARBPixelBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTPixelBufferObject.html#GL_PIXEL_PACK_BUFFER_BINDING_EXT"><B>GL_PIXEL_PACK_BUFFER_BINDING_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPixelBufferObject.html" title="class in org.lwjgl.opengl">EXTPixelBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTPixelBufferObject.html#GL_PIXEL_PACK_BUFFER_EXT"><B>GL_PIXEL_PACK_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPixelBufferObject.html" title="class in org.lwjgl.opengl">EXTPixelBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferParameteriv, and GetBufferPointerv:
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_PIXEL_UNPACK_BUFFER"><B>GL_PIXEL_UNPACK_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferParameteriv, and GetBufferPointerv.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_PIXEL_UNPACK_BUFFER"><B>GL_PIXEL_UNPACK_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBPixelBufferObject.html#GL_PIXEL_UNPACK_BUFFER_ARB"><B>GL_PIXEL_UNPACK_BUFFER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPixelBufferObject.html" title="class in org.lwjgl.opengl">ARBPixelBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferParameteriv, and GetBufferPointerv:
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_PIXEL_UNPACK_BUFFER_BINDING"><B>GL_PIXEL_UNPACK_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_PIXEL_UNPACK_BUFFER_BINDING"><B>GL_PIXEL_UNPACK_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBPixelBufferObject.html#GL_PIXEL_UNPACK_BUFFER_BINDING_ARB"><B>GL_PIXEL_UNPACK_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPixelBufferObject.html" title="class in org.lwjgl.opengl">ARBPixelBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTPixelBufferObject.html#GL_PIXEL_UNPACK_BUFFER_BINDING_EXT"><B>GL_PIXEL_UNPACK_BUFFER_BINDING_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPixelBufferObject.html" title="class in org.lwjgl.opengl">EXTPixelBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTPixelBufferObject.html#GL_PIXEL_UNPACK_BUFFER_EXT"><B>GL_PIXEL_UNPACK_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPixelBufferObject.html" title="class in org.lwjgl.opengl">EXTPixelBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferParameteriv, and GetBufferPointerv:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_PLUS_CLAMPED_ALPHA_NV"><B>GL_PLUS_CLAMPED_ALPHA_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_PLUS_CLAMPED_NV"><B>GL_PLUS_CLAMPED_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_PLUS_DARKER_NV"><B>GL_PLUS_DARKER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_PLUS_NV"><B>GL_PLUS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_ATI"><B>GL_PN_TRIANGLES_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_NORMAL_MODE_ATI"><B>GL_PN_TRIANGLES_NORMAL_MODE_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI"><B>GL_PN_TRIANGLES_NORMAL_MODE_LINEAR_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI"><B>GL_PN_TRIANGLES_NORMAL_MODE_QUADRATIC_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_POINT_MODE_ATI"><B>GL_PN_TRIANGLES_POINT_MODE_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI"><B>GL_PN_TRIANGLES_POINT_MODE_CUBIC_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI"><B>GL_PN_TRIANGLES_POINT_MODE_LINEAR_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIPnTriangles.html#GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI"><B>GL_PN_TRIANGLES_TESSELATION_LEVEL_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POINT"><B>GL_POINT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POINT_BIT"><B>GL_POINT_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_POINT_DISTANCE_ATTENUATION"><B>GL_POINT_DISTANCE_ATTENUATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBPointParameters.html#GL_POINT_DISTANCE_ATTENUATION_ARB"><B>GL_POINT_DISTANCE_ATTENUATION_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPointParameters.html" title="class in org.lwjgl.opengl">ARBPointParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_POINT_FADE_THRESHOLD_SIZE"><B>GL_POINT_FADE_THRESHOLD_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBPointParameters.html#GL_POINT_FADE_THRESHOLD_SIZE_ARB"><B>GL_POINT_FADE_THRESHOLD_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPointParameters.html" title="class in org.lwjgl.opengl">ARBPointParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPointParameters.html#GL_POINT_FADE_THRESHOLD_SIZE_EXT"><B>GL_POINT_FADE_THRESHOLD_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPointParameters.html" title="class in org.lwjgl.opengl">EXTPointParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POINT_SIZE"><B>GL_POINT_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POINT_SIZE_GRANULARITY"><B>GL_POINT_SIZE_GRANULARITY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_POINT_SIZE_MAX"><B>GL_POINT_SIZE_MAX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBPointParameters.html#GL_POINT_SIZE_MAX_ARB"><B>GL_POINT_SIZE_MAX_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPointParameters.html" title="class in org.lwjgl.opengl">ARBPointParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPointParameters.html#GL_POINT_SIZE_MAX_EXT"><B>GL_POINT_SIZE_MAX_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPointParameters.html" title="class in org.lwjgl.opengl">EXTPointParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_POINT_SIZE_MIN"><B>GL_POINT_SIZE_MIN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBPointParameters.html#GL_POINT_SIZE_MIN_ARB"><B>GL_POINT_SIZE_MIN_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPointParameters.html" title="class in org.lwjgl.opengl">ARBPointParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPointParameters.html#GL_POINT_SIZE_MIN_EXT"><B>GL_POINT_SIZE_MIN_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPointParameters.html" title="class in org.lwjgl.opengl">EXTPointParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POINT_SIZE_RANGE"><B>GL_POINT_SIZE_RANGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POINT_SMOOTH"><B>GL_POINT_SMOOTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POINT_SMOOTH_HINT"><B>GL_POINT_SMOOTH_HINT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_POINT_SPRITE"><B>GL_POINT_SPRITE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled, by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev, and by the &lt;target&gt; parameter of TexEnvi, TexEnviv,
TexEnvf, TexEnvfv, GetTexEnviv, and GetTexEnvfv:
<DT><A HREF="./org/lwjgl/opengl/ARBPointSprite.html#GL_POINT_SPRITE_ARB"><B>GL_POINT_SPRITE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPointSprite.html" title="class in org.lwjgl.opengl">ARBPointSprite</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled, by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev, and by the &lt;target&gt; parameter of TexEnvi, TexEnviv,
TexEnvf, TexEnvfv, GetTexEnviv, and GetTexEnvfv:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_POINT_SPRITE_COORD_ORIGIN"><B>GL_POINT_SPRITE_COORD_ORIGIN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of PointParameter{if}vARB, and the
&lt;pname&gt; of Get:
<DT><A HREF="./org/lwjgl/opengl/NVPointSprite.html#GL_POINT_SPRITE_NV"><B>GL_POINT_SPRITE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPointSprite.html" title="class in org.lwjgl.opengl">NVPointSprite</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPointSprite.html#GL_POINT_SPRITE_R_MODE_NV"><B>GL_POINT_SPRITE_R_MODE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPointSprite.html" title="class in org.lwjgl.opengl">NVPointSprite</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POINT_TOKEN"><B>GL_POINT_TOKEN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POINTS"><B>GL_POINTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_POINTS"><B>GL_POINTS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BeginMode
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POLYGON"><B>GL_POLYGON</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POLYGON_BIT"><B>GL_POLYGON_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POLYGON_MODE"><B>GL_POLYGON_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POLYGON_OFFSET_FACTOR"><B>GL_POLYGON_OFFSET_FACTOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_POLYGON_OFFSET_FACTOR"><B>GL_POLYGON_OFFSET_FACTOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POLYGON_OFFSET_FILL"><B>GL_POLYGON_OFFSET_FILL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_POLYGON_OFFSET_FILL"><B>GL_POLYGON_OFFSET_FILL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>EnableCap
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POLYGON_OFFSET_LINE"><B>GL_POLYGON_OFFSET_LINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POLYGON_OFFSET_POINT"><B>GL_POLYGON_OFFSET_POINT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POLYGON_OFFSET_UNITS"><B>GL_POLYGON_OFFSET_UNITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_POLYGON_OFFSET_UNITS"><B>GL_POLYGON_OFFSET_UNITS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POLYGON_SMOOTH"><B>GL_POLYGON_SMOOTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POLYGON_SMOOTH_HINT"><B>GL_POLYGON_SMOOTH_HINT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POLYGON_STIPPLE"><B>GL_POLYGON_STIPPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POLYGON_STIPPLE_BIT"><B>GL_POLYGON_STIPPLE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POLYGON_TOKEN"><B>GL_POLYGON_TOKEN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_POSITION"><B>GL_POSITION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_ALPHA_BIAS"><B>GL_POST_COLOR_MATRIX_ALPHA_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_ALPHA_SCALE"><B>GL_POST_COLOR_MATRIX_ALPHA_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_BLUE_BIAS"><B>GL_POST_COLOR_MATRIX_BLUE_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_BLUE_SCALE"><B>GL_POST_COLOR_MATRIX_BLUE_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_COLOR_TABLE"><B>GL_POST_COLOR_MATRIX_COLOR_TABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_GREEN_BIAS"><B>GL_POST_COLOR_MATRIX_GREEN_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_GREEN_SCALE"><B>GL_POST_COLOR_MATRIX_GREEN_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_RED_BIAS"><B>GL_POST_COLOR_MATRIX_RED_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_COLOR_MATRIX_RED_SCALE"><B>GL_POST_COLOR_MATRIX_RED_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_ALPHA_BIAS"><B>GL_POST_CONVOLUTION_ALPHA_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_ALPHA_SCALE"><B>GL_POST_CONVOLUTION_ALPHA_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_BLUE_BIAS"><B>GL_POST_CONVOLUTION_BLUE_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_BLUE_SCALE"><B>GL_POST_CONVOLUTION_BLUE_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_COLOR_TABLE"><B>GL_POST_CONVOLUTION_COLOR_TABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_GREEN_BIAS"><B>GL_POST_CONVOLUTION_GREEN_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_GREEN_SCALE"><B>GL_POST_CONVOLUTION_GREEN_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_RED_BIAS"><B>GL_POST_CONVOLUTION_RED_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_POST_CONVOLUTION_RED_SCALE"><B>GL_POST_CONVOLUTION_RED_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#GL_PRESENT_DURATION_NV"><B>GL_PRESENT_DURATION_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>Accepted by the &lt;target&gt; parameter of GetQueryiv:
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#GL_PRESENT_TIME_NV"><B>GL_PRESENT_TIME_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>Accepted by the &lt;target&gt; parameter of GetQueryiv:
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_PRESERVE_ATI"><B>GL_PRESERVE_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_PREVIOUS"><B>GL_PREVIOUS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_PREVIOUS_ARB"><B>GL_PREVIOUS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_PREVIOUS_EXT"><B>GL_PREVIOUS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_PREVIOUS_TEXTURE_INPUT_NV"><B>GL_PREVIOUS_TEXTURE_INPUT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value
of &lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_PRIMARY_COLOR"><B>GL_PRIMARY_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PRIMARY_COLOR"><B>GL_PRIMARY_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;color&gt; parameter of PathColorGenNV,
GetPathColorGenivNV, and GetPathColorGenfvNV:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_PRIMARY_COLOR_ARB"><B>GL_PRIMARY_COLOR_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_PRIMARY_COLOR_EXT"><B>GL_PRIMARY_COLOR_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_PRIMARY_COLOR_NV"><B>GL_PRIMARY_COLOR_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;color&gt; parameter of PathColorGenNV,
GetPathColorGenivNV, and GetPathColorGenfvNV:
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_PRIMARY_COLOR_NV"><B>GL_PRIMARY_COLOR_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_PRIMITIVE_ID_NV"><B>GL_PRIMITIVE_ID_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;attribs&gt; parameter of TransformFeedbackAttribsNV:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_PRIMITIVE_RESTART"><B>GL_PRIMITIVE_RESTART</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html#GL_PRIMITIVE_RESTART_FIXED_INDEX"><B>GL_PRIMITIVE_RESTART_FIXED_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES3Compatibility.html" title="class in org.lwjgl.opengl">ARBES3Compatibility</A>
<DD>Accepted by the &lt;target&gt; parameter of Enable and Disable:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_PRIMITIVE_RESTART_FIXED_INDEX"><B>GL_PRIMITIVE_RESTART_FIXED_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;target&gt; parameter of Enable and Disable:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_PRIMITIVE_RESTART_FIXED_INDEX"><B>GL_PRIMITIVE_RESTART_FIXED_INDEX</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_PRIMITIVE_RESTART_INDEX"><B>GL_PRIMITIVE_RESTART_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVPrimitiveRestart.html#GL_PRIMITIVE_RESTART_INDEX_NV"><B>GL_PRIMITIVE_RESTART_INDEX_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPrimitiveRestart.html" title="class in org.lwjgl.opengl">NVPrimitiveRestart</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVPrimitiveRestart.html#GL_PRIMITIVE_RESTART_NV"><B>GL_PRIMITIVE_RESTART_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPrimitiveRestart.html" title="class in org.lwjgl.opengl">NVPrimitiveRestart</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_PRIMITIVES_GENERATED"><B>GL_PRIMITIVES_GENERATED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, and
GetQueryiv:
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_PRIMITIVES_GENERATED_EXT"><B>GL_PRIMITIVES_GENERATED_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, and
GetQueryiv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_PRIMITIVES_GENERATED_NV"><B>GL_PRIMITIVES_GENERATED_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, and
GetQueryiv:
<DT><A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html#GL_PRIMITIVES_SUBMITTED_ARB"><B>GL_PRIMITIVES_SUBMITTED_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html" title="class in org.lwjgl.opengl">ARBPipelineStatisticsQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_PROGRAM"><B>GL_PROGRAM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_PROGRAM"><B>GL_PROGRAM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_PROGRAM"><B>GL_PROGRAM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_PROGRAM_ADDRESS_REGISTERS_ARB"><B>GL_PROGRAM_ADDRESS_REGISTERS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_PROGRAM_ALU_INSTRUCTIONS_ARB"><B>GL_PROGRAM_ALU_INSTRUCTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#GL_PROGRAM_ATTRIB_COMPONENTS_NV"><B>GL_PROGRAM_ATTRIB_COMPONENTS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_ATTRIBS_ARB"><B>GL_PROGRAM_ATTRIBS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html#GL_PROGRAM_BINARY_FORMATS"><B>GL_PROGRAM_BINARY_FORMATS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl">ARBGetProgramBinary</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_PROGRAM_BINARY_FORMATS"><B>GL_PROGRAM_BINARY_FORMATS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_PROGRAM_BINARY_FORMATS"><B>GL_PROGRAM_BINARY_FORMATS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESGetProgramBinary.html#GL_PROGRAM_BINARY_FORMATS_OES"><B>GL_PROGRAM_BINARY_FORMATS_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESGetProgramBinary.html" title="class in org.lwjgl.opengles">OESGetProgramBinary</A>
<DD>Accepted by the &lt;pname&lt; parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html#GL_PROGRAM_BINARY_LENGTH"><B>GL_PROGRAM_BINARY_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl">ARBGetProgramBinary</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_PROGRAM_BINARY_LENGTH"><B>GL_PROGRAM_BINARY_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_PROGRAM_BINARY_LENGTH"><B>GL_PROGRAM_BINARY_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESGetProgramBinary.html#GL_PROGRAM_BINARY_LENGTH_OES"><B>GL_PROGRAM_BINARY_LENGTH_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESGetProgramBinary.html" title="class in org.lwjgl.opengles">OESGetProgramBinary</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html#GL_PROGRAM_BINARY_RETRIEVABLE_HINT"><B>GL_PROGRAM_BINARY_RETRIEVABLE_HINT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl">ARBGetProgramBinary</A>
<DD>Accepted by the &lt;pname&gt; parameter of ProgramParameteri and
GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_PROGRAM_BINARY_RETRIEVABLE_HINT"><B>GL_PROGRAM_BINARY_RETRIEVABLE_HINT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;pname&gt; parameter of ProgramParameteri and
GetProgramiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_PROGRAM_BINARY_RETRIEVABLE_HINT"><B>GL_PROGRAM_BINARY_RETRIEVABLE_HINT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_BINDING_ARB"><B>GL_PROGRAM_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_ERROR_POSITION_ARB"><B>GL_PROGRAM_ERROR_POSITION_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#GL_PROGRAM_ERROR_POSITION_NV"><B>GL_PROGRAM_ERROR_POSITION_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_ERROR_STRING_ARB"><B>GL_PROGRAM_ERROR_STRING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;name&gt; parameter of GetString:
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#GL_PROGRAM_ERROR_STRING_NV"><B>GL_PROGRAM_ERROR_STRING_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>Accepted by the &lt;name&gt; parameter of GetString:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_FORMAT_ARB"><B>GL_PROGRAM_FORMAT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_FORMAT_ASCII_ARB"><B>GL_PROGRAM_FORMAT_ASCII_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;format&gt; parameter of ProgramStringARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_PROGRAM_INPUT"><B>GL_PROGRAM_INPUT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_PROGRAM_INPUT"><B>GL_PROGRAM_INPUT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_INSTRUCTIONS_ARB"><B>GL_PROGRAM_INSTRUCTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_LENGTH_ARB"><B>GL_PROGRAM_LENGTH_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#GL_PROGRAM_LENGTH_NV"><B>GL_PROGRAM_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivNV:
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#GL_PROGRAM_MATRIX_EXT"><B>GL_PROGRAM_MATRIX_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanIndexedvEXT,
GetIntegerIndexedvEXT, GetFloatIndexedvEXT, GetDoubleIndexedvEXT:
GetBooleani_v, GetIntegeri_v, GetFloati_vEXT, GetDoublei_vEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#GL_PROGRAM_MATRIX_STACK_DEPTH_EXT"><B>GL_PROGRAM_MATRIX_STACK_DEPTH_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanIndexedvEXT,
GetIntegerIndexedvEXT, GetFloatIndexedvEXT, GetDoubleIndexedvEXT:
GetBooleani_v, GetIntegeri_v, GetFloati_vEXT, GetDoublei_vEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB"><B>GL_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB"><B>GL_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_NATIVE_ATTRIBS_ARB"><B>GL_PROGRAM_NATIVE_ATTRIBS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB"><B>GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_NATIVE_PARAMETERS_ARB"><B>GL_PROGRAM_NATIVE_PARAMETERS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_NATIVE_TEMPORARIES_ARB"><B>GL_PROGRAM_NATIVE_TEMPORARIES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB"><B>GL_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB"><B>GL_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_PROGRAM_OBJECT_ARB"><B>GL_PROGRAM_OBJECT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; argument of GetHandleARB:
<DT><A HREF="./org/lwjgl/opengles/EXTDebugLabel.html#GL_PROGRAM_OBJECT_EXT"><B>GL_PROGRAM_OBJECT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</A>
<DD>Accepted by the &lt;type&gt; parameter of LabelObjectEXT and
GetObjectLabelEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_PROGRAM_OUTPUT"><B>GL_PROGRAM_OUTPUT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_PROGRAM_OUTPUT"><B>GL_PROGRAM_OUTPUT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_PROGRAM_PARAMETER_NV"><B>GL_PROGRAM_PARAMETER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramParameterfvNV
and GetProgramParameterdvNV:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_PARAMETERS_ARB"><B>GL_PROGRAM_PARAMETERS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_PROGRAM_PIPELINE"><B>GL_PROGRAM_PIPELINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_PROGRAM_PIPELINE"><B>GL_PROGRAM_PIPELINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_PROGRAM_PIPELINE"><B>GL_PROGRAM_PIPELINE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_PROGRAM_PIPELINE_BINDING"><B>GL_PROGRAM_PIPELINE_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_PROGRAM_PIPELINE_BINDING"><B>GL_PROGRAM_PIPELINE_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#GL_PROGRAM_PIPELINE_BINDING_EXT"><B>GL_PROGRAM_PIPELINE_BINDING_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/EXTDebugLabel.html#GL_PROGRAM_PIPELINE_OBJECT_EXT"><B>GL_PROGRAM_PIPELINE_OBJECT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</A>
<DD>Accepted by the &lt;type&gt; parameter of LabelObjectEXT and
GetObjectLabelEXT:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_PROGRAM_POINT_SIZE"><B>GL_PROGRAM_POINT_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetIntegerv, GetFloatv, GetDoublev,
and GetBooleanv:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_PROGRAM_POINT_SIZE_ARB"><B>GL_PROGRAM_POINT_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetIntegerv, GetFloatv, GetDoublev,
and GetBooleanv:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_PROGRAM_POINT_SIZE_EXT"><B>GL_PROGRAM_POINT_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetIntegerv, GetFloatv, GetDoublev,
and GetBooleanv:
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#GL_PROGRAM_RESIDENT_NV"><B>GL_PROGRAM_RESIDENT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivNV:
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#GL_PROGRAM_RESULT_COMPONENTS_NV"><B>GL_PROGRAM_RESULT_COMPONENTS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_PROGRAM_SEPARABLE"><B>GL_PROGRAM_SEPARABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of ProgramParameteri and
GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_PROGRAM_SEPARABLE"><B>GL_PROGRAM_SEPARABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;pname&gt; parameter of ProgramParameteri and
GetProgramiv:
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#GL_PROGRAM_SEPARABLE_EXT"><B>GL_PROGRAM_SEPARABLE_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Accepted by the &lt;pname&gt; parameter of ProgramParameteriEXT and
GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_STRING_ARB"><B>GL_PROGRAM_STRING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramStringARB:
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#GL_PROGRAM_STRING_NV"><B>GL_PROGRAM_STRING_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramStringNV:
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#GL_PROGRAM_TARGET_NV"><B>GL_PROGRAM_TARGET_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivNV:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_TEMPORARIES_ARB"><B>GL_PROGRAM_TEMPORARIES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_PROGRAM_TEX_INDIRECTIONS_ARB"><B>GL_PROGRAM_TEX_INDIRECTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html#GL_PROGRAM_TEX_INSTRUCTIONS_ARB"><B>GL_PROGRAM_TEX_INSTRUCTIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFragmentProgram.html" title="class in org.lwjgl.opengl">ARBFragmentProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB"><B>GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramivARB:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PROJECTION"><B>GL_PROJECTION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PROJECTION_MATRIX"><B>GL_PROJECTION_MATRIX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PROJECTION_STACK_DEPTH"><B>GL_PROJECTION_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProvokingVertex.html#GL_PROVOKING_VERTEX"><B>GL_PROVOKING_VERTEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProvokingVertex.html" title="class in org.lwjgl.opengl">ARBProvokingVertex</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#GL_PROVOKING_VERTEX"><B>GL_PROVOKING_VERTEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>Returned in the &lt;data&gt; parameter from a Get query with a &lt;pname&gt; of
LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_PROVOKING_VERTEX"><B>GL_PROVOKING_VERTEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTProvokingVertex.html#GL_PROVOKING_VERTEX_EXT"><B>GL_PROVOKING_VERTEX_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTProvokingVertex.html" title="class in org.lwjgl.opengl">EXTProvokingVertex</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_PROXY_COLOR_TABLE"><B>GL_PROXY_COLOR_TABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_PROXY_HISTOGRAM"><B>GL_PROXY_HISTOGRAM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE"><B>GL_PROXY_POST_COLOR_MATRIX_COLOR_TABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_PROXY_POST_CONVOLUTION_COLOR_TABLE"><B>GL_PROXY_POST_CONVOLUTION_COLOR_TABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PROXY_TEXTURE_1D"><B>GL_PROXY_TEXTURE_1D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_PROXY_TEXTURE_1D_ARRAY"><B>GL_PROXY_TEXTURE_1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;target&gt; parameter of TexImage2D, TexSubImage2D,
CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D, and
CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html#GL_PROXY_TEXTURE_1D_ARRAY_EXT"><B>GL_PROXY_TEXTURE_1D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</A>
<DD>Accepted by the &lt;target&gt; parameter of TexImage2D, TexSubImage2D,
CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D, and
CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureArray.html#GL_PROXY_TEXTURE_1D_ARRAY_EXT"><B>GL_PROXY_TEXTURE_1D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</A>
<DD>Accepted by the &lt;target&gt; parameter of TexImage2D, TexSubImage2D,
CopyTexImage2D, CopyTexSubImage2D, CompressedTexImage2D, and
CompressedTexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_PROXY_TEXTURE_2D"><B>GL_PROXY_TEXTURE_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_PROXY_TEXTURE_2D_ARRAY"><B>GL_PROXY_TEXTURE_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;target&gt; parameter of TexImage3D, TexSubImage3D,
CopyTexSubImage3D, CompressedTexImage3D, and CompressedTexSubImage3D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html#GL_PROXY_TEXTURE_2D_ARRAY_EXT"><B>GL_PROXY_TEXTURE_2D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</A>
<DD>Accepted by the &lt;target&gt; parameter of TexImage3D, TexSubImage3D,
CopyTexSubImage3D, CompressedTexImage3D, and CompressedTexSubImage3D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureArray.html#GL_PROXY_TEXTURE_2D_ARRAY_EXT"><B>GL_PROXY_TEXTURE_2D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</A>
<DD>Accepted by the &lt;target&gt; parameter of TexImage3D, TexSubImage3D,
CopyTexSubImage3D, CompressedTexImage3D, and CompressedTexSubImage3D:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_PROXY_TEXTURE_2D_MULTISAMPLE"><B>GL_PROXY_TEXTURE_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;target&gt; parameter of TexImage2DMultisample:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_PROXY_TEXTURE_2D_MULTISAMPLE"><B>GL_PROXY_TEXTURE_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;target&gt; parameter of TexImage2DMultisample:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY"><B>GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;target&gt; parameter of TexImage3DMultisample:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY"><B>GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;target&gt; parameter of TexImage3DMultisample:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_PROXY_TEXTURE_3D"><B>GL_PROXY_TEXTURE_3D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_PROXY_TEXTURE_CUBE_MAP"><B>GL_PROXY_TEXTURE_CUBE_MAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_PROXY_TEXTURE_CUBE_MAP_ARB"><B>GL_PROXY_TEXTURE_CUBE_MAP_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_PROXY_TEXTURE_CUBE_MAP_ARRAY"><B>GL_PROXY_TEXTURE_CUBE_MAP_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;target&gt; parameter of TexImage3D, TexSubImage3D,
CompressedTeximage3D, CompressedTexSubImage3D and CopyTexSubImage3D:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html#GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB"><B>GL_PROXY_TEXTURE_CUBE_MAP_ARRAY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl">ARBTextureCubeMapArray</A>
<DD>Accepted by the &lt;target&gt; parameter of TexImage3D, TexSubImage3D,
CompressedTeximage3D, CompressedTexSubImage3D and CopyTexSubImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_PROXY_TEXTURE_RECTANGLE"><B>GL_PROXY_TEXTURE_RECTANGLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;target&gt; parameter of GetTexLevelParameteriv,
GetTexLevelParameterfv, GetTexParameteriv and TexImage2D:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRectangle.html#GL_PROXY_TEXTURE_RECTANGLE_ARB"><B>GL_PROXY_TEXTURE_RECTANGLE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRectangle.html" title="class in org.lwjgl.opengl">ARBTextureRectangle</A>
<DD>Accepted by the &lt;target&gt; parameter of GetTexLevelParameteriv,
GetTexLevelParameterfv, GetTexParameteriv and TexImage2D:
<DT><A HREF="./org/lwjgl/opengles/ARBTextureRectangle.html#GL_PROXY_TEXTURE_RECTANGLE_ARB"><B>GL_PROXY_TEXTURE_RECTANGLE_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBTextureRectangle.html" title="class in org.lwjgl.opengles">ARBTextureRectangle</A>
<DD>Accepted by the &lt;target&gt; parameter of GetTexLevelParameteriv,
GetTexLevelParameterfv, GetTexParameteriv and TexImage2D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureRectangle.html#GL_PROXY_TEXTURE_RECTANGLE_EXT"><B>GL_PROXY_TEXTURE_RECTANGLE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureRectangle.html" title="class in org.lwjgl.opengl">EXTTextureRectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureRectangle.html#GL_PROXY_TEXTURE_RECTANGLE_NV"><B>GL_PROXY_TEXTURE_RECTANGLE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureRectangle.html" title="class in org.lwjgl.opengl">NVTextureRectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html#GL_PURGEABLE_APPLE"><B>GL_PURGEABLE_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetObjectParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_Q"><B>GL_Q</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_QCOM_binning_control"><B>GL_QCOM_binning_control</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_QCOM_driver_control"><B>GL_QCOM_driver_control</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_QCOM_extended_get"><B>GL_QCOM_extended_get</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_QCOM_extended_get2"><B>GL_QCOM_extended_get2</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_QCOM_performance_monitor_global_mode"><B>GL_QCOM_performance_monitor_global_mode</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_QCOM_tiled_rendering"><B>GL_QCOM_tiled_rendering</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_QCOM_writeonly_rendering"><B>GL_QCOM_writeonly_rendering</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_QUAD_STRIP"><B>GL_QUAD_STRIP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_QUADRATIC_ATTENUATION"><B>GL_QUADRATIC_ATTENUATION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_QUADRATIC_BEZIER_TO_NV"><B>GL_QUADRATIC_BEZIER_TO_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as path commands by CreatePathNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_QUADRATIC_CURVE_TO_NV"><B>GL_QUADRATIC_CURVE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_QUADS"><B>GL_QUADS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProvokingVertex.html#GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION"><B>GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProvokingVertex.html" title="class in org.lwjgl.opengl">ARBProvokingVertex</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION"><B>GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTProvokingVertex.html#GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT"><B>GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTProvokingVertex.html" title="class in org.lwjgl.opengl">EXTProvokingVertex</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_QUARTER_BIT_ATI"><B>GL_QUARTER_BIT_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_QUERY"><B>GL_QUERY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_QUERY"><B>GL_QUERY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_QUERY"><B>GL_QUERY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengl/ARBQueryBufferObject.html#GL_QUERY_BUFFER"><B>GL_QUERY_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBQueryBufferObject.html" title="class in org.lwjgl.opengl">ARBQueryBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameter of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, MapBufferRange, GetBufferSubData,
GetBufferParameteriv, GetBufferParameteri64v, GetBufferPointerv,
ClearBufferSubData, and the &lt;readtarget&gt; and &lt;writetarget&gt; parameters of
CopyBufferSubData:
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_QUERY_BUFFER"><B>GL_QUERY_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted by the &lt;target&gt; parameter of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, MapBufferRange, GetBufferSubData,
GetBufferParameteriv, GetBufferParameteri64v, GetBufferPointerv,
ClearBufferSubData, and the &lt;readtarget&gt; and &lt;writetarget&gt; parameters of
CopyBufferSubData:
<DT><A HREF="./org/lwjgl/opengl/AMDQueryBufferObject.html#GL_QUERY_BUFFER_AMD"><B>GL_QUERY_BUFFER_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDQueryBufferObject.html" title="class in org.lwjgl.opengl">AMDQueryBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, MapBufferRange, GetBufferSubData,
GetBufferParameteriv
and GetBufferPointerv:
<DT><A HREF="./org/lwjgl/opengl/ARBQueryBufferObject.html#GL_QUERY_BUFFER_BARRIER_BIT"><B>GL_QUERY_BUFFER_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBQueryBufferObject.html" title="class in org.lwjgl.opengl">ARBQueryBufferObject</A>
<DD>Accepted in the &lt;barriers&gt; bitfield in MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_QUERY_BUFFER_BARRIER_BIT"><B>GL_QUERY_BUFFER_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted in the &lt;barriers&gt; bitfield in MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/ARBQueryBufferObject.html#GL_QUERY_BUFFER_BINDING"><B>GL_QUERY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBQueryBufferObject.html" title="class in org.lwjgl.opengl">ARBQueryBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_QUERY_BUFFER_BINDING"><B>GL_QUERY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/AMDQueryBufferObject.html#GL_QUERY_BUFFER_BINDING_AMD"><B>GL_QUERY_BUFFER_BINDING_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDQueryBufferObject.html" title="class in org.lwjgl.opengl">AMDQueryBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_QUERY_BY_REGION_NO_WAIT"><B>GL_QUERY_BY_REGION_NO_WAIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRender:
<DT><A HREF="./org/lwjgl/opengl/ARBConditionalRenderInverted.html#GL_QUERY_BY_REGION_NO_WAIT_INVERTED"><B>GL_QUERY_BY_REGION_NO_WAIT_INVERTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBConditionalRenderInverted.html" title="class in org.lwjgl.opengl">ARBConditionalRenderInverted</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRender:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_QUERY_BY_REGION_NO_WAIT_INVERTED"><B>GL_QUERY_BY_REGION_NO_WAIT_INVERTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRender:
<DT><A HREF="./org/lwjgl/opengl/NVConditionalRender.html#GL_QUERY_BY_REGION_NO_WAIT_NV"><B>GL_QUERY_BY_REGION_NO_WAIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVConditionalRender.html" title="class in org.lwjgl.opengl">NVConditionalRender</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRenderNV:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_QUERY_BY_REGION_WAIT"><B>GL_QUERY_BY_REGION_WAIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRender:
<DT><A HREF="./org/lwjgl/opengl/ARBConditionalRenderInverted.html#GL_QUERY_BY_REGION_WAIT_INVERTED"><B>GL_QUERY_BY_REGION_WAIT_INVERTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBConditionalRenderInverted.html" title="class in org.lwjgl.opengl">ARBConditionalRenderInverted</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRender:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_QUERY_BY_REGION_WAIT_INVERTED"><B>GL_QUERY_BY_REGION_WAIT_INVERTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRender:
<DT><A HREF="./org/lwjgl/opengl/NVConditionalRender.html#GL_QUERY_BY_REGION_WAIT_NV"><B>GL_QUERY_BY_REGION_WAIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVConditionalRender.html" title="class in org.lwjgl.opengl">NVConditionalRender</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRenderNV:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_QUERY_COUNTER_BITS"><B>GL_QUERY_COUNTER_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryiv:
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#GL_QUERY_COUNTER_BITS_ARB"><B>GL_QUERY_COUNTER_BITS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryivARB:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_QUERY_NO_WAIT"><B>GL_QUERY_NO_WAIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRender:
<DT><A HREF="./org/lwjgl/opengl/ARBConditionalRenderInverted.html#GL_QUERY_NO_WAIT_INVERTED"><B>GL_QUERY_NO_WAIT_INVERTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBConditionalRenderInverted.html" title="class in org.lwjgl.opengl">ARBConditionalRenderInverted</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRender:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_QUERY_NO_WAIT_INVERTED"><B>GL_QUERY_NO_WAIT_INVERTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRender:
<DT><A HREF="./org/lwjgl/opengl/NVConditionalRender.html#GL_QUERY_NO_WAIT_NV"><B>GL_QUERY_NO_WAIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVConditionalRender.html" title="class in org.lwjgl.opengl">NVConditionalRender</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRenderNV:
<DT><A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html#GL_QUERY_OBJECT_AMD"><B>GL_QUERY_OBJECT_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</A>
<DD>Accepted as the &lt;identifier&gt; parameter of GenNamesAMD and DeleteNamesAMD:
<DT><A HREF="./org/lwjgl/opengles/EXTDebugLabel.html#GL_QUERY_OBJECT_EXT"><B>GL_QUERY_OBJECT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</A>
<DD>Accepted by the &lt;type&gt; parameter of LabelObjectEXT and
GetObjectLabelEXT:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_QUERY_RESULT"><B>GL_QUERY_RESULT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryObjectiv and
GetQueryObjectuiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_QUERY_RESULT"><B>GL_QUERY_RESULT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#GL_QUERY_RESULT_ARB"><B>GL_QUERY_RESULT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryObjectivARB and
GetQueryObjectuivARB:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_QUERY_RESULT_AVAILABLE"><B>GL_QUERY_RESULT_AVAILABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryObjectiv and
GetQueryObjectuiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_QUERY_RESULT_AVAILABLE"><B>GL_QUERY_RESULT_AVAILABLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#GL_QUERY_RESULT_AVAILABLE_ARB"><B>GL_QUERY_RESULT_AVAILABLE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryObjectivARB and
GetQueryObjectuivARB:
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#GL_QUERY_RESULT_AVAILABLE_EXT"><B>GL_QUERY_RESULT_AVAILABLE_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryObjectivEXT and
GetQueryObjectuivEXT:
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#GL_QUERY_RESULT_EXT"><B>GL_QUERY_RESULT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryObjectivEXT and
GetQueryObjectuivEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBQueryBufferObject.html#GL_QUERY_RESULT_NO_WAIT"><B>GL_QUERY_RESULT_NO_WAIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBQueryBufferObject.html" title="class in org.lwjgl.opengl">ARBQueryBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryObjectiv, GetQueryObjectuiv,
GetQueryObjecti64v and GetQueryObjectui64v:
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_QUERY_RESULT_NO_WAIT"><B>GL_QUERY_RESULT_NO_WAIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryObjectiv, GetQueryObjectuiv,
GetQueryObjecti64v and GetQueryObjectui64v:
<DT><A HREF="./org/lwjgl/opengl/AMDQueryBufferObject.html#GL_QUERY_RESULT_NO_WAIT_AMD"><B>GL_QUERY_RESULT_NO_WAIT_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDQueryBufferObject.html" title="class in org.lwjgl.opengl">AMDQueryBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryObjectiv, GetQueryObjectuiv,
GetQueryObjecti64v and GetQueryObjectui64v:
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#GL_QUERY_TARGET"><B>GL_QUERY_TARGET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryObjectiv:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_QUERY_TARGET"><B>GL_QUERY_TARGET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetQueryObjectiv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_QUERY_WAIT"><B>GL_QUERY_WAIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRender:
<DT><A HREF="./org/lwjgl/opengl/ARBConditionalRenderInverted.html#GL_QUERY_WAIT_INVERTED"><B>GL_QUERY_WAIT_INVERTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBConditionalRenderInverted.html" title="class in org.lwjgl.opengl">ARBConditionalRenderInverted</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRender:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_QUERY_WAIT_INVERTED"><B>GL_QUERY_WAIT_INVERTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRender:
<DT><A HREF="./org/lwjgl/opengl/NVConditionalRender.html#GL_QUERY_WAIT_NV"><B>GL_QUERY_WAIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVConditionalRender.html" title="class in org.lwjgl.opengl">NVConditionalRender</A>
<DD>Accepted by the &lt;mode&gt; parameter of BeginConditionalRenderNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_R"><B>GL_R</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_R11F_G11F_B10F"><B>GL_R11F_G11F_B10F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D,
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
RenderbufferStorage:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_R11F_G11F_B10F"><B>GL_R11F_G11F_B10F</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPackedFloat.html#GL_R11F_G11F_B10F_EXT"><B>GL_R11F_G11F_B10F_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedFloat.html" title="class in org.lwjgl.opengl">EXTPackedFloat</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D,
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
RenderbufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengles/EXTPackedFloat.html#GL_R11F_G11F_B10F_EXT"><B>GL_R11F_G11F_B10F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTPackedFloat.html" title="class in org.lwjgl.opengles">EXTPackedFloat</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D,
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
RenderbufferStorage:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_R16"><B>GL_R16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_R16"><B>GL_R16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_R16_SNORM"><B>GL_R16_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_R16_SNORM"><B>GL_R16_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_R16F"><B>GL_R16F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_R16F"><B>GL_R16F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_R16F"><B>GL_R16F</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html#GL_R16F_EXT"><B>GL_R16F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html" title="class in org.lwjgl.opengles">EXTColorBufferHalfFloat</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorage and
RenderbufferStorageMultisampleAPPLE:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_R16I"><B>GL_R16I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_R16I"><B>GL_R16I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_R16I"><B>GL_R16I</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_R16UI"><B>GL_R16UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_R16UI"><B>GL_R16UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_R16UI"><B>GL_R16UI</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_R32F"><B>GL_R32F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_R32F"><B>GL_R32F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_R32F"><B>GL_R32F</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_R32I"><B>GL_R32I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_R32I"><B>GL_R32I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_R32I"><B>GL_R32I</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_R32UI"><B>GL_R32UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_R32UI"><B>GL_R32UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_R32UI"><B>GL_R32UI</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_R3_G3_B2"><B>GL_R3_G3_B2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_R8"><B>GL_R8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_R8"><B>GL_R8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_R8"><B>GL_R8</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureRg.html#GL_R8_EXT"><B>GL_R8_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureRg.html" title="class in org.lwjgl.opengles">EXTTextureRg</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorage and
RenderbufferStorageMultisampleAPPLE:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_R8_SNORM"><B>GL_R8_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_R8_SNORM"><B>GL_R8_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_R8_SNORM"><B>GL_R8_SNORM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_R8I"><B>GL_R8I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_R8I"><B>GL_R8I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_R8I"><B>GL_R8I</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_R8UI"><B>GL_R8UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_R8UI"><B>GL_R8UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_R8UI"><B>GL_R8UI</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/IBMRasterposClip.html#GL_RASTER_POSITION_UNCLIPPED_IBM"><B>GL_RASTER_POSITION_UNCLIPPED_IBM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/IBMRasterposClip.html" title="class in org.lwjgl.opengl">IBMRasterposClip</A>
<DD>Accepted by the &lt;target&gt; parameter of Enable and Disable and the &lt;value&gt;
parameter of IsEnabled, GetBooleanv, GetIntegerv, GetFloatv, GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RASTERIZER_DISCARD"><B>GL_RASTERIZER_DISCARD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RASTERIZER_DISCARD"><B>GL_RASTERIZER_DISCARD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_RASTERIZER_DISCARD_EXT"><B>GL_RASTERIZER_DISCARD_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_RASTERIZER_DISCARD_NV"><B>GL_RASTERIZER_DISCARD_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_READ_BUFFER"><B>GL_READ_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_READ_BUFFER"><B>GL_READ_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#GL_READ_BUFFER_EXT"><B>GL_READ_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_EXT:
<DT><A HREF="./org/lwjgl/opengles/NVReadBuffer.html#GL_READ_BUFFER_NV"><B>GL_READ_BUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVReadBuffer.html" title="class in org.lwjgl.opengles">NVReadBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_READ_FRAMEBUFFER"><B>GL_READ_FRAMEBUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;target&gt; parameter of BindFramebuffer,
CheckFramebufferStatus, FramebufferTexture{1D|2D|3D},
FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_READ_FRAMEBUFFER"><B>GL_READ_FRAMEBUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;target&gt; parameter of BindFramebuffer,
CheckFramebufferStatus, FramebufferTexture{1D|2D|3D},
FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_READ_FRAMEBUFFER"><B>GL_READ_FRAMEBUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ANGLEFramebufferBlit.html#GL_READ_FRAMEBUFFER_ANGLE"><B>GL_READ_FRAMEBUFFER_ANGLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ANGLEFramebufferBlit.html" title="class in org.lwjgl.opengles">ANGLEFramebufferBlit</A>
<DD>Accepted by the &lt;target&gt; parameter of BindFramebuffer,
CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES,
FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#GL_READ_FRAMEBUFFER_APPLE"><B>GL_READ_FRAMEBUFFER_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</A>
<DD>Accepted by the &lt;target&gt; parameter of BindFramebuffer,
CheckFramebufferStatus, FramebufferTexture2D, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_READ_FRAMEBUFFER_BINDING"><B>GL_READ_FRAMEBUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_READ_FRAMEBUFFER_BINDING"><B>GL_READ_FRAMEBUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_READ_FRAMEBUFFER_BINDING"><B>GL_READ_FRAMEBUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ANGLEFramebufferBlit.html#GL_READ_FRAMEBUFFER_BINDING_ANGLE"><B>GL_READ_FRAMEBUFFER_BINDING_ANGLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ANGLEFramebufferBlit.html" title="class in org.lwjgl.opengles">ANGLEFramebufferBlit</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#GL_READ_FRAMEBUFFER_BINDING_APPLE"><B>GL_READ_FRAMEBUFFER_BINDING_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferBlit.html#GL_READ_FRAMEBUFFER_BINDING_EXT"><B>GL_READ_FRAMEBUFFER_BINDING_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferBlit.html" title="class in org.lwjgl.opengl">EXTFramebufferBlit</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferBlit.html#GL_READ_FRAMEBUFFER_EXT"><B>GL_READ_FRAMEBUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferBlit.html" title="class in org.lwjgl.opengl">EXTFramebufferBlit</A>
<DD>Accepted by the &lt;target&gt; parameter of BindFramebufferEXT,
CheckFramebufferStatusEXT, FramebufferTexture{1D|2D|3D}EXT,
FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT.
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_READ_ONLY"><B>GL_READ_ONLY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_READ_ONLY_ARB"><B>GL_READ_ONLY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferARB:
<DT><A HREF="./org/lwjgl/opengl/NVPixelDataRange.html#GL_READ_PIXEL_DATA_RANGE_LENGTH_NV"><B>GL_READ_PIXEL_DATA_RANGE_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVPixelDataRange.html#GL_READ_PIXEL_DATA_RANGE_NV"><B>GL_READ_PIXEL_DATA_RANGE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</A>
<DD>Accepted by the &lt;target&gt; parameter of PixelDataRangeNV and
FlushPixelDataRangeNV, and by the &lt;cap&gt; parameter of
EnableClientState, DisableClientState, and IsEnabled:
<DT><A HREF="./org/lwjgl/opengl/NVPixelDataRange.html#GL_READ_PIXEL_DATA_RANGE_POINTER_NV"><B>GL_READ_PIXEL_DATA_RANGE_POINTER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPointerv:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_READ_PIXELS"><B>GL_READ_PIXELS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_READ_PIXELS"><B>GL_READ_PIXELS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_READ_PIXELS_FORMAT"><B>GL_READ_PIXELS_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_READ_PIXELS_FORMAT"><B>GL_READ_PIXELS_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_READ_PIXELS_TYPE"><B>GL_READ_PIXELS_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_READ_PIXELS_TYPE"><B>GL_READ_PIXELS_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_READ_WRITE"><B>GL_READ_WRITE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_READ_WRITE_ARB"><B>GL_READ_WRITE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferARB:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RED"><B>GL_RED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RED"><B>GL_RED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RED_BIAS"><B>GL_RED_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_RED_BIT_ATI"><B>GL_RED_BIT_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RED_BITS"><B>GL_RED_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RED_BITS"><B>GL_RED_BITS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengles/EXTTextureRg.html#GL_RED_EXT"><B>GL_RED_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureRg.html" title="class in org.lwjgl.opengles">EXTTextureRg</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D and CopyTexImage2D,
and the &lt;format&gt; parameter of TexImage2D, TexSubImage2D, and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RED_INTEGER"><B>GL_RED_INTEGER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RED_INTEGER"><B>GL_RED_INTEGER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RED_INTEGER_EXT"><B>GL_RED_INTEGER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RED_SCALE"><B>GL_RED_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RED_SNORM"><B>GL_RED_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_RED_SNORM"><B>GL_RED_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_REDUCE"><B>GL_REDUCE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_REFERENCED_BY_COMPUTE_SHADER"><B>GL_REFERENCED_BY_COMPUTE_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_REFERENCED_BY_COMPUTE_SHADER"><B>GL_REFERENCED_BY_COMPUTE_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_REFERENCED_BY_FRAGMENT_SHADER"><B>GL_REFERENCED_BY_FRAGMENT_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_REFERENCED_BY_FRAGMENT_SHADER"><B>GL_REFERENCED_BY_FRAGMENT_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_REFERENCED_BY_GEOMETRY_SHADER"><B>GL_REFERENCED_BY_GEOMETRY_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_REFERENCED_BY_GEOMETRY_SHADER"><B>GL_REFERENCED_BY_GEOMETRY_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_REFERENCED_BY_TESS_CONTROL_SHADER"><B>GL_REFERENCED_BY_TESS_CONTROL_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_REFERENCED_BY_TESS_CONTROL_SHADER"><B>GL_REFERENCED_BY_TESS_CONTROL_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_REFERENCED_BY_TESS_EVALUATION_SHADER"><B>GL_REFERENCED_BY_TESS_EVALUATION_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_REFERENCED_BY_TESS_EVALUATION_SHADER"><B>GL_REFERENCED_BY_TESS_EVALUATION_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_REFERENCED_BY_VERTEX_SHADER"><B>GL_REFERENCED_BY_VERTEX_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_REFERENCED_BY_VERTEX_SHADER"><B>GL_REFERENCED_BY_VERTEX_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_REFLECTION_MAP"><B>GL_REFLECTION_MAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_REFLECTION_MAP_ARB"><B>GL_REFLECTION_MAP_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTexgenReflection.html#GL_REFLECTION_MAP_NV"><B>GL_REFLECTION_MAP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTexgenReflection.html" title="class in org.lwjgl.opengl">NVTexgenReflection</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_0_ATI"><B>GL_REG_0_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_10_ATI"><B>GL_REG_10_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_11_ATI"><B>GL_REG_11_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_12_ATI"><B>GL_REG_12_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_13_ATI"><B>GL_REG_13_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_14_ATI"><B>GL_REG_14_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_15_ATI"><B>GL_REG_15_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_16_ATI"><B>GL_REG_16_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_17_ATI"><B>GL_REG_17_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_18_ATI"><B>GL_REG_18_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_19_ATI"><B>GL_REG_19_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_1_ATI"><B>GL_REG_1_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_20_ATI"><B>GL_REG_20_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_21_ATI"><B>GL_REG_21_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_22_ATI"><B>GL_REG_22_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_23_ATI"><B>GL_REG_23_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_24_ATI"><B>GL_REG_24_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_25_ATI"><B>GL_REG_25_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_26_ATI"><B>GL_REG_26_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_27_ATI"><B>GL_REG_27_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_28_ATI"><B>GL_REG_28_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_29_ATI"><B>GL_REG_29_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_2_ATI"><B>GL_REG_2_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_30_ATI"><B>GL_REG_30_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_31_ATI"><B>GL_REG_31_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_3_ATI"><B>GL_REG_3_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_4_ATI"><B>GL_REG_4_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_5_ATI"><B>GL_REG_5_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_6_ATI"><B>GL_REG_6_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_7_ATI"><B>GL_REG_7_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_8_ATI"><B>GL_REG_8_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_REG_9_ATI"><B>GL_REG_9_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_REGISTER_COMBINERS_NV"><B>GL_REGISTER_COMBINERS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_ARC_TO_NV"><B>GL_RELATIVE_ARC_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_CUBIC_CURVE_TO_NV"><B>GL_RELATIVE_CUBIC_CURVE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_HORIZONTAL_LINE_TO_NV"><B>GL_RELATIVE_HORIZONTAL_LINE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_LARGE_CCW_ARC_TO_NV"><B>GL_RELATIVE_LARGE_CCW_ARC_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_LARGE_CW_ARC_TO_NV"><B>GL_RELATIVE_LARGE_CW_ARC_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_LINE_TO_NV"><B>GL_RELATIVE_LINE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_MOVE_TO_NV"><B>GL_RELATIVE_MOVE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_QUADRATIC_CURVE_TO_NV"><B>GL_RELATIVE_QUADRATIC_CURVE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_SMALL_CCW_ARC_TO_NV"><B>GL_RELATIVE_SMALL_CCW_ARC_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_SMALL_CW_ARC_TO_NV"><B>GL_RELATIVE_SMALL_CW_ARC_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_SMOOTH_CUBIC_CURVE_TO_NV"><B>GL_RELATIVE_SMOOTH_CUBIC_CURVE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_SMOOTH_QUADRATIC_CURVE_TO_NV"><B>GL_RELATIVE_SMOOTH_QUADRATIC_CURVE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_RELATIVE_VERTICAL_LINE_TO_NV"><B>GL_RELATIVE_VERTICAL_LINE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html#GL_RELEASED_APPLE"><B>GL_RELEASED_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</A>
<DD>Accepted by the &lt;option&gt; parameter of ObjectPurgeable, and returned
by ObjectPurgeable:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RENDER"><B>GL_RENDER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMBinningControl.html#GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM"><B>GL_RENDER_DIRECT_TO_FRAMEBUFFER_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMBinningControl.html" title="class in org.lwjgl.opengles">QCOMBinningControl</A>
<DD>Accepted by the &lt;hint&gt; parameter of Hint:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RENDER_MODE"><B>GL_RENDER_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER"><B>GL_RENDERBUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;target&gt; parameter of BindRenderbuffer,
RenderbufferStorage, and GetRenderbufferParameteriv, and
returned by GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_RENDERBUFFER"><B>GL_RENDERBUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;target&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER"><B>GL_RENDERBUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;target&gt; parameter of BindRenderbuffer,
RenderbufferStorage, and GetRenderbufferParameteriv, and
returned by GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER"><B>GL_RENDERBUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_ALPHA_SIZE"><B>GL_RENDERBUFFER_ALPHA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_ALPHA_SIZE"><B>GL_RENDERBUFFER_ALPHA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_ALPHA_SIZE"><B>GL_RENDERBUFFER_ALPHA_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_ALPHA_SIZE_EXT"><B>GL_RENDERBUFFER_ALPHA_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_ALPHA_SIZE_OES"><B>GL_RENDERBUFFER_ALPHA_SIZE_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivOES:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_BINDING"><B>GL_RENDERBUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_BINDING"><B>GL_RENDERBUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_BINDING"><B>GL_RENDERBUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_BINDING_EXT"><B>GL_RENDERBUFFER_BINDING_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by GetIntegerv():
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_BINDING_OES"><B>GL_RENDERBUFFER_BINDING_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by GetIntegerv():
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_BLUE_SIZE"><B>GL_RENDERBUFFER_BLUE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_BLUE_SIZE"><B>GL_RENDERBUFFER_BLUE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_BLUE_SIZE"><B>GL_RENDERBUFFER_BLUE_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_BLUE_SIZE_EXT"><B>GL_RENDERBUFFER_BLUE_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_BLUE_SIZE_OES"><B>GL_RENDERBUFFER_BLUE_SIZE_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivOES:
<DT><A HREF="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html#GL_RENDERBUFFER_COLOR_SAMPLES_NV"><B>GL_RENDERBUFFER_COLOR_SAMPLES_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html" title="class in org.lwjgl.opengl">NVFramebufferMultisampleCoverage</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivEXT.
<DT><A HREF="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html#GL_RENDERBUFFER_COVERAGE_SAMPLES_NV"><B>GL_RENDERBUFFER_COVERAGE_SAMPLES_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html" title="class in org.lwjgl.opengl">NVFramebufferMultisampleCoverage</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_DEPTH_SIZE"><B>GL_RENDERBUFFER_DEPTH_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_DEPTH_SIZE"><B>GL_RENDERBUFFER_DEPTH_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_DEPTH_SIZE"><B>GL_RENDERBUFFER_DEPTH_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_DEPTH_SIZE_EXT"><B>GL_RENDERBUFFER_DEPTH_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_DEPTH_SIZE_OES"><B>GL_RENDERBUFFER_DEPTH_SIZE_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivOES:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_EXT"><B>GL_RENDERBUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;target&gt; parameter of BindRenderbufferEXT,
RenderbufferStorageEXT, and GetRenderbufferParameterivEXT, and
returned by GetFramebufferAttachmentParameterivEXT:
<DT><A HREF="./org/lwjgl/opengl/ATIMeminfo.html#GL_RENDERBUFFER_FREE_MEMORY_ATI"><B>GL_RENDERBUFFER_FREE_MEMORY_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIMeminfo.html" title="class in org.lwjgl.opengl">ATIMeminfo</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_GREEN_SIZE"><B>GL_RENDERBUFFER_GREEN_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_GREEN_SIZE"><B>GL_RENDERBUFFER_GREEN_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_GREEN_SIZE"><B>GL_RENDERBUFFER_GREEN_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_GREEN_SIZE_EXT"><B>GL_RENDERBUFFER_GREEN_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_GREEN_SIZE_OES"><B>GL_RENDERBUFFER_GREEN_SIZE_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivOES:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_HEIGHT"><B>GL_RENDERBUFFER_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_HEIGHT"><B>GL_RENDERBUFFER_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_HEIGHT"><B>GL_RENDERBUFFER_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_HEIGHT_EXT"><B>GL_RENDERBUFFER_HEIGHT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_HEIGHT_OES"><B>GL_RENDERBUFFER_HEIGHT_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivOES:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_INTERNAL_FORMAT"><B>GL_RENDERBUFFER_INTERNAL_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_INTERNAL_FORMAT"><B>GL_RENDERBUFFER_INTERNAL_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_INTERNAL_FORMAT"><B>GL_RENDERBUFFER_INTERNAL_FORMAT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_INTERNAL_FORMAT_EXT"><B>GL_RENDERBUFFER_INTERNAL_FORMAT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_INTERNAL_FORMAT_OES"><B>GL_RENDERBUFFER_INTERNAL_FORMAT_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivOES:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_OES"><B>GL_RENDERBUFFER_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;target&gt; parameter of BindRenderbufferOES,
RenderbufferStorageOES, and GetRenderbufferParameterivOES, and
returned by GetFramebufferAttachmentParameterivOES:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_RED_SIZE"><B>GL_RENDERBUFFER_RED_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_RED_SIZE"><B>GL_RENDERBUFFER_RED_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_RED_SIZE"><B>GL_RENDERBUFFER_RED_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_RED_SIZE_EXT"><B>GL_RENDERBUFFER_RED_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_RED_SIZE_OES"><B>GL_RENDERBUFFER_RED_SIZE_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivOES:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_SAMPLES"><B>GL_RENDERBUFFER_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_SAMPLES"><B>GL_RENDERBUFFER_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RENDERBUFFER_SAMPLES"><B>GL_RENDERBUFFER_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html#GL_RENDERBUFFER_SAMPLES_ANGLE"><B>GL_RENDERBUFFER_SAMPLES_ANGLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">ANGLEFramebufferMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#GL_RENDERBUFFER_SAMPLES_APPLE"><B>GL_RENDERBUFFER_SAMPLES_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferMultisample.html#GL_RENDERBUFFER_SAMPLES_EXT"><B>GL_RENDERBUFFER_SAMPLES_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferMultisample.html" title="class in org.lwjgl.opengl">EXTFramebufferMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivEXT.
<DT><A HREF="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html#GL_RENDERBUFFER_SAMPLES_EXT"><B>GL_RENDERBUFFER_SAMPLES_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">EXTMultisampledRenderToTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html#GL_RENDERBUFFER_SAMPLES_IMG"><B>GL_RENDERBUFFER_SAMPLES_IMG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">IMGMultisampledRenderToTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_STENCIL_SIZE"><B>GL_RENDERBUFFER_STENCIL_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_STENCIL_SIZE"><B>GL_RENDERBUFFER_STENCIL_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_STENCIL_SIZE"><B>GL_RENDERBUFFER_STENCIL_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_STENCIL_SIZE_EXT"><B>GL_RENDERBUFFER_STENCIL_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_STENCIL_SIZE_OES"><B>GL_RENDERBUFFER_STENCIL_SIZE_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivOES:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_RENDERBUFFER_WIDTH"><B>GL_RENDERBUFFER_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RENDERBUFFER_WIDTH"><B>GL_RENDERBUFFER_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RENDERBUFFER_WIDTH"><B>GL_RENDERBUFFER_WIDTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_RENDERBUFFER_WIDTH_EXT"><B>GL_RENDERBUFFER_WIDTH_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RENDERBUFFER_WIDTH_OES"><B>GL_RENDERBUFFER_WIDTH_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetRenderbufferParameterivOES:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RENDERER"><B>GL_RENDERER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RENDERER"><B>GL_RENDERER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StringName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_REPEAT"><B>GL_REPEAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_REPEAT"><B>GL_REPEAT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureWrapMode
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_REPLACE"><B>GL_REPLACE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_REPLACE"><B>GL_REPLACE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StencilOp
<DT><A HREF="./org/lwjgl/opengl/AMDStencilOperationExtended.html#GL_REPLACE_VALUE_AMD"><B>GL_REPLACE_VALUE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</A>
<DD>Accepted by the &lt;sfail&gt;, &lt;dpfail&gt; and &lt;dppass&gt; parameters of StencilOp
and StencilOpSeparate:
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_REPLICATE_BORDER"><B>GL_REPLICATE_BORDER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html#GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES"><B>GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html" title="class in org.lwjgl.opengles">NVEGLStreamConsumerExternal</A>
<DD>Accepted as &lt;value&gt; in GetTexParameter*() queries:
<DT><A HREF="./org/lwjgl/opengles/OESEGLImageExternal.html#GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES"><B>GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESEGLImageExternal.html" title="class in org.lwjgl.opengles">OESEGLImageExternal</A>
<DD>Accepted as &lt;value&gt; in GetTexParameter*() queries:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_RESCALE_NORMAL"><B>GL_RESCALE_NORMAL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTRescaleNormal.html#GL_RESCALE_NORMAL_EXT"><B>GL_RESCALE_NORMAL_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTRescaleNormal.html" title="class in org.lwjgl.opengl">EXTRescaleNormal</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_RESET_NOTIFICATION_STRATEGY"><B>GL_RESET_NOTIFICATION_STRATEGY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#GL_RESET_NOTIFICATION_STRATEGY"><B>GL_RESET_NOTIFICATION_STRATEGY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#GL_RESET_NOTIFICATION_STRATEGY_ARB"><B>GL_RESET_NOTIFICATION_STRATEGY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#GL_RESET_NOTIFICATION_STRATEGY_EXT"><B>GL_RESET_NOTIFICATION_STRATEGY_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html#GL_RETAINED_APPLE"><B>GL_RETAINED_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</A>
<DD>Accepted by the &lt;option&gt; parameters of ObjectUnpurgeable, and
returned by ObjectUnpurgeable:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RETURN"><B>GL_RETURN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG"><B>GL_RG</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage3D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RG"><B>GL_RG</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage3D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RG"><B>GL_RG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG16"><B>GL_RG16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RG16"><B>GL_RG16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RG16_SNORM"><B>GL_RG16_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_RG16_SNORM"><B>GL_RG16_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG16F"><B>GL_RG16F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RG16F"><B>GL_RG16F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RG16F"><B>GL_RG16F</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html#GL_RG16F_EXT"><B>GL_RG16F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html" title="class in org.lwjgl.opengles">EXTColorBufferHalfFloat</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorage and
RenderbufferStorageMultisampleAPPLE:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG16I"><B>GL_RG16I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RG16I"><B>GL_RG16I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RG16I"><B>GL_RG16I</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG16UI"><B>GL_RG16UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RG16UI"><B>GL_RG16UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RG16UI"><B>GL_RG16UI</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG32F"><B>GL_RG32F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RG32F"><B>GL_RG32F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RG32F"><B>GL_RG32F</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG32I"><B>GL_RG32I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RG32I"><B>GL_RG32I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RG32I"><B>GL_RG32I</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG32UI"><B>GL_RG32UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RG32UI"><B>GL_RG32UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RG32UI"><B>GL_RG32UI</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG8"><B>GL_RG8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RG8"><B>GL_RG8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RG8"><B>GL_RG8</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureRg.html#GL_RG8_EXT"><B>GL_RG8_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureRg.html" title="class in org.lwjgl.opengles">EXTTextureRg</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorage and
RenderbufferStorageMultisampleAPPLE:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RG8_SNORM"><B>GL_RG8_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_RG8_SNORM"><B>GL_RG8_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RG8_SNORM"><B>GL_RG8_SNORM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG8I"><B>GL_RG8I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RG8I"><B>GL_RG8I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RG8I"><B>GL_RG8I</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG8UI"><B>GL_RG8UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RG8UI"><B>GL_RG8UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, and CopyTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RG8UI"><B>GL_RG8UI</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureRg.html#GL_RG_EXT"><B>GL_RG_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureRg.html" title="class in org.lwjgl.opengles">EXTTextureRg</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage2D and CopyTexImage2D,
and the &lt;format&gt; parameter of TexImage2D, TexSubImage2D, and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRg.html#GL_RG_INTEGER"><B>GL_RG_INTEGER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRg.html" title="class in org.lwjgl.opengl">ARBTextureRg</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage3D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RG_INTEGER"><B>GL_RG_INTEGER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage3D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RG_INTEGER"><B>GL_RG_INTEGER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RG_SNORM"><B>GL_RG_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_RG_SNORM"><B>GL_RG_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGB"><B>GL_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RGB"><B>GL_RGB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>PixelFormat
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGB10"><B>GL_RGB10</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGB10_A2"><B>GL_RGB10_A2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGB10_A2"><B>GL_RGB10_A2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_RGB10_A2_EXT"><B>GL_RGB10_A2_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRGB10_A2UI.html#GL_RGB10_A2UI"><B>GL_RGB10_A2UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRGB10_A2UI.html" title="class in org.lwjgl.opengl">ARBTextureRGB10_A2UI</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D, RenderbufferStorage and
RenderbufferStorageMultisample:
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_RGB10_A2UI"><B>GL_RGB10_A2UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D, RenderbufferStorage and
RenderbufferStorageMultisample:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGB10_A2UI"><B>GL_RGB10_A2UI</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_RGB10_EXT"><B>GL_RGB10_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGB12"><B>GL_RGB12</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGB16"><B>GL_RGB16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RGB16_SNORM"><B>GL_RGB16_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_RGB16_SNORM"><B>GL_RGB16_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGB16F"><B>GL_RGB16F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGB16F"><B>GL_RGB16F</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_RGB16F_ARB"><B>GL_RGB16F_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html#GL_RGB16F_EXT"><B>GL_RGB16F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html" title="class in org.lwjgl.opengles">EXTColorBufferHalfFloat</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorage and
RenderbufferStorageMultisampleAPPLE:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_RGB16F_EXT"><B>GL_RGB16F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGB16I"><B>GL_RGB16I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGB16I"><B>GL_RGB16I</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGB16I_EXT"><B>GL_RGB16I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGB16UI"><B>GL_RGB16UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGB16UI"><B>GL_RGB16UI</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGB16UI_EXT"><B>GL_RGB16UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGB32F"><B>GL_RGB32F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGB32F"><B>GL_RGB32F</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_RGB32F_ARB"><B>GL_RGB32F_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_RGB32F_EXT"><B>GL_RGB32F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGB32I"><B>GL_RGB32I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGB32I"><B>GL_RGB32I</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGB32I_EXT"><B>GL_RGB32I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGB32UI"><B>GL_RGB32UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGB32UI"><B>GL_RGB32UI</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGB32UI_EXT"><B>GL_RGB32UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGB4"><B>GL_RGB4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGB5"><B>GL_RGB5</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_RGB565"><B>GL_RGB565</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;format&gt; parameter of most commands taking sized internal formats:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_RGB565"><B>GL_RGB565</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;format&gt; parameter of most commands taking sized internal formats:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RGB565"><B>GL_RGB565</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RGB565_OES"><B>GL_RGB565_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorageOES:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGB5_A1"><B>GL_RGB5_A1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RGB5_A1"><B>GL_RGB5_A1</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RGB5_A1_OES"><B>GL_RGB5_A1_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorageOES:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGB8"><B>GL_RGB8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGB8"><B>GL_RGB8</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESRGB8RGBA8.html#GL_RGB8_OES"><B>GL_RGB8_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESRGB8RGBA8.html" title="class in org.lwjgl.opengles">OESRGB8RGBA8</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorageOES:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RGB8_SNORM"><B>GL_RGB8_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_RGB8_SNORM"><B>GL_RGB8_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGB8_SNORM"><B>GL_RGB8_SNORM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGB8I"><B>GL_RGB8I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGB8I"><B>GL_RGB8I</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGB8I_EXT"><B>GL_RGB8I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGB8UI"><B>GL_RGB8UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGB8UI"><B>GL_RGB8UI</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGB8UI_EXT"><B>GL_RGB8UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGB9_E5"><B>GL_RGB9_E5</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D,
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
RenderbufferStorage:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGB9_E5"><B>GL_RGB9_E5</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSharedExponent.html#GL_RGB9_E5_EXT"><B>GL_RGB9_E5_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSharedExponent.html" title="class in org.lwjgl.opengl">EXTTextureSharedExponent</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D,
TexImage2D, TexImage3D, CopyTexImage1D, CopyTexImage2D, and
RenderbufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengl/APPLERgb422.html#GL_RGB_422_APPLE"><B>GL_RGB_422_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLERgb422.html" title="class in org.lwjgl.opengl">APPLERgb422</A>
<DD>Accepted by the &lt;format&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
ConvolutionFilter2D, GetConvolutionFilter, SeparableFilter2D,
GetSeparableFilter, ColorTable, GetColorTable:
<DT><A HREF="./org/lwjgl/opengles/APPLERgb422.html#GL_RGB_422_APPLE"><B>GL_RGB_422_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLERgb422.html" title="class in org.lwjgl.opengles">APPLERgb422</A>
<DD>Accepted by the &lt;format&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
ConvolutionFilter2D, GetConvolutionFilter, SeparableFilter2D,
GetSeparableFilter, ColorTable, GetColorTable:
<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_RGB_FLOAT16_APPLE"><B>GL_RGB_FLOAT16_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</A>
<DD>Accepted by the parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ATITextureFloat.html#GL_RGB_FLOAT16_ATI"><B>GL_RGB_FLOAT16_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_RGB_FLOAT32_APPLE"><B>GL_RGB_FLOAT32_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</A>
<DD>Accepted by the parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ATITextureFloat.html#GL_RGB_FLOAT32_ATI"><B>GL_RGB_FLOAT32_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGB_INTEGER"><B>GL_RGB_INTEGER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGB_INTEGER"><B>GL_RGB_INTEGER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGB_INTEGER_EXT"><B>GL_RGB_INTEGER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_RGB_SCALE"><B>GL_RGB_SCALE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_RGB_SCALE_ARB"><B>GL_RGB_SCALE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_RGB_SCALE_EXT"><B>GL_RGB_SCALE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RGB_SNORM"><B>GL_RGB_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_RGB_SNORM"><B>GL_RGB_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGBA"><B>GL_RGBA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RGBA"><B>GL_RGBA</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>PixelFormat
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGBA12"><B>GL_RGBA12</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGBA16"><B>GL_RGBA16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RGBA16_SNORM"><B>GL_RGBA16_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_RGBA16_SNORM"><B>GL_RGBA16_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGBA16F"><B>GL_RGBA16F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGBA16F"><B>GL_RGBA16F</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_RGBA16F_ARB"><B>GL_RGBA16F_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html#GL_RGBA16F_EXT"><B>GL_RGBA16F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html" title="class in org.lwjgl.opengles">EXTColorBufferHalfFloat</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorage and
RenderbufferStorageMultisampleAPPLE:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_RGBA16F_EXT"><B>GL_RGBA16F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGBA16I"><B>GL_RGBA16I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGBA16I"><B>GL_RGBA16I</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA16I_EXT"><B>GL_RGBA16I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGBA16UI"><B>GL_RGBA16UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGBA16UI"><B>GL_RGBA16UI</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA16UI_EXT"><B>GL_RGBA16UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGBA2"><B>GL_RGBA2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGBA32F"><B>GL_RGBA32F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGBA32F"><B>GL_RGBA32F</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_RGBA32F_ARB"><B>GL_RGBA32F_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_RGBA32F_EXT"><B>GL_RGBA32F_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexStorage* when
implemented on OpenGL ES:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGBA32I"><B>GL_RGBA32I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGBA32I"><B>GL_RGBA32I</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA32I_EXT"><B>GL_RGBA32I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGBA32UI"><B>GL_RGBA32UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGBA32UI"><B>GL_RGBA32UI</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA32UI_EXT"><B>GL_RGBA32UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGBA4"><B>GL_RGBA4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_RGBA4"><B>GL_RGBA4</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_RGBA4_OES"><B>GL_RGBA4_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorageOES:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGBA8"><B>GL_RGBA8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGBA8"><B>GL_RGBA8</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ARMRgba8.html#GL_RGBA8_OES"><B>GL_RGBA8_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARMRgba8.html" title="class in org.lwjgl.opengles">ARMRgba8</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorage:
<DT><A HREF="./org/lwjgl/opengles/OESRGB8RGBA8.html#GL_RGBA8_OES"><B>GL_RGBA8_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESRGB8RGBA8.html" title="class in org.lwjgl.opengles">OESRGB8RGBA8</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorageOES:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RGBA8_SNORM"><B>GL_RGBA8_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_RGBA8_SNORM"><B>GL_RGBA8_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGBA8_SNORM"><B>GL_RGBA8_SNORM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGBA8I"><B>GL_RGBA8I</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGBA8I"><B>GL_RGBA8I</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA8I_EXT"><B>GL_RGBA8I_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGBA8UI"><B>GL_RGBA8UI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGBA8UI"><B>GL_RGBA8UI</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA8UI_EXT"><B>GL_RGBA8UI_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_RGBA_FLOAT16_APPLE"><B>GL_RGBA_FLOAT16_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</A>
<DD>Accepted by the parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ATITextureFloat.html#GL_RGBA_FLOAT16_ATI"><B>GL_RGBA_FLOAT16_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html#GL_RGBA_FLOAT32_APPLE"><B>GL_RGBA_FLOAT32_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFloatPixels.html" title="class in org.lwjgl.opengl">APPLEFloatPixels</A>
<DD>Accepted by the parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ATITextureFloat.html#GL_RGBA_FLOAT32_ATI"><B>GL_RGBA_FLOAT32_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextureFloat.html" title="class in org.lwjgl.opengl">ATITextureFloat</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html#GL_RGBA_FLOAT_MODE_ARB"><B>GL_RGBA_FLOAT_MODE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGBA_INTEGER"><B>GL_RGBA_INTEGER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_RGBA_INTEGER"><B>GL_RGBA_INTEGER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA_INTEGER_EXT"><B>GL_RGBA_INTEGER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;format&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D,
DrawPixels and ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_RGBA_INTEGER_MODE"><B>GL_RGBA_INTEGER_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#GL_RGBA_INTEGER_MODE_EXT"><B>GL_RGBA_INTEGER_MODE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RGBA_MODE"><B>GL_RGBA_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPackedFloat.html#GL_RGBA_SIGNED_COMPONENTS_EXT"><B>GL_RGBA_SIGNED_COMPONENTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedFloat.html" title="class in org.lwjgl.opengl">EXTPackedFloat</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/EXTPackedFloat.html#GL_RGBA_SIGNED_COMPONENTS_EXT"><B>GL_RGBA_SIGNED_COMPONENTS_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTPackedFloat.html" title="class in org.lwjgl.opengles">EXTPackedFloat</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetIntegerv and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_RGBA_SNORM"><B>GL_RGBA_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Accepted by the &lt;internalFormat&gt; parameter of TexImage1D,
TexImage2D, and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_RGBA_SNORM"><B>GL_RGBA_SNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV"><B>GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value
of &lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_RIGHT"><B>GL_RIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_ROUND_NV"><B>GL_ROUND_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;value&gt; parameter of PathParameterfNV,
PathParameterfvNV, PathParameteriNV, and PathParameterivNV
when &lt;pname&gt; is one of PATH_END_CAPS_NV, PATH_INTIAL_END_CAP_NV,
PATH_TERMINAL_END_CAP_NV, PATH_DASH_CAPS_NV, PATH_INITIAL_DASH_CAP_NV,
and PATH_TERMINAL_DASH_CAP_NV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_S"><B>GL_S</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_SAMPLE_ALPHA_TO_COVERAGE"><B>GL_SAMPLE_ALPHA_TO_COVERAGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SAMPLE_ALPHA_TO_COVERAGE"><B>GL_SAMPLE_ALPHA_TO_COVERAGE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>EnableCap
<DT><A HREF="./org/lwjgl/opengl/ARBMultisample.html#GL_SAMPLE_ALPHA_TO_COVERAGE_ARB"><B>GL_SAMPLE_ALPHA_TO_COVERAGE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_SAMPLE_ALPHA_TO_ONE"><B>GL_SAMPLE_ALPHA_TO_ONE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultisample.html#GL_SAMPLE_ALPHA_TO_ONE_ARB"><B>GL_SAMPLE_ALPHA_TO_ONE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_SAMPLE_BUFFERS"><B>GL_SAMPLE_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SAMPLE_BUFFERS"><B>GL_SAMPLE_BUFFERS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/ARBMultisample.html#GL_SAMPLE_BUFFERS_ARB"><B>GL_SAMPLE_BUFFERS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_SAMPLE_COVERAGE"><B>GL_SAMPLE_COVERAGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SAMPLE_COVERAGE"><B>GL_SAMPLE_COVERAGE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>EnableCap
<DT><A HREF="./org/lwjgl/opengl/ARBMultisample.html#GL_SAMPLE_COVERAGE_ARB"><B>GL_SAMPLE_COVERAGE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_SAMPLE_COVERAGE_INVERT"><B>GL_SAMPLE_COVERAGE_INVERT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SAMPLE_COVERAGE_INVERT"><B>GL_SAMPLE_COVERAGE_INVERT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/ARBMultisample.html#GL_SAMPLE_COVERAGE_INVERT_ARB"><B>GL_SAMPLE_COVERAGE_INVERT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_SAMPLE_COVERAGE_VALUE"><B>GL_SAMPLE_COVERAGE_VALUE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SAMPLE_COVERAGE_VALUE"><B>GL_SAMPLE_COVERAGE_VALUE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/ARBMultisample.html#GL_SAMPLE_COVERAGE_VALUE_ARB"><B>GL_SAMPLE_COVERAGE_VALUE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_SAMPLE_MASK"><B>GL_SAMPLE_MASK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_SAMPLE_MASK"><B>GL_SAMPLE_MASK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_SAMPLE_MASK_NV"><B>GL_SAMPLE_MASK_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_SAMPLE_MASK_VALUE"><B>GL_SAMPLE_MASK_VALUE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;target&gt; parameter of GetBooleani_v and
GetIntegeri_v:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_SAMPLE_MASK_VALUE"><B>GL_SAMPLE_MASK_VALUE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;target&gt; parameter of GetBooleani_v and
GetIntegeri_v:
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_SAMPLE_MASK_VALUE_NV"><B>GL_SAMPLE_MASK_VALUE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanIndexedvEXT and
GetIntegerIndexedvEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_SAMPLE_POSITION"><B>GL_SAMPLE_POSITION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetMultisamplefv:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_SAMPLE_POSITION"><B>GL_SAMPLE_POSITION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetMultisamplefv:
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_SAMPLE_POSITION_NV"><B>GL_SAMPLE_POSITION_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetMultisamplefvNV:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_SAMPLE_SHADING"><B>GL_SAMPLE_SHADING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBSampleShading.html#GL_SAMPLE_SHADING_ARB"><B>GL_SAMPLE_SHADING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSampleShading.html" title="class in org.lwjgl.opengl">ARBSampleShading</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SAMPLER"><B>GL_SAMPLER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_SAMPLER"><B>GL_SAMPLER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_SAMPLER"><B>GL_SAMPLER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_SAMPLER_1D"><B>GL_SAMPLER_1D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_1D_ARB"><B>GL_SAMPLER_1D_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_SAMPLER_1D_ARRAY"><B>GL_SAMPLER_1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_SAMPLER_1D_ARRAY_EXT"><B>GL_SAMPLER_1D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html#GL_SAMPLER_1D_ARRAY_EXT"><B>GL_SAMPLER_1D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureArray.html#GL_SAMPLER_1D_ARRAY_EXT"><B>GL_SAMPLER_1D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_SAMPLER_1D_ARRAY_SHADOW"><B>GL_SAMPLER_1D_ARRAY_SHADOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_SAMPLER_1D_ARRAY_SHADOW_EXT"><B>GL_SAMPLER_1D_ARRAY_SHADOW_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html#GL_SAMPLER_1D_ARRAY_SHADOW_EXT"><B>GL_SAMPLER_1D_ARRAY_SHADOW_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_SAMPLER_1D_SHADOW"><B>GL_SAMPLER_1D_SHADOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_1D_SHADOW_ARB"><B>GL_SAMPLER_1D_SHADOW_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_SAMPLER_2D"><B>GL_SAMPLER_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SAMPLER_2D"><B>GL_SAMPLER_2D</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_2D_ARB"><B>GL_SAMPLER_2D_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_SAMPLER_2D_ARRAY"><B>GL_SAMPLER_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SAMPLER_2D_ARRAY"><B>GL_SAMPLER_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_SAMPLER_2D_ARRAY_EXT"><B>GL_SAMPLER_2D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html#GL_SAMPLER_2D_ARRAY_EXT"><B>GL_SAMPLER_2D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureArray.html#GL_SAMPLER_2D_ARRAY_EXT"><B>GL_SAMPLER_2D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_SAMPLER_2D_ARRAY_SHADOW"><B>GL_SAMPLER_2D_ARRAY_SHADOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SAMPLER_2D_ARRAY_SHADOW"><B>GL_SAMPLER_2D_ARRAY_SHADOW</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_SAMPLER_2D_ARRAY_SHADOW_EXT"><B>GL_SAMPLER_2D_ARRAY_SHADOW_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html#GL_SAMPLER_2D_ARRAY_SHADOW_EXT"><B>GL_SAMPLER_2D_ARRAY_SHADOW_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_SAMPLER_2D_MULTISAMPLE"><B>GL_SAMPLER_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_SAMPLER_2D_MULTISAMPLE"><B>GL_SAMPLER_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_SAMPLER_2D_MULTISAMPLE_ARRAY"><B>GL_SAMPLER_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_SAMPLER_2D_MULTISAMPLE_ARRAY"><B>GL_SAMPLER_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_SAMPLER_2D_RECT"><B>GL_SAMPLER_2D_RECT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Returned by &lt;type&gt; parameter of GetActiveUniform when the location
&lt;index&gt; for program object &lt;program&gt; is of type sampler2DRect:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_2D_RECT_ARB"><B>GL_SAMPLER_2D_RECT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRectangle.html#GL_SAMPLER_2D_RECT_ARB"><B>GL_SAMPLER_2D_RECT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRectangle.html" title="class in org.lwjgl.opengl">ARBTextureRectangle</A>
<DD>Returned by &lt;type&gt; parameter of GetActiveUniform when the location
&lt;index&gt; for program object &lt;program&gt; is of type sampler2DRect:
<DT><A HREF="./org/lwjgl/opengles/ARBTextureRectangle.html#GL_SAMPLER_2D_RECT_ARB"><B>GL_SAMPLER_2D_RECT_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBTextureRectangle.html" title="class in org.lwjgl.opengles">ARBTextureRectangle</A>
<DD>Returned by &lt;type&gt; parameter of GetActiveUniform when the location
&lt;index&gt; for program object &lt;program&gt; is of type sampler2DRect:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_SAMPLER_2D_RECT_SHADOW"><B>GL_SAMPLER_2D_RECT_SHADOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Returned by &lt;type&gt; parameter of GetActiveUniform when the location
&lt;index&gt; for program object &lt;program&gt; is of type sampler2DRectShadow:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_2D_RECT_SHADOW_ARB"><B>GL_SAMPLER_2D_RECT_SHADOW_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRectangle.html#GL_SAMPLER_2D_RECT_SHADOW_ARB"><B>GL_SAMPLER_2D_RECT_SHADOW_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRectangle.html" title="class in org.lwjgl.opengl">ARBTextureRectangle</A>
<DD>Returned by &lt;type&gt; parameter of GetActiveUniform when the location
&lt;index&gt; for program object &lt;program&gt; is of type sampler2DRectShadow:
<DT><A HREF="./org/lwjgl/opengles/ARBTextureRectangle.html#GL_SAMPLER_2D_RECT_SHADOW_ARB"><B>GL_SAMPLER_2D_RECT_SHADOW_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBTextureRectangle.html" title="class in org.lwjgl.opengles">ARBTextureRectangle</A>
<DD>Returned by &lt;type&gt; parameter of GetActiveUniform when the location
&lt;index&gt; for program object &lt;program&gt; is of type sampler2DRectShadow:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_SAMPLER_2D_SHADOW"><B>GL_SAMPLER_2D_SHADOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SAMPLER_2D_SHADOW"><B>GL_SAMPLER_2D_SHADOW</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_2D_SHADOW_ARB"><B>GL_SAMPLER_2D_SHADOW_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_SAMPLER_3D"><B>GL_SAMPLER_3D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SAMPLER_3D"><B>GL_SAMPLER_3D</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_3D_ARB"><B>GL_SAMPLER_3D_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#GL_SAMPLER_BINDING"><B>GL_SAMPLER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>Accepted by the &lt;value&gt; parameter of the GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv and GetDoublev functions:
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_SAMPLER_BINDING"><B>GL_SAMPLER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;value&gt; parameter of the GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv and GetDoublev functions:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SAMPLER_BINDING"><B>GL_SAMPLER_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_SAMPLER_BUFFER"><B>GL_SAMPLER_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#GL_SAMPLER_BUFFER_AMD"><B>GL_SAMPLER_BUFFER_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_SAMPLER_BUFFER_EXT"><B>GL_SAMPLER_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_SAMPLER_CUBE"><B>GL_SAMPLER_CUBE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SAMPLER_CUBE"><B>GL_SAMPLER_CUBE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Uniform Types
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SAMPLER_CUBE_ARB"><B>GL_SAMPLER_CUBE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniformARB:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_SAMPLER_CUBE_MAP_ARRAY"><B>GL_SAMPLER_CUBE_MAP_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html#GL_SAMPLER_CUBE_MAP_ARRAY_ARB"><B>GL_SAMPLER_CUBE_MAP_ARRAY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl">ARBTextureCubeMapArray</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW"><B>GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html#GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_ARB"><B>GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl">ARBTextureCubeMapArray</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_SAMPLER_CUBE_SHADOW"><B>GL_SAMPLER_CUBE_SHADOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SAMPLER_CUBE_SHADOW"><B>GL_SAMPLER_CUBE_SHADOW</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_SAMPLER_CUBE_SHADOW_EXT"><B>GL_SAMPLER_CUBE_SHADOW_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html#GL_SAMPLER_EXTERNAL_OES"><B>GL_SAMPLER_EXTERNAL_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html" title="class in org.lwjgl.opengles">NVEGLStreamConsumerExternal</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/OESEGLImageExternal.html#GL_SAMPLER_EXTERNAL_OES"><B>GL_SAMPLER_EXTERNAL_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESEGLImageExternal.html" title="class in org.lwjgl.opengles">OESEGLImageExternal</A>
<DD>Returned in the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html#GL_SAMPLER_OBJECT_AMD"><B>GL_SAMPLER_OBJECT_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</A>
<DD>Accepted as the &lt;identifier&gt; parameter of GenNamesAMD and DeleteNamesAMD:
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_SAMPLER_RENDERBUFFER_NV"><B>GL_SAMPLER_RENDERBUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_SAMPLES"><B>GL_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SAMPLES"><B>GL_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/ARBMultisample.html#GL_SAMPLES_ARB"><B>GL_SAMPLES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_SAMPLES_PASSED"><B>GL_SAMPLES_PASSED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery,
and GetQueryiv:
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#GL_SAMPLES_PASSED_ARB"><B>GL_SAMPLES_PASSED_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQueryARB, EndQueryARB,
and GetQueryivARB:
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SATURATE_BIT_ATI"><B>GL_SATURATE_BIT_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_SCALAR_EXT"><B>GL_SCALAR_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SCALE_BY_FOUR_NV"><B>GL_SCALE_BY_FOUR_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SCALE_BY_ONE_HALF_NV"><B>GL_SCALE_BY_ONE_HALF_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SCALE_BY_TWO_NV"><B>GL_SCALE_BY_TWO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferMultisampleBlitScaled.html#GL_SCALED_RESOLVE_FASTEST_EXT"><B>GL_SCALED_RESOLVE_FASTEST_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferMultisampleBlitScaled.html" title="class in org.lwjgl.opengl">EXTFramebufferMultisampleBlitScaled</A>
<DD>Accepted by the &lt;filter&gt; parameter of BlitFramebuffer:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferMultisampleBlitScaled.html#GL_SCALED_RESOLVE_NICEST_EXT"><B>GL_SCALED_RESOLVE_NICEST_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferMultisampleBlitScaled.html" title="class in org.lwjgl.opengl">EXTFramebufferMultisampleBlitScaled</A>
<DD>Accepted by the &lt;filter&gt; parameter of BlitFramebuffer:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SCISSOR_BIT"><B>GL_SCISSOR_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SCISSOR_BOX"><B>GL_SCISSOR_BOX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SCISSOR_BOX"><B>GL_SCISSOR_BOX</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SCISSOR_TEST"><B>GL_SCISSOR_TEST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SCISSOR_TEST"><B>GL_SCISSOR_TEST</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>EnableCap
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_SCREEN_NV"><B>GL_SCREEN_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_SECONDARY_COLOR_ARRAY"><B>GL_SECONDARY_COLOR_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV"><B>GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;pname&gt; parameter of BufferAddressRangeNV
and the &lt;value&gt; parameter of GetIntegerui64vNV:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING"><B>GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB"><B>GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#GL_SECONDARY_COLOR_ARRAY_EXT"><B>GL_SECONDARY_COLOR_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_SECONDARY_COLOR_ARRAY_LENGTH_NV"><B>GL_SECONDARY_COLOR_ARRAY_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_SECONDARY_COLOR_ARRAY_POINTER"><B>GL_SECONDARY_COLOR_ARRAY_POINTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#GL_SECONDARY_COLOR_ARRAY_POINTER_EXT"><B>GL_SECONDARY_COLOR_ARRAY_POINTER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_SECONDARY_COLOR_ARRAY_SIZE"><B>GL_SECONDARY_COLOR_ARRAY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#GL_SECONDARY_COLOR_ARRAY_SIZE_EXT"><B>GL_SECONDARY_COLOR_ARRAY_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_SECONDARY_COLOR_ARRAY_STRIDE"><B>GL_SECONDARY_COLOR_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT"><B>GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_SECONDARY_COLOR_ARRAY_TYPE"><B>GL_SECONDARY_COLOR_ARRAY_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#GL_SECONDARY_COLOR_ARRAY_TYPE_EXT"><B>GL_SECONDARY_COLOR_ARRAY_TYPE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_SECONDARY_COLOR_NV"><B>GL_SECONDARY_COLOR_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;color&gt; parameter of PathColorGenNV,
GetPathColorGenivNV, and GetPathColorGenfvNV:
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SECONDARY_COLOR_NV"><B>GL_SECONDARY_COLOR_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SECONDARY_INTERPOLATOR_ATI"><B>GL_SECONDARY_INTERPOLATOR_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SELECT"><B>GL_SELECT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SELECTION_BUFFER_POINTER"><B>GL_SELECTION_BUFFER_POINTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SELECTION_BUFFER_SIZE"><B>GL_SELECTION_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_SEPARABLE_2D"><B>GL_SEPARABLE_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_SEPARATE_ATTRIBS"><B>GL_SEPARATE_ATTRIBS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;bufferMode&gt; parameter of TransformFeedbackVaryings:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SEPARATE_ATTRIBS"><B>GL_SEPARATE_ATTRIBS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_SEPARATE_ATTRIBS_EXT"><B>GL_SEPARATE_ATTRIBS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;bufferMode&gt; parameter of TransformFeedbackVaryingsEXT:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_SEPARATE_ATTRIBS_NV"><B>GL_SEPARATE_ATTRIBS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;bufferMode&gt; parameter of TransformFeedbackAttribsNV and
TransformFeedbackVaryingsNV:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_SEPARATE_SPECULAR_COLOR"><B>GL_SEPARATE_SPECULAR_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSeparateSpecularColor.html#GL_SEPARATE_SPECULAR_COLOR_EXT"><B>GL_SEPARATE_SPECULAR_COLOR_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSeparateSpecularColor.html" title="class in org.lwjgl.opengl">EXTSeparateSpecularColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SET"><B>GL_SET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDStencilOperationExtended.html#GL_SET_AMD"><B>GL_SET_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</A>
<DD>Accepted by the &lt;sfail&gt;, &lt;dpfail&gt; and &lt;dppass&gt; parameters of StencilOp
and StencilOpSeparate:
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_SGIS_generate_mipmap"><B>GL_SGIS_generate_mipmap</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_SGIS_texture_lod"><B>GL_SGIS_texture_lod</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/IMGShaderBinary.html#GL_SGX_BINARY_IMG"><B>GL_SGX_BINARY_IMG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/IMGShaderBinary.html" title="class in org.lwjgl.opengles">IMGShaderBinary</A>
<DD>Accepted by the &lt;binaryformat&gt; parameter of ShaderBinary:
<DT><A HREF="./org/lwjgl/opengles/IMGProgramBinary.html#GL_SGX_PROGRAM_BINARY_IMG"><B>GL_SGX_PROGRAM_BINARY_IMG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/IMGProgramBinary.html" title="class in org.lwjgl.opengles">IMGProgramBinary</A>
<DD>Accepted by the &lt;binaryFormat&gt; parameter of ProgramBinaryOES:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SHADE_MODEL"><B>GL_SHADE_MODEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SHADER"><B>GL_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#GL_SHADER"><B>GL_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_SHADER"><B>GL_SHADER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Tokens accepted or provided by the &lt;identifier&gt; parameters of
ObjectLabel and GetObjectLabel:
<DT><A HREF="./org/lwjgl/opengles/DMPShaderBinary.html#GL_SHADER_BINARY_DMP"><B>GL_SHADER_BINARY_DMP</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/DMPShaderBinary.html" title="class in org.lwjgl.opengles">DMPShaderBinary</A>
<DD>Accepted by the &lt;binaryformat&gt; parameter of ShaderBinary:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SHADER_BINARY_FORMATS"><B>GL_SHADER_BINARY_FORMATS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shader Binary
<DT><A HREF="./org/lwjgl/opengles/VIVShaderBinary.html#GL_SHADER_BINARY_VIV"><B>GL_SHADER_BINARY_VIV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/VIVShaderBinary.html" title="class in org.lwjgl.opengles">VIVShaderBinary</A>
<DD>Accepted by the &lt;binaryformat&gt; parameter of ShaderBinary:
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#GL_SHADER_COMPILER"><B>GL_SHADER_COMPILER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_SHADER_COMPILER"><B>GL_SHADER_COMPILER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;value&gt; parameter of GetBooleanv, GetIntegerv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SHADER_COMPILER"><B>GL_SHADER_COMPILER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shader Source
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SHADER_CONSISTENT_NV"><B>GL_SHADER_CONSISTENT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; parameter GetTexEnvfv and GetTexEnviv is
TEXTURE_SHADER_NV, then the value of &lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferStore.html#GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV"><B>GL_SHADER_GLOBAL_ACCESS_BARRIER_BIT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferStore.html" title="class in org.lwjgl.opengl">NVShaderBufferStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrierNV:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_SHADER_IMAGE_ACCESS_BARRIER_BIT"><B>GL_SHADER_IMAGE_ACCESS_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_SHADER_IMAGE_ACCESS_BARRIER_BIT"><B>GL_SHADER_IMAGE_ACCESS_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT"><B>GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrierEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SHADER_IMAGE_ATOMIC"><B>GL_SHADER_IMAGE_ATOMIC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SHADER_IMAGE_ATOMIC"><B>GL_SHADER_IMAGE_ATOMIC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SHADER_IMAGE_LOAD"><B>GL_SHADER_IMAGE_LOAD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SHADER_IMAGE_LOAD"><B>GL_SHADER_IMAGE_LOAD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SHADER_IMAGE_STORE"><B>GL_SHADER_IMAGE_STORE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SHADER_IMAGE_STORE"><B>GL_SHADER_IMAGE_STORE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#GL_SHADER_INCLUDE_ARB"><B>GL_SHADER_INCLUDE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>Accepted by the &lt;type&gt; parameter of NamedStringARB:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_SHADER_OBJECT"><B>GL_SHADER_OBJECT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returned by the &lt;params&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#GL_SHADER_OBJECT_ARB"><B>GL_SHADER_OBJECT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returned by the &lt;params&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengles/EXTDebugLabel.html#GL_SHADER_OBJECT_EXT"><B>GL_SHADER_OBJECT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</A>
<DD>Accepted by the &lt;type&gt; parameter of LabelObjectEXT and
GetObjectLabelEXT:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SHADER_OPERATION_NV"><B>GL_SHADER_OPERATION_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>When the &lt;target&gt; parameter of TexEnvf, TexEnvfv, TexEnvi, TexEnviv,
GetTexEnvfv, and GetTexEnviv is TEXTURE_SHADER_NV, then the value
of &lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_SHADER_SOURCE_LENGTH"><B>GL_SHADER_SOURCE_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SHADER_SOURCE_LENGTH"><B>GL_SHADER_SOURCE_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shader Source
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_SHADER_STORAGE_BARRIER_BIT"><B>GL_SHADER_STORAGE_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted in the &lt;barriers&gt; bitfield in glMemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SHADER_STORAGE_BARRIER_BIT"><B>GL_SHADER_STORAGE_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;barriers&gt; bitfield in glMemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_SHADER_STORAGE_BLOCK"><B>GL_SHADER_STORAGE_BLOCK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SHADER_STORAGE_BLOCK"><B>GL_SHADER_STORAGE_BLOCK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_SHADER_STORAGE_BUFFER"><B>GL_SHADER_STORAGE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
GetBufferPointerv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SHADER_STORAGE_BUFFER"><B>GL_SHADER_STORAGE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
GetBufferPointerv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_SHADER_STORAGE_BUFFER_BINDING"><B>GL_SHADER_STORAGE_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetIntegeri_v,
GetBooleanv, GetInteger64v, GetFloatv, GetDoublev, GetBooleani_v,
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SHADER_STORAGE_BUFFER_BINDING"><B>GL_SHADER_STORAGE_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetIntegeri_v,
GetBooleanv, GetInteger64v, GetFloatv, GetDoublev, GetBooleani_v,
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT"><B>GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT"><B>GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegerv, GetBooleanv,
GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_SHADER_STORAGE_BUFFER_SIZE"><B>GL_SHADER_STORAGE_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v, GetBooleani_v,
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SHADER_STORAGE_BUFFER_SIZE"><B>GL_SHADER_STORAGE_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v, GetBooleani_v,
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#GL_SHADER_STORAGE_BUFFER_START"><B>GL_SHADER_STORAGE_BUFFER_START</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v, GetBooleani_v,
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SHADER_STORAGE_BUFFER_START"><B>GL_SHADER_STORAGE_BUFFER_START</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v, GetBooleani_v,
GetIntegeri_v, GetFloati_v, GetDoublei_v, and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_SHADER_TYPE"><B>GL_SHADER_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SHADER_TYPE"><B>GL_SHADER_TYPE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_SHADING_LANGUAGE_VERSION"><B>GL_SHADING_LANGUAGE_VERSION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;name&gt; parameter of GetString:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SHADING_LANGUAGE_VERSION"><B>GL_SHADING_LANGUAGE_VERSION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguage100.html#GL_SHADING_LANGUAGE_VERSION_ARB"><B>GL_SHADING_LANGUAGE_VERSION_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguage100.html" title="class in org.lwjgl.opengl">ARBShadingLanguage100</A>
<DD>Accepted by the &lt;name&gt; parameter of GetString:
<DT><A HREF="./org/lwjgl/opengl/EXTSharedTexturePalette.html#GL_SHARED_TEXTURE_PALETTE_EXT"><B>GL_SHARED_TEXTURE_PALETTE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSharedTexturePalette.html" title="class in org.lwjgl.opengl">EXTSharedTexturePalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SHININESS"><B>GL_SHININESS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SHORT"><B>GL_SHORT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SHORT"><B>GL_SHORT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>DataType
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_SIGNALED"><B>GL_SIGNALED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Returned in &lt;values&gt; for GetSynciv &lt;pname&gt; SYNC_STATUS:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_SIGNALED"><B>GL_SIGNALED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned in &lt;values&gt; for GetSynciv &lt;pname&gt; SYNC_STATUS:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SIGNALED"><B>GL_SIGNALED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_ALPHA8_NV"><B>GL_SIGNED_ALPHA8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CopyTexImage1D,
CopyTexImage2D, TexImage1D, and TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_ALPHA8_NV"><B>GL_SIGNED_ALPHA8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_ALPHA_NV"><B>GL_SIGNED_ALPHA_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CopyTexImage1D,
CopyTexImage2D, TexImage1D, and TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_ALPHA_NV"><B>GL_SIGNED_ALPHA_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_HILO16_NV"><B>GL_SIGNED_HILO16_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D and
TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_HILO16_NV"><B>GL_SIGNED_HILO16_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html#GL_SIGNED_HILO8_NV"><B>GL_SIGNED_HILO8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl">NVTextureShader3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_HILO_NV"><B>GL_SIGNED_HILO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D and
TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_HILO_NV"><B>GL_SIGNED_HILO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SIGNED_IDENTITY_NV"><B>GL_SIGNED_IDENTITY_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_INTENSITY8_NV"><B>GL_SIGNED_INTENSITY8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CopyTexImage1D,
CopyTexImage2D, TexImage1D, and TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_INTENSITY8_NV"><B>GL_SIGNED_INTENSITY8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_INTENSITY_NV"><B>GL_SIGNED_INTENSITY_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CopyTexImage1D,
CopyTexImage2D, TexImage1D, and TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_INTENSITY_NV"><B>GL_SIGNED_INTENSITY_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_LUMINANCE8_ALPHA8_NV"><B>GL_SIGNED_LUMINANCE8_ALPHA8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CopyTexImage1D,
CopyTexImage2D, TexImage1D, and TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_LUMINANCE8_ALPHA8_NV"><B>GL_SIGNED_LUMINANCE8_ALPHA8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_LUMINANCE8_NV"><B>GL_SIGNED_LUMINANCE8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CopyTexImage1D,
CopyTexImage2D, TexImage1D, and TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_LUMINANCE8_NV"><B>GL_SIGNED_LUMINANCE8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_LUMINANCE_ALPHA_NV"><B>GL_SIGNED_LUMINANCE_ALPHA_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CopyTexImage1D,
CopyTexImage2D, TexImage1D, and TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_LUMINANCE_ALPHA_NV"><B>GL_SIGNED_LUMINANCE_ALPHA_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_LUMINANCE_NV"><B>GL_SIGNED_LUMINANCE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CopyTexImage1D,
CopyTexImage2D, TexImage1D, and TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_LUMINANCE_NV"><B>GL_SIGNED_LUMINANCE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SIGNED_NEGATE_NV"><B>GL_SIGNED_NEGATE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html#GL_SIGNED_NORMALIZED"><B>GL_SIGNED_NORMALIZED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSnorm.html" title="class in org.lwjgl.opengl">EXTTextureSnorm</A>
<DD>Returned by GetTexLevelParmeter
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_SIGNED_NORMALIZED"><B>GL_SIGNED_NORMALIZED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SIGNED_NORMALIZED"><B>GL_SIGNED_NORMALIZED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_RGB8_NV"><B>GL_SIGNED_RGB8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CopyTexImage1D,
CopyTexImage2D, TexImage1D, and TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_RGB8_NV"><B>GL_SIGNED_RGB8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV"><B>GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CopyTexImage1D,
CopyTexImage2D, TexImage1D, and TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV"><B>GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_RGB_NV"><B>GL_SIGNED_RGB_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CopyTexImage1D,
CopyTexImage2D, TexImage1D, and TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_RGB_NV"><B>GL_SIGNED_RGB_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_RGB_UNSIGNED_ALPHA_NV"><B>GL_SIGNED_RGB_UNSIGNED_ALPHA_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CopyTexImage1D,
CopyTexImage2D, TexImage1D, and TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_RGB_UNSIGNED_ALPHA_NV"><B>GL_SIGNED_RGB_UNSIGNED_ALPHA_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_RGBA8_NV"><B>GL_SIGNED_RGBA8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CopyTexImage1D,
CopyTexImage2D, TexImage1D, and TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_RGBA8_NV"><B>GL_SIGNED_RGBA8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_SIGNED_RGBA_NV"><B>GL_SIGNED_RGBA_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of CopyTexImage1D,
CopyTexImage2D, TexImage1D, and TexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_SIGNED_RGBA_NV"><B>GL_SIGNED_RGBA_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST"><B>GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST"><B>GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_TEST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE"><B>GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE"><B>GL_SIMULTANEOUS_TEXTURE_AND_DEPTH_WRITE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST"><B>GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST"><B>GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_TEST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE"><B>GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE"><B>GL_SIMULTANEOUS_TEXTURE_AND_STENCIL_WRITE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_SINGLE_COLOR"><B>GL_SINGLE_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSeparateSpecularColor.html#GL_SINGLE_COLOR_EXT"><B>GL_SINGLE_COLOR_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSeparateSpecularColor.html" title="class in org.lwjgl.opengl">EXTSeparateSpecularColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGBDecode.html#GL_SKIP_DECODE_EXT"><B>GL_SKIP_DECODE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGBDecode.html" title="class in org.lwjgl.opengl">EXTTextureSRGBDecode</A>
<DD>Accepted by the &lt;enum&gt; parameter of TexParameterf, TexParameteri,
SamplerParameteri, SamplerParameterf, SamplerParameteriv, SamplerParameterfv,
SamplerParameterIiv and SamplerParameterIuiv:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_SKIP_MISSING_GLYPH_NV"><B>GL_SKIP_MISSING_GLYPH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;handleMissingGlyph&gt; parameter of PathGlyphsNV and
PathGlyphRangeNV:
<DT><A HREF="./org/lwjgl/opengl/SUNSliceAccum.html#GL_SLICE_ACCUM_SUN"><B>GL_SLICE_ACCUM_SUN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/SUNSliceAccum.html" title="class in org.lwjgl.opengl">SUNSliceAccum</A>
<DD>Accepted by the &lt;op&gt; parameter of Accum,
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_SLUMINANCE"><B>GL_SLUMINANCE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_SLUMINANCE8"><B>GL_SLUMINANCE8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_SLUMINANCE8_ALPHA8"><B>GL_SLUMINANCE8_ALPHA8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SLUMINANCE8_ALPHA8_EXT"><B>GL_SLUMINANCE8_ALPHA8_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SLUMINANCE8_EXT"><B>GL_SLUMINANCE8_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_SLUMINANCE_ALPHA"><B>GL_SLUMINANCE_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SLUMINANCE_ALPHA_EXT"><B>GL_SLUMINANCE_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SLUMINANCE_EXT"><B>GL_SLUMINANCE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_SMALL_CCW_ARC_TO_NV"><B>GL_SMALL_CCW_ARC_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_SMALL_CW_ARC_TO_NV"><B>GL_SMALL_CW_ARC_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SMOOTH"><B>GL_SMOOTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_SMOOTH_CUBIC_CURVE_TO_NV"><B>GL_SMOOTH_CUBIC_CURVE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_SMOOTH_LINE_WIDTH_GRANULARITY"><B>GL_SMOOTH_LINE_WIDTH_GRANULARITY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_SMOOTH_LINE_WIDTH_RANGE"><B>GL_SMOOTH_LINE_WIDTH_RANGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_SMOOTH_POINT_SIZE_GRANULARITY"><B>GL_SMOOTH_POINT_SIZE_GRANULARITY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_SMOOTH_POINT_SIZE_RANGE"><B>GL_SMOOTH_POINT_SIZE_RANGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_SMOOTH_QUADRATIC_CURVE_TO_NV"><B>GL_SMOOTH_QUADRATIC_CURVE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_SOFTLIGHT_NV"><B>GL_SOFTLIGHT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_SOURCE0_ALPHA"><B>GL_SOURCE0_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE0_ALPHA_ARB"><B>GL_SOURCE0_ALPHA_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_SOURCE0_ALPHA_EXT"><B>GL_SOURCE0_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_SOURCE0_RGB"><B>GL_SOURCE0_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE0_RGB_ARB"><B>GL_SOURCE0_RGB_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_SOURCE0_RGB_EXT"><B>GL_SOURCE0_RGB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_SOURCE1_ALPHA"><B>GL_SOURCE1_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE1_ALPHA_ARB"><B>GL_SOURCE1_ALPHA_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_SOURCE1_ALPHA_EXT"><B>GL_SOURCE1_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_SOURCE1_RGB"><B>GL_SOURCE1_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE1_RGB_ARB"><B>GL_SOURCE1_RGB_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_SOURCE1_RGB_EXT"><B>GL_SOURCE1_RGB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_SOURCE2_ALPHA"><B>GL_SOURCE2_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE2_ALPHA_ARB"><B>GL_SOURCE2_ALPHA_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_SOURCE2_ALPHA_EXT"><B>GL_SOURCE2_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_SOURCE2_RGB"><B>GL_SOURCE2_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SOURCE2_RGB_ARB"><B>GL_SOURCE2_RGB_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html#GL_SOURCE2_RGB_EXT"><B>GL_SOURCE2_RGB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureEnvCombine.html" title="class in org.lwjgl.opengl">EXTTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureEnvCombine4.html#GL_SOURCE3_ALPHA_NV"><B>GL_SOURCE3_ALPHA_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureEnvCombine4.html" title="class in org.lwjgl.opengl">NVTextureEnvCombine4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureEnvCombine4.html#GL_SOURCE3_RGB_NV"><B>GL_SOURCE3_RGB_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureEnvCombine4.html" title="class in org.lwjgl.opengl">NVTextureEnvCombine4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SPARE0_NV"><B>GL_SPARE0_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SPARE0_PLUS_SECONDARY_COLOR_NV"><B>GL_SPARE0_PLUS_SECONDARY_COLOR_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_SPARE1_NV"><B>GL_SPARE1_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSparseBuffer.html#GL_SPARSE_BUFFER_PAGE_SIZE_ARB"><B>GL_SPARSE_BUFFER_PAGE_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseBuffer.html" title="class in org.lwjgl.opengl">ARBSparseBuffer</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv,
GetIntegerv, and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBSparseBuffer.html#GL_SPARSE_STORAGE_BIT_ARB"><B>GL_SPARSE_STORAGE_BIT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseBuffer.html" title="class in org.lwjgl.opengl">ARBSparseBuffer</A>
<DD>Accepted as part of the the &lt;flags&gt; parameter to BufferStorage
<DT><A HREF="./org/lwjgl/opengl/ARBSparseTexture.html#GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB"><B>GL_SPARSE_TEXTURE_FULL_ARRAY_CUBE_MIPMAPS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to GetIntegerv, GetFloatv, GetDoublev,
GetInteger64v, and GetBooleanv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SPECULAR"><B>GL_SPECULAR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SPHERE_MAP"><B>GL_SPHERE_MAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SPOT_CUTOFF"><B>GL_SPOT_CUTOFF</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SPOT_DIRECTION"><B>GL_SPOT_DIRECTION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SPOT_EXPONENT"><B>GL_SPOT_EXPONENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_SQUARE_NV"><B>GL_SQUARE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;value&gt; parameter of PathParameterfNV,
PathParameterfvNV, PathParameteriNV, and PathParameterivNV
when &lt;pname&gt; is one of PATH_END_CAPS_NV, PATH_INTIAL_END_CAP_NV,
PATH_TERMINAL_END_CAP_NV, PATH_DASH_CAPS_NV, PATH_INITIAL_DASH_CAP_NV,
and PATH_TERMINAL_DASH_CAP_NV:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_SRC0_ALPHA"><B>GL_SRC0_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_SRC0_RGB"><B>GL_SRC0_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html#GL_SRC1_ALPHA"><B>GL_SRC1_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</A>
<DD>Accepted by the &lt;src&gt; and &lt;dst&gt; parameters of BlendFunc and
BlendFunci, and by the &lt;srcRGB&gt;, &lt;dstRGB&gt;, &lt;srcAlpha&gt; and &lt;dstAlpha&gt;
parameters of BlendFuncSeparate and BlendFuncSeparatei:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_SRC1_ALPHA"><B>GL_SRC1_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html#GL_SRC1_COLOR"><B>GL_SRC1_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</A>
<DD>Accepted by the &lt;src&gt; and &lt;dst&gt; parameters of BlendFunc and
BlendFunci, and by the &lt;srcRGB&gt;, &lt;dstRGB&gt;, &lt;srcAlpha&gt; and &lt;dstAlpha&gt;
parameters of BlendFuncSeparate and BlendFuncSeparatei:
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_SRC1_COLOR"><B>GL_SRC1_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;src&gt; and &lt;dst&gt; parameters of BlendFunc and
BlendFunci, and by the &lt;srcRGB&gt;, &lt;dstRGB&gt;, &lt;srcAlpha&gt; and &lt;dstAlpha&gt;
parameters of BlendFuncSeparate and BlendFuncSeparatei:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_SRC1_RGB"><B>GL_SRC1_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_SRC2_ALPHA"><B>GL_SRC2_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_SRC2_RGB"><B>GL_SRC2_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SRC_ALPHA"><B>GL_SRC_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SRC_ALPHA"><B>GL_SRC_ALPHA</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendingFactorDest
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SRC_ALPHA_SATURATE"><B>GL_SRC_ALPHA_SATURATE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SRC_ALPHA_SATURATE"><B>GL_SRC_ALPHA_SATURATE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendingFactorSrc
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_SRC_ATOP_NV"><B>GL_SRC_ATOP_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SRC_COLOR"><B>GL_SRC_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SRC_COLOR"><B>GL_SRC_COLOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendingFactorDest
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_SRC_IN_NV"><B>GL_SRC_IN_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_SRC_NV"><B>GL_SRC_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_SRC_OUT_NV"><B>GL_SRC_OUT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_SRC_OVER_NV"><B>GL_SRC_OVER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_SRGB"><B>GL_SRGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Returned in &lt;params&gt; by GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_SRGB"><B>GL_SRGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SRGB"><B>GL_SRGB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_SRGB8"><B>GL_SRGB8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SRGB8"><B>GL_SRGB8</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_SRGB8_ALPHA8"><B>GL_SRGB8_ALPHA8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SRGB8_ALPHA8"><B>GL_SRGB8_ALPHA8</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SRGB8_ALPHA8_EXT"><B>GL_SRGB8_ALPHA8_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengles/EXTSRGB.html#GL_SRGB8_ALPHA8_EXT"><B>GL_SRGB8_ALPHA8_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSRGB.html" title="class in org.lwjgl.opengles">EXTSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorage:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SRGB8_EXT"><B>GL_SRGB8_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/GL21.html#GL_SRGB_ALPHA"><B>GL_SRGB_ALPHA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SRGB_ALPHA_EXT"><B>GL_SRGB_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengles/EXTSRGB.html#GL_SRGB_ALPHA_EXT"><B>GL_SRGB_ALPHA_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSRGB.html" title="class in org.lwjgl.opengles">EXTSRGB</A>
<DD>Accepted by the &lt;format&gt; and &lt;internalformat&gt; parameter of TexImage2D, and
TexImage3DOES.
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SRGB_DECODE_ARB"><B>GL_SRGB_DECODE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SRGB_DECODE_ARB"><B>GL_SRGB_DECODE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html#GL_SRGB_EXT"><B>GL_SRGB_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGB.html" title="class in org.lwjgl.opengl">EXTTextureSRGB</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of TexImage1D, TexImage2D,
TexImage3D, CopyTexImage1D, CopyTexImage2D.
<DT><A HREF="./org/lwjgl/opengles/EXTSRGB.html#GL_SRGB_EXT"><B>GL_SRGB_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSRGB.html" title="class in org.lwjgl.opengles">EXTSRGB</A>
<DD>Accepted by the &lt;format&gt; and &lt;internalformat&gt; parameter of TexImage2D, and
TexImage3DOES.
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SRGB_READ"><B>GL_SRGB_READ</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SRGB_READ"><B>GL_SRGB_READ</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_SRGB_WRITE"><B>GL_SRGB_WRITE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_SRGB_WRITE"><B>GL_SRGB_WRITE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STACK_OVERFLOW"><B>GL_STACK_OVERFLOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_STACK_OVERFLOW"><B>GL_STACK_OVERFLOW</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Returned by GetError:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STACK_UNDERFLOW"><B>GL_STACK_UNDERFLOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#GL_STACK_UNDERFLOW"><B>GL_STACK_UNDERFLOW</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Returned by GetError:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_STANDARD_FONT_NAME_NV"><B>GL_STANDARD_FONT_NAME_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;fontTarget&gt; parameter of PathGlyphsNV and
PathGlyphRangeNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_START_MARKER_NV"><B>GL_START_MARKER_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as path commands by CreatePathNV:
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_STATE_RESTORE"><B>GL_STATE_RESTORE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>Accepted by the &lt;pname&gt; parameter of ExtTexObjectStateOverrideiQCOM
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#GL_STATIC_ATI"><B>GL_STATIC_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_STATIC_COPY"><B>GL_STATIC_COPY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_STATIC_COPY"><B>GL_STATIC_COPY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_STATIC_COPY_ARB"><B>GL_STATIC_COPY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;usage&gt; parameter of BufferDataARB:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_STATIC_DRAW"><B>GL_STATIC_DRAW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STATIC_DRAW"><B>GL_STATIC_DRAW</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Buffer Objects
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_STATIC_DRAW_ARB"><B>GL_STATIC_DRAW_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;usage&gt; parameter of BufferDataARB:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_STATIC_READ"><B>GL_STATIC_READ</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_STATIC_READ"><B>GL_STATIC_READ</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_STATIC_READ_ARB"><B>GL_STATIC_READ_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;usage&gt; parameter of BufferDataARB:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STENCIL"><B>GL_STENCIL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_STENCIL"><B>GL_STENCIL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_STENCIL_ATTACHMENT"><B>GL_STENCIL_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_STENCIL_ATTACHMENT"><B>GL_STENCIL_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}, FramebufferRenderbuffer, and
GetFramebufferAttachmentParameteriv
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_ATTACHMENT"><B>GL_STENCIL_ATTACHMENT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_STENCIL_ATTACHMENT_EXT"><B>GL_STENCIL_ATTACHMENT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{1D|2D|3D}EXT, FramebufferRenderbufferEXT, and
GetFramebufferAttachmentParameterivEXT
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_STENCIL_ATTACHMENT_OES"><B>GL_STENCIL_ATTACHMENT_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;attachment&gt; parameter of
FramebufferTexture{2D|3D}OES, FramebufferRenderbufferOES, and
GetFramebufferAttachmentParameterivOES
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_STENCIL_BACK_FAIL"><B>GL_STENCIL_BACK_FAIL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;param&gt; parameter of PointParameter{if}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BACK_FAIL"><B>GL_STENCIL_BACK_FAIL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/ATISeparateStencil.html#GL_STENCIL_BACK_FAIL_ATI"><B>GL_STENCIL_BACK_FAIL_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATISeparateStencil.html" title="class in org.lwjgl.opengl">ATISeparateStencil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_STENCIL_BACK_FUNC"><B>GL_STENCIL_BACK_FUNC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;param&gt; parameter of PointParameter{if}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BACK_FUNC"><B>GL_STENCIL_BACK_FUNC</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/ATISeparateStencil.html#GL_STENCIL_BACK_FUNC_ATI"><B>GL_STENCIL_BACK_FUNC_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATISeparateStencil.html" title="class in org.lwjgl.opengl">ATISeparateStencil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDStencilOperationExtended.html#GL_STENCIL_BACK_OP_VALUE_AMD"><B>GL_STENCIL_BACK_OP_VALUE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</A>
<DD>Accepted by the &lt;param&gt; parameter of GetIntegerv, GetFloatv, GetBooleanv
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_STENCIL_BACK_PASS_DEPTH_FAIL"><B>GL_STENCIL_BACK_PASS_DEPTH_FAIL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;param&gt; parameter of PointParameter{if}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BACK_PASS_DEPTH_FAIL"><B>GL_STENCIL_BACK_PASS_DEPTH_FAIL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/ATISeparateStencil.html#GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI"><B>GL_STENCIL_BACK_PASS_DEPTH_FAIL_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATISeparateStencil.html" title="class in org.lwjgl.opengl">ATISeparateStencil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_STENCIL_BACK_PASS_DEPTH_PASS"><B>GL_STENCIL_BACK_PASS_DEPTH_PASS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;param&gt; parameter of PointParameter{if}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BACK_PASS_DEPTH_PASS"><B>GL_STENCIL_BACK_PASS_DEPTH_PASS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/ATISeparateStencil.html#GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI"><B>GL_STENCIL_BACK_PASS_DEPTH_PASS_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATISeparateStencil.html" title="class in org.lwjgl.opengl">ATISeparateStencil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_STENCIL_BACK_REF"><B>GL_STENCIL_BACK_REF</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;param&gt; parameter of PointParameter{if}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BACK_REF"><B>GL_STENCIL_BACK_REF</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_STENCIL_BACK_VALUE_MASK"><B>GL_STENCIL_BACK_VALUE_MASK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;param&gt; parameter of PointParameter{if}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BACK_VALUE_MASK"><B>GL_STENCIL_BACK_VALUE_MASK</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_STENCIL_BACK_WRITEMASK"><B>GL_STENCIL_BACK_WRITEMASK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;param&gt; parameter of PointParameter{if}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BACK_WRITEMASK"><B>GL_STENCIL_BACK_WRITEMASK</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STENCIL_BITS"><B>GL_STENCIL_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BITS"><B>GL_STENCIL_BITS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_STENCIL_BUFFER"><B>GL_STENCIL_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STENCIL_BUFFER_BIT"><B>GL_STENCIL_BUFFER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_BUFFER_BIT"><B>GL_STENCIL_BUFFER_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>ClearBufferMask
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT0_QCOM"><B>GL_STENCIL_BUFFER_BIT0_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT1_QCOM"><B>GL_STENCIL_BUFFER_BIT1_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT2_QCOM"><B>GL_STENCIL_BUFFER_BIT2_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT3_QCOM"><B>GL_STENCIL_BUFFER_BIT3_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT4_QCOM"><B>GL_STENCIL_BUFFER_BIT4_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT5_QCOM"><B>GL_STENCIL_BUFFER_BIT5_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT6_QCOM"><B>GL_STENCIL_BUFFER_BIT6_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#GL_STENCIL_BUFFER_BIT7_QCOM"><B>GL_STENCIL_BUFFER_BIT7_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>Accepted by the &lt;preserveMask&gt; parameter of StartTilingQCOM and
EndTilingQCOM
<DT><A HREF="./org/lwjgl/opengl/EXTStencilClearTag.html#GL_STENCIL_CLEAR_TAG_VALUE_EXT"><B>GL_STENCIL_CLEAR_TAG_VALUE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTStencilClearTag.html" title="class in org.lwjgl.opengl">EXTStencilClearTag</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STENCIL_CLEAR_VALUE"><B>GL_STENCIL_CLEAR_VALUE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_CLEAR_VALUE"><B>GL_STENCIL_CLEAR_VALUE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_STENCIL_COMPONENTS"><B>GL_STENCIL_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_STENCIL_COMPONENTS"><B>GL_STENCIL_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengles/EXTDiscardFramebuffer.html#GL_STENCIL_EXT"><B>GL_STENCIL_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDiscardFramebuffer.html" title="class in org.lwjgl.opengles">EXTDiscardFramebuffer</A>
<DD>Accepted in the &lt;attachments&gt; parameter of DiscardFramebufferEXT when the
default framebuffer is bound to &lt;target&gt;:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STENCIL_FAIL"><B>GL_STENCIL_FAIL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_FAIL"><B>GL_STENCIL_FAIL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STENCIL_FUNC"><B>GL_STENCIL_FUNC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_FUNC"><B>GL_STENCIL_FUNC</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STENCIL_INDEX"><B>GL_STENCIL_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_INDEX"><B>GL_STENCIL_INDEX</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_STENCIL_INDEX1"><B>GL_STENCIL_INDEX1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorage:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_STENCIL_INDEX1"><B>GL_STENCIL_INDEX1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorage:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_STENCIL_INDEX16"><B>GL_STENCIL_INDEX16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorage:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_STENCIL_INDEX16"><B>GL_STENCIL_INDEX16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorage:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_STENCIL_INDEX16_EXT"><B>GL_STENCIL_INDEX16_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_STENCIL_INDEX1_EXT"><B>GL_STENCIL_INDEX1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_STENCIL_INDEX1_OES"><B>GL_STENCIL_INDEX1_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorageOES:
<DT><A HREF="./org/lwjgl/opengles/OESStencil1.html#GL_STENCIL_INDEX1_OES"><B>GL_STENCIL_INDEX1_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESStencil1.html" title="class in org.lwjgl.opengles">OESStencil1</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorageOES:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_STENCIL_INDEX4"><B>GL_STENCIL_INDEX4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorage:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_STENCIL_INDEX4"><B>GL_STENCIL_INDEX4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorage:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_STENCIL_INDEX4_EXT"><B>GL_STENCIL_INDEX4_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_STENCIL_INDEX4_OES"><B>GL_STENCIL_INDEX4_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorageOES:
<DT><A HREF="./org/lwjgl/opengles/OESStencil4.html#GL_STENCIL_INDEX4_OES"><B>GL_STENCIL_INDEX4_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESStencil4.html" title="class in org.lwjgl.opengles">OESStencil4</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorageOES:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_STENCIL_INDEX8"><B>GL_STENCIL_INDEX8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorage:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_STENCIL_INDEX8"><B>GL_STENCIL_INDEX8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorage:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_INDEX8"><B>GL_STENCIL_INDEX8</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Framebuffer Object.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#GL_STENCIL_INDEX8_EXT"><B>GL_STENCIL_INDEX8_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorageEXT:
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#GL_STENCIL_INDEX8_OES"><B>GL_STENCIL_INDEX8_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of
RenderbufferStorageOES:
<DT><A HREF="./org/lwjgl/opengles/OESStencil8.html#GL_STENCIL_INDEX8_OES"><B>GL_STENCIL_INDEX8_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESStencil8.html" title="class in org.lwjgl.opengles">OESStencil8</A>
<DD>Accepted by the &lt;internalformat&gt; parameter of RenderbufferStorageOES:
<DT><A HREF="./org/lwjgl/opengl/AMDStencilOperationExtended.html#GL_STENCIL_OP_VALUE_AMD"><B>GL_STENCIL_OP_VALUE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</A>
<DD>Accepted by the &lt;param&gt; parameter of GetIntegerv, GetFloatv, GetBooleanv
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STENCIL_PASS_DEPTH_FAIL"><B>GL_STENCIL_PASS_DEPTH_FAIL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_PASS_DEPTH_FAIL"><B>GL_STENCIL_PASS_DEPTH_FAIL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STENCIL_PASS_DEPTH_PASS"><B>GL_STENCIL_PASS_DEPTH_PASS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_PASS_DEPTH_PASS"><B>GL_STENCIL_PASS_DEPTH_PASS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STENCIL_REF"><B>GL_STENCIL_REF</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_REF"><B>GL_STENCIL_REF</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_STENCIL_RENDERABLE"><B>GL_STENCIL_RENDERABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_STENCIL_RENDERABLE"><B>GL_STENCIL_RENDERABLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/EXTStencilClearTag.html#GL_STENCIL_TAG_BITS_EXT"><B>GL_STENCIL_TAG_BITS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTStencilClearTag.html" title="class in org.lwjgl.opengl">EXTStencilClearTag</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STENCIL_TEST"><B>GL_STENCIL_TEST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_TEST"><B>GL_STENCIL_TEST</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>EnableCap
<DT><A HREF="./org/lwjgl/opengl/EXTStencilTwoSide.html#GL_STENCIL_TEST_TWO_SIDE_EXT"><B>GL_STENCIL_TEST_TWO_SIDE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTStencilTwoSide.html" title="class in org.lwjgl.opengl">EXTStencilTwoSide</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STENCIL_VALUE_MASK"><B>GL_STENCIL_VALUE_MASK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_VALUE_MASK"><B>GL_STENCIL_VALUE_MASK</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STENCIL_WRITEMASK"><B>GL_STENCIL_WRITEMASK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STENCIL_WRITEMASK"><B>GL_STENCIL_WRITEMASK</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_STEREO"><B>GL_STEREO</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLETextureRange.html#GL_STORAGE_CACHED_APPLE"><B>GL_STORAGE_CACHED_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</A>
<DD>Accepted by the <param> parameters of TexParameteri, TexParameterf,
TexParameteriv, and TexParameterfv:
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_STORAGE_CACHED_APPLE"><B>GL_STORAGE_CACHED_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</A>
<DD>Accepted by the &lt;param&gt; parameter of VertexArrayParameteriAPPLE:
<DT><A HREF="./org/lwjgl/opengl/APPLETextureRange.html#GL_STORAGE_PRIVATE_APPLE"><B>GL_STORAGE_PRIVATE_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</A>
<DD>Accepted by the <param> parameters of TexParameteri, TexParameterf,
TexParameteriv, and TexParameterfv:
<DT><A HREF="./org/lwjgl/opengl/APPLETextureRange.html#GL_STORAGE_SHARED_APPLE"><B>GL_STORAGE_SHARED_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</A>
<DD>Accepted by the <param> parameters of TexParameteri, TexParameterf,
TexParameteriv, and TexParameterfv:
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_STORAGE_SHARED_APPLE"><B>GL_STORAGE_SHARED_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</A>
<DD>Accepted by the &lt;param&gt; parameter of VertexArrayParameteriAPPLE:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_STREAM_COPY"><B>GL_STREAM_COPY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_STREAM_COPY"><B>GL_STREAM_COPY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_STREAM_COPY_ARB"><B>GL_STREAM_COPY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;usage&gt; parameter of BufferDataARB:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_STREAM_DRAW"><B>GL_STREAM_DRAW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_STREAM_DRAW"><B>GL_STREAM_DRAW</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Buffer Objects
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_STREAM_DRAW_ARB"><B>GL_STREAM_DRAW_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;usage&gt; parameter of BufferDataARB:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_STREAM_READ"><B>GL_STREAM_READ</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_STREAM_READ"><B>GL_STREAM_READ</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_STREAM_READ_ARB"><B>GL_STREAM_READ_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;usage&gt; parameter of BufferDataARB:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP0_NV"><B>GL_STROKE_CAP0_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as path commands by CreatePathNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP0_STYLE_NV"><B>GL_STROKE_CAP0_STYLE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;paramType&gt; parameter of PathParameterNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP1_NV"><B>GL_STROKE_CAP1_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as path commands by CreatePathNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP1_STYLE_NV"><B>GL_STROKE_CAP1_STYLE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;paramType&gt; parameter of PathParameterNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP2_NV"><B>GL_STROKE_CAP2_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as path commands by CreatePathNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP2_STYLE_NV"><B>GL_STROKE_CAP2_STYLE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;paramType&gt; parameter of PathParameterNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP3_NV"><B>GL_STROKE_CAP3_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as path commands by CreatePathNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_CAP3_STYLE_NV"><B>GL_STROKE_CAP3_STYLE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;paramType&gt; parameter of PathParameterNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_JOIN_STYLE_NV"><B>GL_STROKE_JOIN_STYLE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;paramType&gt; parameter of PathParameterNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_MITER_LIMIT_NV"><B>GL_STROKE_MITER_LIMIT_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;paramType&gt; parameter of PathParameterNV:
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#GL_STROKE_PATH_NV"><B>GL_STROKE_PATH_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>Accepted as the &lt;mode&gt; parameter of DrawPathbufferNV:
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SUB_ATI"><B>GL_SUB_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_SUBPIXEL_BITS"><B>GL_SUBPIXEL_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_SUBPIXEL_BITS"><B>GL_SUBPIXEL_BITS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/AMDSamplePositions.html#GL_SUBSAMPLE_DISTANCE_AMD"><B>GL_SUBSAMPLE_DISTANCE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDSamplePositions.html" title="class in org.lwjgl.opengl">AMDSamplePositions</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_SUBTRACT"><B>GL_SUBTRACT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html#GL_SUBTRACT_ARB"><B>GL_SUBTRACT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureEnvCombine.html" title="class in org.lwjgl.opengl">ARBTextureEnvCombine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_SUCCESS_NV"><B>GL_SUCCESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Returned by VideoCaptureNV and GetVideoCaptureStream{i,f,d}vNV
when &lt;pname&gt; is LAST_VIDEO_CAPTURE_STATUS_NV:
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#GL_SUN_slice_accum"><B>GL_SUN_slice_accum</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SWIZZLE_STQ_ATI"><B>GL_SWIZZLE_STQ_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SWIZZLE_STQ_DQ_ATI"><B>GL_SWIZZLE_STQ_DQ_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SWIZZLE_STR_ATI"><B>GL_SWIZZLE_STR_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SWIZZLE_STR_DR_ATI"><B>GL_SWIZZLE_STR_DR_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SWIZZLE_STRQ_ATI"><B>GL_SWIZZLE_STRQ_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#GL_SWIZZLE_STRQ_DQ_ATI"><B>GL_SWIZZLE_STRQ_DQ_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBCLEvent.html#GL_SYNC_CL_EVENT_ARB"><B>GL_SYNC_CL_EVENT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCLEvent.html" title="class in org.lwjgl.opengl">ARBCLEvent</A>
<DD>Returned in &lt;values&gt; for GetSynciv &lt;pname&gt; OBJECT_TYPE.
<DT><A HREF="./org/lwjgl/opengl/ARBCLEvent.html#GL_SYNC_CL_EVENT_COMPLETE_ARB"><B>GL_SYNC_CL_EVENT_COMPLETE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCLEvent.html" title="class in org.lwjgl.opengl">ARBCLEvent</A>
<DD>Returned in &lt;values&gt; for GetSynciv &lt;pname&gt; SYNC_CONDITION.
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_SYNC_CONDITION"><B>GL_SYNC_CONDITION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetSynciv:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_SYNC_CONDITION"><B>GL_SYNC_CONDITION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetSynciv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SYNC_CONDITION"><B>GL_SYNC_CONDITION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_SYNC_FENCE"><B>GL_SYNC_FENCE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Returned in &lt;values&gt; for GetSynciv &lt;pname&gt; OBJECT_TYPE:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_SYNC_FENCE"><B>GL_SYNC_FENCE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned in &lt;values&gt; for GetSynciv &lt;pname&gt; OBJECT_TYPE:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SYNC_FENCE"><B>GL_SYNC_FENCE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#GL_SYNC_FENCE_APPLE"><B>GL_SYNC_FENCE_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Returned in &lt;values&gt; for GetSynciv &lt;pname&gt; OBJECT_TYPE_APPLE:
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_SYNC_FLAGS"><B>GL_SYNC_FLAGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetSynciv:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_SYNC_FLAGS"><B>GL_SYNC_FLAGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetSynciv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SYNC_FLAGS"><B>GL_SYNC_FLAGS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_SYNC_FLUSH_COMMANDS_BIT"><B>GL_SYNC_FLUSH_COMMANDS_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Accepted in the &lt;flags&gt; parameter of ClientWaitSync:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_SYNC_FLUSH_COMMANDS_BIT"><B>GL_SYNC_FLUSH_COMMANDS_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted in the &lt;flags&gt; parameter of ClientWaitSync:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SYNC_FLUSH_COMMANDS_BIT"><B>GL_SYNC_FLUSH_COMMANDS_BIT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#GL_SYNC_FLUSH_COMMANDS_BIT_APPLE"><B>GL_SYNC_FLUSH_COMMANDS_BIT_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Accepted in the &lt;flags&gt; parameter of ClientWaitSyncAPPLE:
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_SYNC_GPU_COMMANDS_COMPLETE"><B>GL_SYNC_GPU_COMMANDS_COMPLETE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Returned in &lt;values&gt; for GetSynciv &lt;pname&gt; SYNC_CONDITION:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_SYNC_GPU_COMMANDS_COMPLETE"><B>GL_SYNC_GPU_COMMANDS_COMPLETE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned in &lt;values&gt; for GetSynciv &lt;pname&gt; SYNC_CONDITION:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SYNC_GPU_COMMANDS_COMPLETE"><B>GL_SYNC_GPU_COMMANDS_COMPLETE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE"><B>GL_SYNC_GPU_COMMANDS_COMPLETE_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Returned in &lt;values&gt; for GetSyncivAPPLE &lt;pname&gt; SYNC_CONDITION_APPLE:
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#GL_SYNC_OBJECT_APPLE"><B>GL_SYNC_OBJECT_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Accepted by the &lt;type&gt; parameter of LabelObjectEXT and
GetObjectLabelEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_SYNC_STATUS"><B>GL_SYNC_STATUS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetSynciv:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_SYNC_STATUS"><B>GL_SYNC_STATUS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetSynciv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_SYNC_STATUS"><B>GL_SYNC_STATUS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_SYSTEM_FONT_NAME_NV"><B>GL_SYSTEM_FONT_NAME_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;fontTarget&gt; parameter of PathGlyphsNV and
PathGlyphRangeNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_T"><B>GL_T</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_T2F_C3F_V3F"><B>GL_T2F_C3F_V3F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_T2F_C4F_N3F_V3F"><B>GL_T2F_C4F_N3F_V3F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_T2F_C4UB_V3F"><B>GL_T2F_C4UB_V3F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_T2F_N3F_V3F"><B>GL_T2F_N3F_V3F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_T2F_V3F"><B>GL_T2F_V3F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_T4F_C4F_N3F_V4F"><B>GL_T4F_C4F_N3F_V4F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_T4F_V4F"><B>GL_T4F_V4F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#GL_TABLE_TOO_LARGE"><B>GL_TABLE_TOO_LARGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TESS_CONTROL_OUTPUT_VERTICES"><B>GL_TESS_CONTROL_OUTPUT_VERTICES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TESS_CONTROL_OUTPUT_VERTICES"><B>GL_TESS_CONTROL_OUTPUT_VERTICES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/NVTessellationProgram5.html#GL_TESS_CONTROL_PROGRAM_NV"><B>GL_TESS_CONTROL_PROGRAM_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTessellationProgram5.html" title="class in org.lwjgl.opengl">NVTessellationProgram5</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled,
by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev, and by the &lt;target&gt; parameter of ProgramStringARB,
BindProgramARB, ProgramEnvParameter4[df][v]ARB,
ProgramLocalParameter4[df][v]ARB, GetProgramEnvParameter[df]vARB,
GetProgramLocalParameter[df]vARB, GetProgramivARB and
GetProgramStringARB:
<DT><A HREF="./org/lwjgl/opengl/NVTessellationProgram5.html#GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV"><B>GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTessellationProgram5.html" title="class in org.lwjgl.opengl">NVTessellationProgram5</A>
<DD>Accepted by the &lt;target&gt; parameter of ProgramBufferParametersfvNV,
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
and the &lt;value&gt; parameter of GetIntegerIndexedvEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TESS_CONTROL_SHADER"><B>GL_TESS_CONTROL_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;type&gt; parameter of CreateShader and returned by the
&lt;params&gt; parameter of GetShaderiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TESS_CONTROL_SHADER"><B>GL_TESS_CONTROL_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;type&gt; parameter of CreateShader and returned by the
&lt;params&gt; parameter of GetShaderiv:
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_TESS_CONTROL_SHADER_BIT"><B>GL_TESS_CONTROL_SHADER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStages:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_TESS_CONTROL_SHADER_BIT"><B>GL_TESS_CONTROL_SHADER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStages:
<DT><A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html#GL_TESS_CONTROL_SHADER_PATCHES_ARB"><B>GL_TESS_CONTROL_SHADER_PATCHES_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html" title="class in org.lwjgl.opengl">ARBPipelineStatisticsQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TESS_CONTROL_SUBROUTINE"><B>GL_TESS_CONTROL_SUBROUTINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TESS_CONTROL_SUBROUTINE"><B>GL_TESS_CONTROL_SUBROUTINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TESS_CONTROL_SUBROUTINE_UNIFORM"><B>GL_TESS_CONTROL_SUBROUTINE_UNIFORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TESS_CONTROL_SUBROUTINE_UNIFORM"><B>GL_TESS_CONTROL_SUBROUTINE_UNIFORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TESS_CONTROL_TEXTURE"><B>GL_TESS_CONTROL_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TESS_CONTROL_TEXTURE"><B>GL_TESS_CONTROL_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/NVTessellationProgram5.html#GL_TESS_EVALUATION_PROGRAM_NV"><B>GL_TESS_EVALUATION_PROGRAM_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTessellationProgram5.html" title="class in org.lwjgl.opengl">NVTessellationProgram5</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled,
by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev, and by the &lt;target&gt; parameter of ProgramStringARB,
BindProgramARB, ProgramEnvParameter4[df][v]ARB,
ProgramLocalParameter4[df][v]ARB, GetProgramEnvParameter[df]vARB,
GetProgramLocalParameter[df]vARB, GetProgramivARB and
GetProgramStringARB:
<DT><A HREF="./org/lwjgl/opengl/NVTessellationProgram5.html#GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV"><B>GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTessellationProgram5.html" title="class in org.lwjgl.opengl">NVTessellationProgram5</A>
<DD>Accepted by the &lt;target&gt; parameter of ProgramBufferParametersfvNV,
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
and the &lt;value&gt; parameter of GetIntegerIndexedvEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TESS_EVALUATION_SHADER"><B>GL_TESS_EVALUATION_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;type&gt; parameter of CreateShader and returned by the
&lt;params&gt; parameter of GetShaderiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TESS_EVALUATION_SHADER"><B>GL_TESS_EVALUATION_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;type&gt; parameter of CreateShader and returned by the
&lt;params&gt; parameter of GetShaderiv:
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_TESS_EVALUATION_SHADER_BIT"><B>GL_TESS_EVALUATION_SHADER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStages:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_TESS_EVALUATION_SHADER_BIT"><B>GL_TESS_EVALUATION_SHADER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStages:
<DT><A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html#GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB"><B>GL_TESS_EVALUATION_SHADER_INVOCATIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html" title="class in org.lwjgl.opengl">ARBPipelineStatisticsQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TESS_EVALUATION_SUBROUTINE"><B>GL_TESS_EVALUATION_SUBROUTINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TESS_EVALUATION_SUBROUTINE"><B>GL_TESS_EVALUATION_SUBROUTINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TESS_EVALUATION_SUBROUTINE_UNIFORM"><B>GL_TESS_EVALUATION_SUBROUTINE_UNIFORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TESS_EVALUATION_SUBROUTINE_UNIFORM"><B>GL_TESS_EVALUATION_SUBROUTINE_UNIFORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TESS_EVALUATION_TEXTURE"><B>GL_TESS_EVALUATION_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TESS_EVALUATION_TEXTURE"><B>GL_TESS_EVALUATION_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TESS_GEN_MODE"><B>GL_TESS_GEN_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TESS_GEN_MODE"><B>GL_TESS_GEN_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TESS_GEN_POINT_MODE"><B>GL_TESS_GEN_POINT_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TESS_GEN_POINT_MODE"><B>GL_TESS_GEN_POINT_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TESS_GEN_SPACING"><B>GL_TESS_GEN_SPACING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TESS_GEN_SPACING"><B>GL_TESS_GEN_SPACING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_TESS_GEN_VERTEX_ORDER"><B>GL_TESS_GEN_VERTEX_ORDER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TESS_GEN_VERTEX_ORDER"><B>GL_TESS_GEN_VERTEX_ORDER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#GL_TESSELLATION_FACTOR_AMD"><B>GL_TESSELLATION_FACTOR_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</A>
<DD>Accepted by GetFloatv
<DT><A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#GL_TESSELLATION_MODE_AMD"><B>GL_TESSELLATION_MODE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</A>
<DD>Accepted by GetIntegerv
<DT><A HREF="./org/lwjgl/opengl/ATITextFragmentShader.html#GL_TEXT_FRAGMENT_SHADER_ATI"><B>GL_TEXT_FRAGMENT_SHADER_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATITextFragmentShader.html" title="class in org.lwjgl.opengl">ATITextFragmentShader</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev, and by the &lt;target&gt; parameter of ProgramStringARB,
BindProgramARB, ProgramEnvParameter4{d,dv,f,fv}ARB,
ProgramLocalParameter4{d,dv,f,fv}ARB,
GetProgramEnvParameter{dv,fv}ARB, GetProgramLocalParameter{dv,fv}ARB,
GetProgramivARB, GetProgramfvATI, and GetProgramStringARB.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE"><B>GL_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE"><B>GL_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureTarget
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE0"><B>GL_TEXTURE0</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE0"><B>GL_TEXTURE0</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE0_ARB"><B>GL_TEXTURE0_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE1"><B>GL_TEXTURE1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE1"><B>GL_TEXTURE1</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE10"><B>GL_TEXTURE10</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE10"><B>GL_TEXTURE10</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE10_ARB"><B>GL_TEXTURE10_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE11"><B>GL_TEXTURE11</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE11"><B>GL_TEXTURE11</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE11_ARB"><B>GL_TEXTURE11_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE12"><B>GL_TEXTURE12</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE12"><B>GL_TEXTURE12</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE12_ARB"><B>GL_TEXTURE12_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE13"><B>GL_TEXTURE13</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE13"><B>GL_TEXTURE13</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE13_ARB"><B>GL_TEXTURE13_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE14"><B>GL_TEXTURE14</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE14"><B>GL_TEXTURE14</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE14_ARB"><B>GL_TEXTURE14_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE15"><B>GL_TEXTURE15</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE15"><B>GL_TEXTURE15</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE15_ARB"><B>GL_TEXTURE15_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE16"><B>GL_TEXTURE16</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE16"><B>GL_TEXTURE16</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE16_ARB"><B>GL_TEXTURE16_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE17"><B>GL_TEXTURE17</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE17"><B>GL_TEXTURE17</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE17_ARB"><B>GL_TEXTURE17_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE18"><B>GL_TEXTURE18</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE18"><B>GL_TEXTURE18</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE18_ARB"><B>GL_TEXTURE18_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE19"><B>GL_TEXTURE19</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE19"><B>GL_TEXTURE19</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE19_ARB"><B>GL_TEXTURE19_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE1_ARB"><B>GL_TEXTURE1_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE2"><B>GL_TEXTURE2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE2"><B>GL_TEXTURE2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE20"><B>GL_TEXTURE20</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE20"><B>GL_TEXTURE20</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE20_ARB"><B>GL_TEXTURE20_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE21"><B>GL_TEXTURE21</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE21"><B>GL_TEXTURE21</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE21_ARB"><B>GL_TEXTURE21_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE22"><B>GL_TEXTURE22</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE22"><B>GL_TEXTURE22</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE22_ARB"><B>GL_TEXTURE22_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE23"><B>GL_TEXTURE23</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE23"><B>GL_TEXTURE23</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE23_ARB"><B>GL_TEXTURE23_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE24"><B>GL_TEXTURE24</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE24"><B>GL_TEXTURE24</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE24_ARB"><B>GL_TEXTURE24_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE25"><B>GL_TEXTURE25</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE25"><B>GL_TEXTURE25</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE25_ARB"><B>GL_TEXTURE25_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE26"><B>GL_TEXTURE26</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE26"><B>GL_TEXTURE26</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE26_ARB"><B>GL_TEXTURE26_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE27"><B>GL_TEXTURE27</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE27"><B>GL_TEXTURE27</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE27_ARB"><B>GL_TEXTURE27_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE28"><B>GL_TEXTURE28</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE28"><B>GL_TEXTURE28</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE28_ARB"><B>GL_TEXTURE28_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE29"><B>GL_TEXTURE29</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE29"><B>GL_TEXTURE29</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE29_ARB"><B>GL_TEXTURE29_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE2_ARB"><B>GL_TEXTURE2_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE3"><B>GL_TEXTURE3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE3"><B>GL_TEXTURE3</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE30"><B>GL_TEXTURE30</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE30"><B>GL_TEXTURE30</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE30_ARB"><B>GL_TEXTURE30_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE31"><B>GL_TEXTURE31</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE31"><B>GL_TEXTURE31</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE31_ARB"><B>GL_TEXTURE31_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE3_ARB"><B>GL_TEXTURE3_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE4"><B>GL_TEXTURE4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE4"><B>GL_TEXTURE4</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE4_ARB"><B>GL_TEXTURE4_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE5"><B>GL_TEXTURE5</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE5"><B>GL_TEXTURE5</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE5_ARB"><B>GL_TEXTURE5_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE6"><B>GL_TEXTURE6</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE6"><B>GL_TEXTURE6</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE6_ARB"><B>GL_TEXTURE6_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE7"><B>GL_TEXTURE7</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE7"><B>GL_TEXTURE7</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE7_ARB"><B>GL_TEXTURE7_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE8"><B>GL_TEXTURE8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE8"><B>GL_TEXTURE8</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE8_ARB"><B>GL_TEXTURE8_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE9"><B>GL_TEXTURE9</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE9"><B>GL_TEXTURE9</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureUnit
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#GL_TEXTURE9_ARB"><B>GL_TEXTURE9_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_1D"><B>GL_TEXTURE_1D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_1D_ARRAY"><B>GL_TEXTURE_1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;target&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_1D_ARRAY"><B>GL_TEXTURE_1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;target&gt; parameter of TexParameteri, TexParameteriv,
TexParameterf, TexParameterfv, and BindTexture:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html#GL_TEXTURE_1D_ARRAY_EXT"><B>GL_TEXTURE_1D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</A>
<DD>Accepted by the &lt;target&gt; parameter of TexParameteri, TexParameteriv,
TexParameterf, TexParameterfv, and BindTexture:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureArray.html#GL_TEXTURE_1D_ARRAY_EXT"><B>GL_TEXTURE_1D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</A>
<DD>Accepted by the &lt;target&gt; parameter of TexParameteri, TexParameteriv,
TexParameterf, TexParameterfv, and BindTexture:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_2D"><B>GL_TEXTURE_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_2D"><B>GL_TEXTURE_2D</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>EnableCap
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_2D_ARRAY"><B>GL_TEXTURE_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;target&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_2D_ARRAY"><B>GL_TEXTURE_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;target&gt; parameter of TexParameteri, TexParameteriv,
TexParameterf, TexParameterfv, and BindTexture:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_2D_ARRAY"><B>GL_TEXTURE_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html#GL_TEXTURE_2D_ARRAY_EXT"><B>GL_TEXTURE_2D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</A>
<DD>Accepted by the &lt;target&gt; parameter of TexParameteri, TexParameteriv,
TexParameterf, TexParameterfv, and BindTexture:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureArray.html#GL_TEXTURE_2D_ARRAY_EXT"><B>GL_TEXTURE_2D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</A>
<DD>Accepted by the &lt;target&gt; parameter of TexParameteri, TexParameteriv,
TexParameterf, TexParameterfv, and BindTexture:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_2D_MULTISAMPLE"><B>GL_TEXTURE_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;target&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_TEXTURE_2D_MULTISAMPLE"><B>GL_TEXTURE_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;target&gt; parameter of BindTexture and
TexImage2DMultisample:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_TEXTURE_2D_MULTISAMPLE"><B>GL_TEXTURE_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;target&gt; parameter of BindTexture and
TexImage2DMultisample:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_2D_MULTISAMPLE_ARRAY"><B>GL_TEXTURE_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;target&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_TEXTURE_2D_MULTISAMPLE_ARRAY"><B>GL_TEXTURE_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;target&gt; parameter of BindTexture and
TexImage3DMultisample:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_TEXTURE_2D_MULTISAMPLE_ARRAY"><B>GL_TEXTURE_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;target&gt; parameter of BindTexture and
TexImage3DMultisample:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_3D"><B>GL_TEXTURE_3D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_3D"><B>GL_TEXTURE_3D</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#GL_TEXTURE_3D_OES"><B>GL_TEXTURE_3D_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>Accepted by the &lt;target&gt; parameter of TexImage3DOES, TexSubImage3DOES,
CopyTexSubImage3DOES, CompressedTexImage3DOES and
CompressedTexSubImage3DOES, GetTexParameteriv, and GetTexParameterfv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_ALPHA_SIZE"><B>GL_TEXTURE_ALPHA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_ALPHA_SIZE_NV"><B>GL_TEXTURE_ALPHA_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_ALPHA_TYPE"><B>GL_TEXTURE_ALPHA_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_TEXTURE_ALPHA_TYPE_ARB"><B>GL_TEXTURE_ALPHA_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_BASE_LEVEL"><B>GL_TEXTURE_BASE_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_BASE_LEVEL"><B>GL_TEXTURE_BASE_LEVEL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/SGISTextureLOD.html#GL_TEXTURE_BASE_LEVEL_SGIS"><B>GL_TEXTURE_BASE_LEVEL_SGIS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/SGISTextureLOD.html" title="class in org.lwjgl.opengl">SGISTextureLOD</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameteri, TexParameterf,
TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#GL_TEXTURE_BINDING"><B>GL_TEXTURE_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_TEXTURE_BINDING"><B>GL_TEXTURE_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_BINDING_1D"><B>GL_TEXTURE_BINDING_1D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_BINDING_1D_ARRAY"><B>GL_TEXTURE_BINDING_1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html#GL_TEXTURE_BINDING_1D_ARRAY_EXT"><B>GL_TEXTURE_BINDING_1D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureArray.html#GL_TEXTURE_BINDING_1D_ARRAY_EXT"><B>GL_TEXTURE_BINDING_1D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_BINDING_2D"><B>GL_TEXTURE_BINDING_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_BINDING_2D"><B>GL_TEXTURE_BINDING_2D</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_BINDING_2D_ARRAY"><B>GL_TEXTURE_BINDING_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_BINDING_2D_ARRAY"><B>GL_TEXTURE_BINDING_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html#GL_TEXTURE_BINDING_2D_ARRAY_EXT"><B>GL_TEXTURE_BINDING_2D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureArray.html#GL_TEXTURE_BINDING_2D_ARRAY_EXT"><B>GL_TEXTURE_BINDING_2D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_TEXTURE_BINDING_2D_MULTISAMPLE"><B>GL_TEXTURE_BINDING_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_TEXTURE_BINDING_2D_MULTISAMPLE"><B>GL_TEXTURE_BINDING_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY"><B>GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY"><B>GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_BINDING_3D"><B>GL_TEXTURE_BINDING_3D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_BINDING_3D"><B>GL_TEXTURE_BINDING_3D</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#GL_TEXTURE_BINDING_3D_OES"><B>GL_TEXTURE_BINDING_3D_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_TEXTURE_BINDING_BUFFER"><B>GL_TEXTURE_BINDING_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetDoublev,
GetFloatv, and GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureBufferObject.html#GL_TEXTURE_BINDING_BUFFER_ARB"><B>GL_TEXTURE_BINDING_BUFFER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureBufferObject.html" title="class in org.lwjgl.opengl">ARBTextureBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetDoublev,
GetFloatv, and GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureBufferObject.html#GL_TEXTURE_BINDING_BUFFER_EXT"><B>GL_TEXTURE_BINDING_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureBufferObject.html" title="class in org.lwjgl.opengl">EXTTextureBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetDoublev,
GetFloatv, and GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_BINDING_CUBE_MAP"><B>GL_TEXTURE_BINDING_CUBE_MAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_BINDING_CUBE_MAP"><B>GL_TEXTURE_BINDING_CUBE_MAP</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureTarget
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_BINDING_CUBE_MAP_ARB"><B>GL_TEXTURE_BINDING_CUBE_MAP_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TEXTURE_BINDING_CUBE_MAP_ARRAY"><B>GL_TEXTURE_BINDING_CUBE_MAP_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev,
GetIntegerv and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html#GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB"><B>GL_TEXTURE_BINDING_CUBE_MAP_ARRAY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl">ARBTextureCubeMapArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev,
GetIntegerv and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html#GL_TEXTURE_BINDING_EXTERNAL_OES"><B>GL_TEXTURE_BINDING_EXTERNAL_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html" title="class in org.lwjgl.opengles">NVEGLStreamConsumerExternal</A>
<DD>Accepted as &lt;value&gt; in GetIntegerv() and GetFloatv() queries:
<DT><A HREF="./org/lwjgl/opengles/OESEGLImageExternal.html#GL_TEXTURE_BINDING_EXTERNAL_OES"><B>GL_TEXTURE_BINDING_EXTERNAL_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESEGLImageExternal.html" title="class in org.lwjgl.opengles">OESEGLImageExternal</A>
<DD>Accepted as &lt;value&gt; in GetIntegerv() and GetFloatv() queries:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_TEXTURE_BINDING_RECTANGLE"><B>GL_TEXTURE_BINDING_RECTANGLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRectangle.html#GL_TEXTURE_BINDING_RECTANGLE_ARB"><B>GL_TEXTURE_BINDING_RECTANGLE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRectangle.html" title="class in org.lwjgl.opengl">ARBTextureRectangle</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/ARBTextureRectangle.html#GL_TEXTURE_BINDING_RECTANGLE_ARB"><B>GL_TEXTURE_BINDING_RECTANGLE_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBTextureRectangle.html" title="class in org.lwjgl.opengles">ARBTextureRectangle</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureRectangle.html#GL_TEXTURE_BINDING_RECTANGLE_EXT"><B>GL_TEXTURE_BINDING_RECTANGLE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureRectangle.html" title="class in org.lwjgl.opengl">EXTTextureRectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureRectangle.html#GL_TEXTURE_BINDING_RECTANGLE_NV"><B>GL_TEXTURE_BINDING_RECTANGLE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureRectangle.html" title="class in org.lwjgl.opengl">NVTextureRectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_TEXTURE_BINDING_RENDERBUFFER_NV"><B>GL_TEXTURE_BINDING_RENDERBUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_BIT"><B>GL_TEXTURE_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_BLUE_SIZE"><B>GL_TEXTURE_BLUE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_BLUE_SIZE_NV"><B>GL_TEXTURE_BLUE_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_BLUE_TYPE"><B>GL_TEXTURE_BLUE_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_TEXTURE_BLUE_TYPE_ARB"><B>GL_TEXTURE_BLUE_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_BORDER"><B>GL_TEXTURE_BORDER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_BORDER_COLOR"><B>GL_TEXTURE_BORDER_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_BORDER_NV"><B>GL_TEXTURE_BORDER_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_TEXTURE_BORDER_VALUES_NV"><B>GL_TEXTURE_BORDER_VALUES_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameteriv, TexParameterfv,
GetTexParameterfv and GetTexParameteriv.
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_BUFFER"><B>GL_TEXTURE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;target&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_TEXTURE_BUFFER"><B>GL_TEXTURE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;target&gt; parameter of BindBuffer, BufferData,
BufferSubData, MapBuffer, MapBufferRange, BindTexture, UnmapBuffer,
GetBufferSubData, GetBufferParameteriv, GetBufferPointerv, and TexBuffer,
and the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv, and
GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureBufferObject.html#GL_TEXTURE_BUFFER_ARB"><B>GL_TEXTURE_BUFFER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureBufferObject.html" title="class in org.lwjgl.opengl">ARBTextureBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameter of BindBuffer, BufferData,
BufferSubData, MapBuffer, MapBufferRangeARB, BindTexture, UnmapBuffer,
GetBufferSubData, GetBufferParameteriv, GetBufferPointerv, and TexBufferARB,
and the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv, and
GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_TEXTURE_BUFFER_DATA_STORE_BINDING"><B>GL_TEXTURE_BUFFER_DATA_STORE_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetDoublev,
GetFloatv, and GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureBufferObject.html#GL_TEXTURE_BUFFER_DATA_STORE_BINDING_ARB"><B>GL_TEXTURE_BUFFER_DATA_STORE_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureBufferObject.html" title="class in org.lwjgl.opengl">ARBTextureBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetDoublev,
GetFloatv, and GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureBufferObject.html#GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT"><B>GL_TEXTURE_BUFFER_DATA_STORE_BINDING_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureBufferObject.html" title="class in org.lwjgl.opengl">EXTTextureBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetDoublev,
GetFloatv, and GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureBufferObject.html#GL_TEXTURE_BUFFER_EXT"><B>GL_TEXTURE_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureBufferObject.html" title="class in org.lwjgl.opengl">EXTTextureBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameter of BindBuffer, BufferData,
BufferSubData, MapBuffer, BindTexture, UnmapBuffer, GetBufferSubData,
GetBufferParameteriv, GetBufferPointerv, and TexBufferEXT, and
the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetFloatv, and
GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_TEXTURE_BUFFER_FORMAT"><B>GL_TEXTURE_BUFFER_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetDoublev,
GetFloatv, and GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureBufferObject.html#GL_TEXTURE_BUFFER_FORMAT_ARB"><B>GL_TEXTURE_BUFFER_FORMAT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureBufferObject.html" title="class in org.lwjgl.opengl">ARBTextureBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetDoublev,
GetFloatv, and GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureBufferObject.html#GL_TEXTURE_BUFFER_FORMAT_EXT"><B>GL_TEXTURE_BUFFER_FORMAT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureBufferObject.html" title="class in org.lwjgl.opengl">EXTTextureBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetBooleanv, GetDoublev,
GetFloatv, and GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureBufferRange.html#GL_TEXTURE_BUFFER_OFFSET"><B>GL_TEXTURE_BUFFER_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureBufferRange.html" title="class in org.lwjgl.opengl">ARBTextureBufferRange</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_BUFFER_OFFSET"><B>GL_TEXTURE_BUFFER_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureBufferRange.html#GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT"><B>GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureBufferRange.html" title="class in org.lwjgl.opengl">ARBTextureBufferRange</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT"><B>GL_TEXTURE_BUFFER_OFFSET_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureBufferRange.html#GL_TEXTURE_BUFFER_SIZE"><B>GL_TEXTURE_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureBufferRange.html" title="class in org.lwjgl.opengl">ARBTextureBufferRange</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_BUFFER_SIZE"><B>GL_TEXTURE_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/NVTextureMultisample.html#GL_TEXTURE_COLOR_SAMPLES_NV"><B>GL_TEXTURE_COLOR_SAMPLES_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/ARBShadowAmbient.html#GL_TEXTURE_COMPARE_FAIL_VALUE_ARB"><B>GL_TEXTURE_COMPARE_FAIL_VALUE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadowAmbient.html" title="class in org.lwjgl.opengl">ARBShadowAmbient</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_TEXTURE_COMPARE_FUNC"><B>GL_TEXTURE_COMPARE_FUNC</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_COMPARE_FUNC"><B>GL_TEXTURE_COMPARE_FUNC</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShadow.html#GL_TEXTURE_COMPARE_FUNC_ARB"><B>GL_TEXTURE_COMPARE_FUNC_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadow.html" title="class in org.lwjgl.opengl">ARBShadow</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTShadowSamplers.html#GL_TEXTURE_COMPARE_FUNC_EXT"><B>GL_TEXTURE_COMPARE_FUNC_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTShadowSamplers.html" title="class in org.lwjgl.opengles">EXTShadowSamplers</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameterf, TexParameteri,
TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_TEXTURE_COMPARE_MODE"><B>GL_TEXTURE_COMPARE_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_COMPARE_MODE"><B>GL_TEXTURE_COMPARE_MODE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShadow.html#GL_TEXTURE_COMPARE_MODE_ARB"><B>GL_TEXTURE_COMPARE_MODE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadow.html" title="class in org.lwjgl.opengl">ARBShadow</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTShadowSamplers.html#GL_TEXTURE_COMPARE_MODE_EXT"><B>GL_TEXTURE_COMPARE_MODE_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTShadowSamplers.html" title="class in org.lwjgl.opengles">EXTShadowSamplers</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameterf, TexParameteri,
TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_COMPONENTS"><B>GL_TEXTURE_COMPONENTS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_COMPONENTS_NV"><B>GL_TEXTURE_COMPONENTS_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_COMPRESSED"><B>GL_TEXTURE_COMPRESSED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#GL_TEXTURE_COMPRESSED_ARB"><B>GL_TEXTURE_COMPRESSED_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT"><B>GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT"><B>GL_TEXTURE_COMPRESSED_BLOCK_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_COMPRESSED_BLOCK_SIZE"><B>GL_TEXTURE_COMPRESSED_BLOCK_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_COMPRESSED_BLOCK_SIZE"><B>GL_TEXTURE_COMPRESSED_BLOCK_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_COMPRESSED_BLOCK_WIDTH"><B>GL_TEXTURE_COMPRESSED_BLOCK_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_COMPRESSED_BLOCK_WIDTH"><B>GL_TEXTURE_COMPRESSED_BLOCK_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_COMPRESSED_IMAGE_SIZE"><B>GL_TEXTURE_COMPRESSED_IMAGE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB"><B>GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_COMPRESSED_IMAGE_SIZE_NV"><B>GL_TEXTURE_COMPRESSED_IMAGE_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_COMPRESSED_NV"><B>GL_TEXTURE_COMPRESSED_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_COMPRESSION_HINT"><B>GL_TEXTURE_COMPRESSION_HINT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#GL_TEXTURE_COMPRESSION_HINT_ARB"><B>GL_TEXTURE_COMPRESSION_HINT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_COORD_ARRAY"><B>GL_TEXTURE_COORD_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_TEXTURE_COORD_ARRAY_ADDRESS_NV"><B>GL_TEXTURE_COORD_ARRAY_ADDRESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;pname&gt; parameter of BufferAddressRangeNV
and the &lt;value&gt; parameter of GetIntegerui64i_vNV:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING"><B>GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB"><B>GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_TEXTURE_COORD_ARRAY_LENGTH_NV"><B>GL_TEXTURE_COORD_ARRAY_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_vNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_COORD_ARRAY_POINTER"><B>GL_TEXTURE_COORD_ARRAY_POINTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_COORD_ARRAY_SIZE"><B>GL_TEXTURE_COORD_ARRAY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_COORD_ARRAY_STRIDE"><B>GL_TEXTURE_COORD_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_COORD_ARRAY_TYPE"><B>GL_TEXTURE_COORD_ARRAY_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TEXTURE_COORD_NV"><B>GL_TEXTURE_COORD_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;attribs&gt; parameter of TransformFeedbackAttribsNV:
<DT><A HREF="./org/lwjgl/opengl/NVTextureMultisample.html#GL_TEXTURE_COVERAGE_SAMPLES_NV"><B>GL_TEXTURE_COVERAGE_SAMPLES_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_CUBE_MAP"><B>GL_TEXTURE_CUBE_MAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_CUBE_MAP"><B>GL_TEXTURE_CUBE_MAP</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureTarget
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_CUBE_MAP_ARB"><B>GL_TEXTURE_CUBE_MAP_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_CUBE_MAP_ARRAY"><B>GL_TEXTURE_CUBE_MAP_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;target&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TEXTURE_CUBE_MAP_ARRAY"><B>GL_TEXTURE_CUBE_MAP_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;target&gt; parameter of TexParameteri, TexParameteriv,
TexParameterf, TexParameterfv, BindTexture, and GenerateMipmap:
<p/>
Accepted by the &lt;target&gt; parameter of TexImage3D, TexSubImage3D,
CompressedTeximage3D, CompressedTexSubImage3D and CopyTexSubImage3D:
<p/>
Accepted by the &lt;tex&gt; parameter of GetTexImage:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html#GL_TEXTURE_CUBE_MAP_ARRAY_ARB"><B>GL_TEXTURE_CUBE_MAP_ARRAY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl">ARBTextureCubeMapArray</A>
<DD>Accepted by the &lt;target&gt; parameter of TexParameteri, TexParameteriv,
TexParameterf, TexParameterfv, BindTexture, and GenerateMipmap:
<p/>
Accepted by the &lt;target&gt; parameter of TexImage3D, TexSubImage3D,
CompressedTeximage3D, CompressedTexSubImage3D and CopyTexSubImage3D:
<p/>
Accepted by the &lt;tex&gt; parameter of GetTexImage:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_X"><B>GL_TEXTURE_CUBE_MAP_NEGATIVE_X</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_X"><B>GL_TEXTURE_CUBE_MAP_NEGATIVE_X</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureTarget
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB"><B>GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_Y"><B>GL_TEXTURE_CUBE_MAP_NEGATIVE_Y</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_Y"><B>GL_TEXTURE_CUBE_MAP_NEGATIVE_Y</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureTarget
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB"><B>GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_Z"><B>GL_TEXTURE_CUBE_MAP_NEGATIVE_Z</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_Z"><B>GL_TEXTURE_CUBE_MAP_NEGATIVE_Z</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureTarget
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB"><B>GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_CUBE_MAP_POSITIVE_X"><B>GL_TEXTURE_CUBE_MAP_POSITIVE_X</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_CUBE_MAP_POSITIVE_X"><B>GL_TEXTURE_CUBE_MAP_POSITIVE_X</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureTarget
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB"><B>GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_CUBE_MAP_POSITIVE_Y"><B>GL_TEXTURE_CUBE_MAP_POSITIVE_Y</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_CUBE_MAP_POSITIVE_Y"><B>GL_TEXTURE_CUBE_MAP_POSITIVE_Y</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureTarget
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB"><B>GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TEXTURE_CUBE_MAP_POSITIVE_Z"><B>GL_TEXTURE_CUBE_MAP_POSITIVE_Z</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_CUBE_MAP_POSITIVE_Z"><B>GL_TEXTURE_CUBE_MAP_POSITIVE_Z</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureTarget
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html#GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB"><B>GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMap.html" title="class in org.lwjgl.opengl">ARBTextureCubeMap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDSeamlessCubemapPerTexture.html#GL_TEXTURE_CUBE_MAP_SEAMLESS"><B>GL_TEXTURE_CUBE_MAP_SEAMLESS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDSeamlessCubemapPerTexture.html" title="class in org.lwjgl.opengl">AMDSeamlessCubemapPerTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameterf, TexParameteri,
TexParameterfv, TexParameteriv, GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBSeamlessCubeMap.html#GL_TEXTURE_CUBE_MAP_SEAMLESS"><B>GL_TEXTURE_CUBE_MAP_SEAMLESS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeamlessCubeMap.html" title="class in org.lwjgl.opengl">ARBSeamlessCubeMap</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBSeamlessCubemapPerTexture.html#GL_TEXTURE_CUBE_MAP_SEAMLESS"><B>GL_TEXTURE_CUBE_MAP_SEAMLESS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeamlessCubemapPerTexture.html" title="class in org.lwjgl.opengl">ARBSeamlessCubemapPerTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameter{if},
TexParameter{if}v, GetTexParameter{if}v, SamplerParameter{if},
SamplerParameter{if}v, and GetSamplerParameter{if}v:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_TEXTURE_CUBE_MAP_SEAMLESS"><B>GL_TEXTURE_CUBE_MAP_SEAMLESS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_DEPTH"><B>GL_TEXTURE_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_DEPTH_NV"><B>GL_TEXTURE_DEPTH_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_DEPTH_QCOM"><B>GL_TEXTURE_DEPTH_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>Accepted by the &lt;pname&gt; parameter of ExtGetTexLevelParameterivQCOM
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_TEXTURE_DEPTH_SIZE"><B>GL_TEXTURE_DEPTH_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDepthTexture.html#GL_TEXTURE_DEPTH_SIZE_ARB"><B>GL_TEXTURE_DEPTH_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDepthTexture.html" title="class in org.lwjgl.opengl">ARBDepthTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameterfv and
GetTexLevelParameteriv:
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_DEPTH_SIZE_NV"><B>GL_TEXTURE_DEPTH_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_DEPTH_TYPE"><B>GL_TEXTURE_DEPTH_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_TEXTURE_DEPTH_TYPE_ARB"><B>GL_TEXTURE_DEPTH_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_TEXTURE_DS_SIZE_NV"><B>GL_TEXTURE_DS_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameterfv and
GetTexLevelParameteriv.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_TEXTURE_DT_SIZE_NV"><B>GL_TEXTURE_DT_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameterfv and
GetTexLevelParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_ENV"><B>GL_TEXTURE_ENV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_ENV_COLOR"><B>GL_TEXTURE_ENV_COLOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_ENV_MODE"><B>GL_TEXTURE_ENV_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html#GL_TEXTURE_EXTERNAL_OES"><B>GL_TEXTURE_EXTERNAL_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html" title="class in org.lwjgl.opengles">NVEGLStreamConsumerExternal</A>
<DD>Accepted as a target in the &lt;target&gt; parameter of BindTexture:
<DT><A HREF="./org/lwjgl/opengles/OESEGLImageExternal.html#GL_TEXTURE_EXTERNAL_OES"><B>GL_TEXTURE_EXTERNAL_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESEGLImageExternal.html" title="class in org.lwjgl.opengles">OESEGLImageExternal</A>
<DD>Accepted as a target in the &lt;target&gt; parameter of BindTexture and
EGLImageTargetTexture2DOES:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_TEXTURE_FETCH_BARRIER_BIT"><B>GL_TEXTURE_FETCH_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_TEXTURE_FETCH_BARRIER_BIT"><B>GL_TEXTURE_FETCH_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_TEXTURE_FETCH_BARRIER_BIT_EXT"><B>GL_TEXTURE_FETCH_BARRIER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrierEXT:
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_TEXTURE_FILTER_CONTROL"><B>GL_TEXTURE_FILTER_CONTROL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureLODBias.html#GL_TEXTURE_FILTER_CONTROL_EXT"><B>GL_TEXTURE_FILTER_CONTROL_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureLODBias.html" title="class in org.lwjgl.opengl">EXTTextureLODBias</A>
<DD>Accepted by the &lt;target&gt; parameters of GetTexEnvfv, GetTexEnviv,
TexEnvi, TexEnvf, Texenviv, and TexEnvfv:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureLODBias.html#GL_TEXTURE_FILTER_CONTROL_EXT"><B>GL_TEXTURE_FILTER_CONTROL_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureLODBias.html" title="class in org.lwjgl.opengles">EXTTextureLODBias</A>
<DD>Accepted by the &lt;target&gt; parameters of GetTexEnvfv, GetTexEnviv,
TexEnvi, TexEnvf, Texenviv, and TexEnvfv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_TEXTURE_FIXED_SAMPLE_LOCATIONS"><B>GL_TEXTURE_FIXED_SAMPLE_LOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameter
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_TEXTURE_FIXED_SAMPLE_LOCATIONS"><B>GL_TEXTURE_FIXED_SAMPLE_LOCATIONS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameter
<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html#GL_TEXTURE_FLOAT_COMPONENTS_NV"><B>GL_TEXTURE_FLOAT_COMPONENTS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl">NVFloatBuffer</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameterfv and
GetTexLevelParameteriv:
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_FORMAT_QCOM"><B>GL_TEXTURE_FORMAT_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>Accepted by the &lt;pname&gt; parameter of ExtGetTexLevelParameterivQCOM
<DT><A HREF="./org/lwjgl/opengl/ATIMeminfo.html#GL_TEXTURE_FREE_MEMORY_ATI"><B>GL_TEXTURE_FREE_MEMORY_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIMeminfo.html" title="class in org.lwjgl.opengl">ATIMeminfo</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_GATHER"><B>GL_TEXTURE_GATHER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_GATHER"><B>GL_TEXTURE_GATHER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_GATHER_SHADOW"><B>GL_TEXTURE_GATHER_SHADOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_GATHER_SHADOW"><B>GL_TEXTURE_GATHER_SHADOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_GEN_MODE"><B>GL_TEXTURE_GEN_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_GEN_Q"><B>GL_TEXTURE_GEN_Q</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_GEN_R"><B>GL_TEXTURE_GEN_R</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_GEN_S"><B>GL_TEXTURE_GEN_S</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_GEN_T"><B>GL_TEXTURE_GEN_T</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_GREEN_SIZE"><B>GL_TEXTURE_GREEN_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_GREEN_SIZE_NV"><B>GL_TEXTURE_GREEN_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_GREEN_TYPE"><B>GL_TEXTURE_GREEN_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_TEXTURE_GREEN_TYPE_ARB"><B>GL_TEXTURE_GREEN_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_HEIGHT"><B>GL_TEXTURE_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_HEIGHT_NV"><B>GL_TEXTURE_HEIGHT_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_HEIGHT_QCOM"><B>GL_TEXTURE_HEIGHT_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>Accepted by the &lt;pname&gt; parameter of ExtGetTexLevelParameterivQCOM
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_TEXTURE_HI_SIZE_NV"><B>GL_TEXTURE_HI_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameterfv and
GetTexLevelParameteriv.
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_IMAGE_FORMAT"><B>GL_TEXTURE_IMAGE_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_IMAGE_FORMAT"><B>GL_TEXTURE_IMAGE_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_IMAGE_TYPE"><B>GL_TEXTURE_IMAGE_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_IMAGE_TYPE"><B>GL_TEXTURE_IMAGE_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_IMAGE_VALID_QCOM"><B>GL_TEXTURE_IMAGE_VALID_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>Accepted by the &lt;pname&gt; parameter of ExtGetTexLevelParameterivQCOM
<DT><A HREF="./org/lwjgl/opengl/ARBTextureStorage.html#GL_TEXTURE_IMMUTABLE_FORMAT"><B>GL_TEXTURE_IMMUTABLE_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl">ARBTextureStorage</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexParameter{if}v:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_TEXTURE_IMMUTABLE_FORMAT"><B>GL_TEXTURE_IMMUTABLE_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexParameter{if}v:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_IMMUTABLE_FORMAT"><B>GL_TEXTURE_IMMUTABLE_FORMAT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#GL_TEXTURE_IMMUTABLE_FORMAT_EXT"><B>GL_TEXTURE_IMMUTABLE_FORMAT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexParameter{if}v:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureView.html#GL_TEXTURE_IMMUTABLE_LEVELS"><B>GL_TEXTURE_IMMUTABLE_LEVELS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureView.html" title="class in org.lwjgl.opengl">ARBTextureView</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetTexParameterfv and
GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_IMMUTABLE_LEVELS"><B>GL_TEXTURE_IMMUTABLE_LEVELS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetTexParameterfv and
GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#GL_TEXTURE_INDEX_SIZE_EXT"><B>GL_TEXTURE_INDEX_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>Accepted by the value parameter of GetTexLevelParameter{if}v:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_INTENSITY_SIZE"><B>GL_TEXTURE_INTENSITY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_INTENSITY_SIZE_NV"><B>GL_TEXTURE_INTENSITY_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_INTENSITY_TYPE"><B>GL_TEXTURE_INTENSITY_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_TEXTURE_INTENSITY_TYPE_ARB"><B>GL_TEXTURE_INTENSITY_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_INTERNAL_FORMAT"><B>GL_TEXTURE_INTERNAL_FORMAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_INTERNAL_FORMAT_NV"><B>GL_TEXTURE_INTERNAL_FORMAT_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_INTERNAL_FORMAT_QCOM"><B>GL_TEXTURE_INTERNAL_FORMAT_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>Accepted by the &lt;pname&gt; parameter of ExtGetTexLevelParameterivQCOM
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_TEXTURE_LO_SIZE_NV"><B>GL_TEXTURE_LO_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameterfv and
GetTexLevelParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL14.html#GL_TEXTURE_LOD_BIAS"><B>GL_TEXTURE_LOD_BIAS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureLODBias.html#GL_TEXTURE_LOD_BIAS_EXT"><B>GL_TEXTURE_LOD_BIAS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureLODBias.html" title="class in org.lwjgl.opengl">EXTTextureLODBias</A>
<DD>When the &lt;target&gt; parameter of GetTexEnvfv, GetTexEnviv, TexEnvi,
TexEnvf, TexEnviv, and TexEnvfv is TEXTURE_FILTER_CONTROL_EXT, then
the value of &lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengles/EXTTextureLODBias.html#GL_TEXTURE_LOD_BIAS_EXT"><B>GL_TEXTURE_LOD_BIAS_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureLODBias.html" title="class in org.lwjgl.opengles">EXTTextureLODBias</A>
<DD>When the &lt;target&gt; parameter of GetTexEnvfv, GetTexEnviv, TexEnvi,
TexEnvf, TexEnviv, and TexEnvfv is TEXTURE_FILTER_CONTROL_EXT, then
the value of &lt;pname&gt; may be:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_LUMINANCE_SIZE"><B>GL_TEXTURE_LUMINANCE_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_LUMINANCE_SIZE_NV"><B>GL_TEXTURE_LUMINANCE_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_LUMINANCE_TYPE"><B>GL_TEXTURE_LUMINANCE_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_TEXTURE_LUMINANCE_TYPE_ARB"><B>GL_TEXTURE_LUMINANCE_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_MAG_FILTER"><B>GL_TEXTURE_MAG_FILTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_MAG_FILTER"><B>GL_TEXTURE_MAG_FILTER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureParameterName
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_TEXTURE_MAG_SIZE_NV"><B>GL_TEXTURE_MAG_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameterfv and
GetTexLevelParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_MATRIX"><B>GL_TEXTURE_MATRIX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureFilterAnisotropic.html#GL_TEXTURE_MAX_ANISOTROPY_EXT"><B>GL_TEXTURE_MAX_ANISOTROPY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureFilterAnisotropic.html" title="class in org.lwjgl.opengl">EXTTextureFilterAnisotropic</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureFilterAnisotropic.html#GL_TEXTURE_MAX_ANISOTROPY_EXT"><B>GL_TEXTURE_MAX_ANISOTROPY_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureFilterAnisotropic.html" title="class in org.lwjgl.opengles">EXTTextureFilterAnisotropic</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetTexParameterfv,
GetTexParameteriv, TexParameterf, TexParameterfv, TexParameteri,
and TexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_MAX_LEVEL"><B>GL_TEXTURE_MAX_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_MAX_LEVEL"><B>GL_TEXTURE_MAX_LEVEL</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLETextureMaxLevel.html#GL_TEXTURE_MAX_LEVEL_APPLE"><B>GL_TEXTURE_MAX_LEVEL_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLETextureMaxLevel.html" title="class in org.lwjgl.opengles">APPLETextureMaxLevel</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameteri, TexParameterf,
TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv:
<DT><A HREF="./org/lwjgl/opengl/SGISTextureLOD.html#GL_TEXTURE_MAX_LEVEL_SGIS"><B>GL_TEXTURE_MAX_LEVEL_SGIS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/SGISTextureLOD.html" title="class in org.lwjgl.opengl">SGISTextureLOD</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameteri, TexParameterf,
TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_MAX_LOD"><B>GL_TEXTURE_MAX_LOD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_MAX_LOD"><B>GL_TEXTURE_MAX_LOD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/SGISTextureLOD.html#GL_TEXTURE_MAX_LOD_SGIS"><B>GL_TEXTURE_MAX_LOD_SGIS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/SGISTextureLOD.html" title="class in org.lwjgl.opengl">SGISTextureLOD</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameteri, TexParameterf,
TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.
<DT><A HREF="./org/lwjgl/opengl/INTELMapTexture.html#GL_TEXTURE_MEMORY_LAYOUT_INTEL"><B>GL_TEXTURE_MEMORY_LAYOUT_INTEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl">INTELMapTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameteri, for target TEXTURE_2D
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_MIN_FILTER"><B>GL_TEXTURE_MIN_FILTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_MIN_FILTER"><B>GL_TEXTURE_MIN_FILTER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureParameterName
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_MIN_LOD"><B>GL_TEXTURE_MIN_LOD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_MIN_LOD"><B>GL_TEXTURE_MIN_LOD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/SGISTextureLOD.html#GL_TEXTURE_MIN_LOD_SGIS"><B>GL_TEXTURE_MIN_LOD_SGIS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/SGISTextureLOD.html" title="class in org.lwjgl.opengl">SGISTextureLOD</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameteri, TexParameterf,
TexParameteriv, TexParameterfv, GetTexParameteriv, and GetTexParameterfv.
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_NUM_LEVELS_QCOM"><B>GL_TEXTURE_NUM_LEVELS_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>Accepted by the &lt;pname&gt; parameter of ExtGetTexLevelParameterivQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_OBJECT_VALID_QCOM"><B>GL_TEXTURE_OBJECT_VALID_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>Accepted by the &lt;pname&gt; parameter of ExtGetTexLevelParameterivQCOM
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_PRIORITY"><B>GL_TEXTURE_PRIORITY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLETextureRange.html#GL_TEXTURE_RANGE_LENGTH_APPLE"><B>GL_TEXTURE_RANGE_LENGTH_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</A>
<DD>Accepted by the <pname> parameters of GetTexParameteriv and
GetTexParameterfv:
<DT><A HREF="./org/lwjgl/opengl/APPLETextureRange.html#GL_TEXTURE_RANGE_POINTER_APPLE"><B>GL_TEXTURE_RANGE_POINTER_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</A>
<DD>Accepted by the <pname> parameters of GetTexParameterPointerv:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_RECTANGLE"><B>GL_TEXTURE_RECTANGLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;target&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_TEXTURE_RECTANGLE"><B>GL_TEXTURE_RECTANGLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable and IsEnabled;
by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv
and GetDoublev; and by the &lt;target&gt; parameter of BindTexture,
GetTexParameterfv, GetTexParameteriv, TexParameterf, TexParameteri,
TexParameterfv and TexParameteriv:
Accepted by the &lt;target&gt; parameter of GetTexImage,
GetTexLevelParameteriv, GetTexLevelParameterfv, TexImage2D,
CopyTexImage2D, TexSubImage2D and CopySubTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureRectangle.html#GL_TEXTURE_RECTANGLE_ARB"><B>GL_TEXTURE_RECTANGLE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureRectangle.html" title="class in org.lwjgl.opengl">ARBTextureRectangle</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable and IsEnabled;
by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv
and GetDoublev; and by the &lt;target&gt; parameter of BindTexture,
GetTexParameterfv, GetTexParameteriv, TexParameterf, TexParameteri,
TexParameterfv and TexParameteriv:
Accepted by the &lt;target&gt; parameter of GetTexImage,
GetTexLevelParameteriv, GetTexLevelParameterfv, TexImage2D,
CopyTexImage2D, TexSubImage2D and CopySubTexImage2D:
<DT><A HREF="./org/lwjgl/opengles/ARBTextureRectangle.html#GL_TEXTURE_RECTANGLE_ARB"><B>GL_TEXTURE_RECTANGLE_ARB</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBTextureRectangle.html" title="class in org.lwjgl.opengles">ARBTextureRectangle</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable and IsEnabled;
by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv
and GetDoublev; and by the &lt;target&gt; parameter of BindTexture,
GetTexParameterfv, GetTexParameteriv, TexParameterf, TexParameteri,
TexParameterfv and TexParameteriv:
Accepted by the &lt;target&gt; parameter of GetTexImage,
GetTexLevelParameteriv, GetTexLevelParameterfv, TexImage2D,
CopyTexImage2D, TexSubImage2D and CopySubTexImage2D:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureRectangle.html#GL_TEXTURE_RECTANGLE_EXT"><B>GL_TEXTURE_RECTANGLE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureRectangle.html" title="class in org.lwjgl.opengl">EXTTextureRectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureRectangle.html#GL_TEXTURE_RECTANGLE_NV"><B>GL_TEXTURE_RECTANGLE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureRectangle.html" title="class in org.lwjgl.opengl">NVTextureRectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_RED_SIZE"><B>GL_TEXTURE_RED_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_RED_SIZE_NV"><B>GL_TEXTURE_RED_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_RED_TYPE"><B>GL_TEXTURE_RED_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_TEXTURE_RED_TYPE_ARB"><B>GL_TEXTURE_RED_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV"><B>GL_TEXTURE_RENDERBUFFER_DATA_STORE_BINDING_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_TEXTURE_RENDERBUFFER_NV"><B>GL_TEXTURE_RENDERBUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>Accepted by the &lt;target&gt; parameter of BindTexture, and TexRenderbufferNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_RESIDENT"><B>GL_TEXTURE_RESIDENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_TEXTURE_SAMPLES"><B>GL_TEXTURE_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameter
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_TEXTURE_SAMPLES"><B>GL_TEXTURE_SAMPLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameter
<DT><A HREF="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html#GL_TEXTURE_SAMPLES_IMG"><B>GL_TEXTURE_SAMPLES_IMG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">IMGMultisampledRenderToTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_TEXTURE_SHADER_NV"><B>GL_TEXTURE_SHADER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev, and by the &lt;target&gt; parameter of TexEnvf, TexEnvfv,
TexEnvi, TexEnviv, GetTexEnvfv, and GetTexEnviv.
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_SHADOW"><B>GL_TEXTURE_SHADOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_SHADOW"><B>GL_TEXTURE_SHADOW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_SHARED_SIZE"><B>GL_TEXTURE_SHARED_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameterfv and
GetTexLevelParameteriv:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSharedExponent.html#GL_TEXTURE_SHARED_SIZE_EXT"><B>GL_TEXTURE_SHARED_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSharedExponent.html" title="class in org.lwjgl.opengl">EXTTextureSharedExponent</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTexLevelParameterfv and
GetTexLevelParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBSparseTexture.html#GL_TEXTURE_SPARSE_ARB"><B>GL_TEXTURE_SPARSE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to TexParameter{i f}{v},
TexParameterI{u}v, GetTexParameter{if}v and GetTexParameterIi{u}v:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSRGBDecode.html#GL_TEXTURE_SRGB_DECODE_EXT"><B>GL_TEXTURE_SRGB_DECODE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSRGBDecode.html" title="class in org.lwjgl.opengl">EXTTextureSRGBDecode</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameterf, TexParameteri,
GetTexParameterfv, GetTexParameteriv, SamplerParameteri,
SamplerParameterf, SamplerParameteriv, SamplerParameterfv,
SamplerParameterIiv, SamplerParameterIuiv, GetSamplerParameteriv,
GetSamplerParameterfv, GetSamplerParameterIiv, and GetSamplerParameterIuiv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_STACK_DEPTH"><B>GL_TEXTURE_STACK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_TEXTURE_STENCIL_SIZE"><B>GL_TEXTURE_STENCIL_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TEXTURE_STENCIL_SIZE"><B>GL_TEXTURE_STENCIL_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter.
<DT><A HREF="./org/lwjgl/opengl/EXTPackedDepthStencil.html#GL_TEXTURE_STENCIL_SIZE_EXT"><B>GL_TEXTURE_STENCIL_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedDepthStencil.html" title="class in org.lwjgl.opengl">EXTPackedDepthStencil</A>
<DD>Accepted by the &lt;value&gt; parameter of GetTexLevelParameter.
<DT><A HREF="./org/lwjgl/opengl/APPLETextureRange.html#GL_TEXTURE_STORAGE_HINT_APPLE"><B>GL_TEXTURE_STORAGE_HINT_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</A>
<DD>Accepted by the <pname> parameters of TexParameteri, TexParameterf,
TexParameteriv, TexParameterfv, GetTexParameteriv, and
GetTexParameterfv:
<DT><A HREF="./org/lwjgl/opengl/AMDSparseTexture.html#GL_TEXTURE_STORAGE_SPARSE_BIT_AMD"><B>GL_TEXTURE_STORAGE_SPARSE_BIT_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</A>
<DD>Accepted by the &lt;flags&gt; parameter to TexStorageSparseAMD and TextureStorageSparseAMD:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureSwizzle.html#GL_TEXTURE_SWIZZLE_A"><B>GL_TEXTURE_SWIZZLE_A</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureSwizzle.html" title="class in org.lwjgl.opengl">ARBTextureSwizzle</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteri,
TexParameterf, TexParameteriv, TexParameterfv,
GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_TEXTURE_SWIZZLE_A"><B>GL_TEXTURE_SWIZZLE_A</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteri,
TexParameterf, TexParameteriv, TexParameterfv,
GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_SWIZZLE_A"><B>GL_TEXTURE_SWIZZLE_A</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSwizzle.html#GL_TEXTURE_SWIZZLE_A_EXT"><B>GL_TEXTURE_SWIZZLE_A_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSwizzle.html" title="class in org.lwjgl.opengl">EXTTextureSwizzle</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteri,
TexParameterf, TexParameteriv, TexParameterfv,
GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureSwizzle.html#GL_TEXTURE_SWIZZLE_B"><B>GL_TEXTURE_SWIZZLE_B</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureSwizzle.html" title="class in org.lwjgl.opengl">ARBTextureSwizzle</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteri,
TexParameterf, TexParameteriv, TexParameterfv,
GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_TEXTURE_SWIZZLE_B"><B>GL_TEXTURE_SWIZZLE_B</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteri,
TexParameterf, TexParameteriv, TexParameterfv,
GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_SWIZZLE_B"><B>GL_TEXTURE_SWIZZLE_B</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSwizzle.html#GL_TEXTURE_SWIZZLE_B_EXT"><B>GL_TEXTURE_SWIZZLE_B_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSwizzle.html" title="class in org.lwjgl.opengl">EXTTextureSwizzle</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteri,
TexParameterf, TexParameteriv, TexParameterfv,
GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureSwizzle.html#GL_TEXTURE_SWIZZLE_G"><B>GL_TEXTURE_SWIZZLE_G</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureSwizzle.html" title="class in org.lwjgl.opengl">ARBTextureSwizzle</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteri,
TexParameterf, TexParameteriv, TexParameterfv,
GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_TEXTURE_SWIZZLE_G"><B>GL_TEXTURE_SWIZZLE_G</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteri,
TexParameterf, TexParameteriv, TexParameterfv,
GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_SWIZZLE_G"><B>GL_TEXTURE_SWIZZLE_G</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSwizzle.html#GL_TEXTURE_SWIZZLE_G_EXT"><B>GL_TEXTURE_SWIZZLE_G_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSwizzle.html" title="class in org.lwjgl.opengl">EXTTextureSwizzle</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteri,
TexParameterf, TexParameteriv, TexParameterfv,
GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureSwizzle.html#GL_TEXTURE_SWIZZLE_R"><B>GL_TEXTURE_SWIZZLE_R</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureSwizzle.html" title="class in org.lwjgl.opengl">ARBTextureSwizzle</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteri,
TexParameterf, TexParameteriv, TexParameterfv,
GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_TEXTURE_SWIZZLE_R"><B>GL_TEXTURE_SWIZZLE_R</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteri,
TexParameterf, TexParameteriv, TexParameterfv,
GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_SWIZZLE_R"><B>GL_TEXTURE_SWIZZLE_R</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSwizzle.html#GL_TEXTURE_SWIZZLE_R_EXT"><B>GL_TEXTURE_SWIZZLE_R_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSwizzle.html" title="class in org.lwjgl.opengl">EXTTextureSwizzle</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteri,
TexParameterf, TexParameteriv, TexParameterfv,
GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureSwizzle.html#GL_TEXTURE_SWIZZLE_RGBA"><B>GL_TEXTURE_SWIZZLE_RGBA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureSwizzle.html" title="class in org.lwjgl.opengl">ARBTextureSwizzle</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteriv,
TexParameterfv, GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_TEXTURE_SWIZZLE_RGBA"><B>GL_TEXTURE_SWIZZLE_RGBA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteriv,
TexParameterfv, GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSwizzle.html#GL_TEXTURE_SWIZZLE_RGBA_EXT"><B>GL_TEXTURE_SWIZZLE_RGBA_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSwizzle.html" title="class in org.lwjgl.opengl">EXTTextureSwizzle</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteriv,
TexParameterfv, GetTexParameterfv, and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#GL_TEXTURE_TARGET"><B>GL_TEXTURE_TARGET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTextureParameter{if}v and
GetTextureParameterI{i ui}v:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_TEXTURE_TARGET"><B>GL_TEXTURE_TARGET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTextureParameter{if}v and
GetTextureParameterI{i ui}v:
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_TARGET_QCOM"><B>GL_TEXTURE_TARGET_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>Accepted by the &lt;pname&gt; parameter of ExtGetTexLevelParameterivQCOM
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_TYPE_QCOM"><B>GL_TEXTURE_TYPE_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>Accepted by the &lt;pname&gt; parameter of ExtGetTexLevelParameterivQCOM
<DT><A HREF="./org/lwjgl/opengl/NVTextureExpandNormal.html#GL_TEXTURE_UNSIGNED_REMAP_MODE_NV"><B>GL_TEXTURE_UNSIGNED_REMAP_MODE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureExpandNormal.html" title="class in org.lwjgl.opengl">NVTextureExpandNormal</A>
<DD>Accepted by the &lt;pname&gt; parameters of TexParameteri,
TexParameteriv, TexParameterf, TexParameterfv, GetTexParameteri,
and GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_TEXTURE_UPDATE_BARRIER_BIT"><B>GL_TEXTURE_UPDATE_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_TEXTURE_UPDATE_BARRIER_BIT"><B>GL_TEXTURE_UPDATE_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_TEXTURE_UPDATE_BARRIER_BIT_EXT"><B>GL_TEXTURE_UPDATE_BARRIER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrierEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_TEXTURE_VIEW"><B>GL_TEXTURE_VIEW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_VIEW"><B>GL_TEXTURE_VIEW</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureView.html#GL_TEXTURE_VIEW_MIN_LAYER"><B>GL_TEXTURE_VIEW_MIN_LAYER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureView.html" title="class in org.lwjgl.opengl">ARBTextureView</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetTexParameterfv and
GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_VIEW_MIN_LAYER"><B>GL_TEXTURE_VIEW_MIN_LAYER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetTexParameterfv and
GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureView.html#GL_TEXTURE_VIEW_MIN_LEVEL"><B>GL_TEXTURE_VIEW_MIN_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureView.html" title="class in org.lwjgl.opengl">ARBTextureView</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetTexParameterfv and
GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_VIEW_MIN_LEVEL"><B>GL_TEXTURE_VIEW_MIN_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetTexParameterfv and
GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureView.html#GL_TEXTURE_VIEW_NUM_LAYERS"><B>GL_TEXTURE_VIEW_NUM_LAYERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureView.html" title="class in org.lwjgl.opengl">ARBTextureView</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetTexParameterfv and
GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_VIEW_NUM_LAYERS"><B>GL_TEXTURE_VIEW_NUM_LAYERS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetTexParameterfv and
GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureView.html#GL_TEXTURE_VIEW_NUM_LEVELS"><B>GL_TEXTURE_VIEW_NUM_LEVELS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureView.html" title="class in org.lwjgl.opengl">ARBTextureView</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetTexParameterfv and
GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TEXTURE_VIEW_NUM_LEVELS"><B>GL_TEXTURE_VIEW_NUM_LEVELS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetTexParameterfv and
GetTexParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_WIDTH"><B>GL_TEXTURE_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#GL_TEXTURE_WIDTH_NV"><B>GL_TEXTURE_WIDTH_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#GL_TEXTURE_WIDTH_QCOM"><B>GL_TEXTURE_WIDTH_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>Accepted by the &lt;pname&gt; parameter of ExtGetTexLevelParameterivQCOM
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_TEXTURE_WRAP_R"><B>GL_TEXTURE_WRAP_R</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TEXTURE_WRAP_R"><B>GL_TEXTURE_WRAP_R</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#GL_TEXTURE_WRAP_R_OES"><B>GL_TEXTURE_WRAP_R_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>Accepted by the &lt;pname&gt; parameter of TexParameteriv, TexParameterfv,
GetTexParameteriv, and GetTexParameterfv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_WRAP_S"><B>GL_TEXTURE_WRAP_S</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_WRAP_S"><B>GL_TEXTURE_WRAP_S</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureParameterName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TEXTURE_WRAP_T"><B>GL_TEXTURE_WRAP_T</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TEXTURE_WRAP_T"><B>GL_TEXTURE_WRAP_T</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>TextureParameterName
<DT><A HREF="./org/lwjgl/opengl/ARBTimerQuery.html#GL_TIME_ELAPSED"><B>GL_TIME_ELAPSED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl">ARBTimerQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, and
GetQueryiv:
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_TIME_ELAPSED"><B>GL_TIME_ELAPSED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, and
GetQueryiv:
<DT><A HREF="./org/lwjgl/opengl/EXTTimerQuery.html#GL_TIME_ELAPSED_EXT"><B>GL_TIME_ELAPSED_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTimerQuery.html" title="class in org.lwjgl.opengl">EXTTimerQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, and
GetQueryiv:
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_TIMEOUT_EXPIRED"><B>GL_TIMEOUT_EXPIRED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Returned by ClientWaitSync:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_TIMEOUT_EXPIRED"><B>GL_TIMEOUT_EXPIRED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned by ClientWaitSync:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TIMEOUT_EXPIRED"><B>GL_TIMEOUT_EXPIRED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_TIMEOUT_IGNORED"><B>GL_TIMEOUT_IGNORED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Accepted in the &lt;timeout&gt; parameter of WaitSync:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_TIMEOUT_IGNORED"><B>GL_TIMEOUT_IGNORED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted in the &lt;timeout&gt; parameter of WaitSync:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TIMEOUT_IGNORED"><B>GL_TIMEOUT_IGNORED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#GL_TIMEOUT_IGNORED_APPLE"><B>GL_TIMEOUT_IGNORED_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Accepted in the &lt;timeout&gt; parameter of WaitSyncAPPLE:
<DT><A HREF="./org/lwjgl/opengl/ARBTimerQuery.html#GL_TIMESTAMP"><B>GL_TIMESTAMP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl">ARBTimerQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of GetQueryiv and QueryCounter.
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_TIMESTAMP"><B>GL_TIMESTAMP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;target&gt; parameter of GetQueryiv and QueryCounter.
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TOP_LEVEL_ARRAY_SIZE"><B>GL_TOP_LEVEL_ARRAY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TOP_LEVEL_ARRAY_SIZE"><B>GL_TOP_LEVEL_ARRAY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TOP_LEVEL_ARRAY_STRIDE"><B>GL_TOP_LEVEL_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TOP_LEVEL_ARRAY_STRIDE"><B>GL_TOP_LEVEL_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_TRACK_MATRIX_NV"><B>GL_TRACK_MATRIX_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTrackMatrixivNV:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_TRACK_MATRIX_TRANSFORM_NV"><B>GL_TRACK_MATRIX_TRANSFORM_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetTrackMatrixivNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TRANSFORM_BIT"><B>GL_TRANSFORM_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html#GL_TRANSFORM_FEEDBACK"><B>GL_TRANSFORM_FEEDBACK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</A>
<DD>Accepted by the &lt;target&gt; parameter of BindTransformFeedback:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TRANSFORM_FEEDBACK"><B>GL_TRANSFORM_FEEDBACK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;target&gt; parameter of BindTransformFeedback:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK"><B>GL_TRANSFORM_FEEDBACK</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TRANSFORM_FEEDBACK_ACTIVE"><B>GL_TRANSFORM_FEEDBACK_ACTIVE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_ACTIVE"><B>GL_TRANSFORM_FEEDBACK_ACTIVE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_ATTRIBS_NV"><B>GL_TRANSFORM_FEEDBACK_ATTRIBS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_TRANSFORM_FEEDBACK_BARRIER_BIT"><B>GL_TRANSFORM_FEEDBACK_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_TRANSFORM_FEEDBACK_BARRIER_BIT"><B>GL_TRANSFORM_FEEDBACK_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT"><B>GL_TRANSFORM_FEEDBACK_BARRIER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrierEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html#GL_TRANSFORM_FEEDBACK_BINDING"><B>GL_TRANSFORM_FEEDBACK_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TRANSFORM_FEEDBACK_BINDING"><B>GL_TRANSFORM_FEEDBACK_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_BINDING"><B>GL_TRANSFORM_FEEDBACK_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html#GL_TRANSFORM_FEEDBACK_BINDING_NV"><B>GL_TRANSFORM_FEEDBACK_BINDING_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_BUFFER"><B>GL_TRANSFORM_FEEDBACK_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferPointerv, BindBufferRange, BindBufferOffset and
BindBufferBase:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_BUFFER"><B>GL_TRANSFORM_FEEDBACK_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html#GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE"><B>GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE"><B>GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html#GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV"><B>GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_BUFFER_BINDING"><B>GL_TRANSFORM_FEEDBACK_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;param&gt; parameter of GetIntegerIndexedv and
GetBooleanIndexedv, and by the &lt;pname&gt; parameter of GetBooleanv,
GetDoublev, GetIntegerv, and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_BUFFER_BINDING"><B>GL_TRANSFORM_FEEDBACK_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_EXT"><B>GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;param&gt; parameter of GetIntegerIndexedvEXT and
GetBooleanIndexedvEXT, and by the &lt;pname&gt; parameter of GetBooleanv,
GetDoublev, GetIntegerv, and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV"><B>GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;param&gt; parameter of GetIntegerIndexedvEXT and
GetBooleanIndexedvEXT, and by the &lt;pname&gt; parameter of GetBooleanv,
GetDoublev, GetIntegerv, and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_EXT"><B>GL_TRANSFORM_FEEDBACK_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferPointerv, BindBufferRangeEXT, BindBufferOffsetEXT and
BindBufferBaseEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBEnhancedLayouts.html#GL_TRANSFORM_FEEDBACK_BUFFER_INDEX"><B>GL_TRANSFORM_FEEDBACK_BUFFER_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBEnhancedLayouts.html" title="class in org.lwjgl.opengl">ARBEnhancedLayouts</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_TRANSFORM_FEEDBACK_BUFFER_INDEX"><B>GL_TRANSFORM_FEEDBACK_BUFFER_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_BUFFER_MODE"><B>GL_TRANSFORM_FEEDBACK_BUFFER_MODE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_BUFFER_MODE"><B>GL_TRANSFORM_FEEDBACK_BUFFER_MODE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_MODE_EXT"><B>GL_TRANSFORM_FEEDBACK_BUFFER_MODE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV"><B>GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
GetFloatv, and GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_NV"><B>GL_TRANSFORM_FEEDBACK_BUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferPointerv, BindBufferRangeNV, BindBufferOffsetNV and
BindBufferBaseNV:
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html#GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED"><B>GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED"><B>GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html#GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV"><B>GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_BUFFER_SIZE"><B>GL_TRANSFORM_FEEDBACK_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;param&gt; parameter of GetIntegerIndexedv and
GetBooleanIndexedv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_BUFFER_SIZE"><B>GL_TRANSFORM_FEEDBACK_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_EXT"><B>GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;param&gt; parameter of GetIntegerIndexedvEXT and
GetBooleanIndexedvEXT:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV"><B>GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;param&gt; parameter of GetIntegerIndexedvEXT and
GetBooleanIndexedvEXT:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_BUFFER_START"><B>GL_TRANSFORM_FEEDBACK_BUFFER_START</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;param&gt; parameter of GetIntegerIndexedv and
GetBooleanIndexedv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_BUFFER_START"><B>GL_TRANSFORM_FEEDBACK_BUFFER_START</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_START_EXT"><B>GL_TRANSFORM_FEEDBACK_BUFFER_START_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;param&gt; parameter of GetIntegerIndexedvEXT and
GetBooleanIndexedvEXT:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_BUFFER_START_NV"><B>GL_TRANSFORM_FEEDBACK_BUFFER_START_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;param&gt; parameter of GetIntegerIndexedvEXT and
GetBooleanIndexedvEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBEnhancedLayouts.html#GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE"><B>GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBEnhancedLayouts.html" title="class in org.lwjgl.opengl">ARBEnhancedLayouts</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL44.html#GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE"><B>GL_TRANSFORM_FEEDBACK_BUFFER_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html#GL_TRANSFORM_FEEDBACK_NV"><B>GL_TRANSFORM_FEEDBACK_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</A>
<DD>Accepted by the &lt;target&gt; parameter of BindTransformFeedbackNV:
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedbackOverflowQuery.html#GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB"><B>GL_TRANSFORM_FEEDBACK_OVERFLOW_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedbackOverflowQuery.html" title="class in org.lwjgl.opengl">ARBTransformFeedbackOverflowQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery,
BeginQueryIndexed, EndQueryIndexed, GetQueryiv, and GetQueryIndexediv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_TRANSFORM_FEEDBACK_PAUSED"><B>GL_TRANSFORM_FEEDBACK_PAUSED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetDoublev, GetIntegerv,
and GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_PAUSED"><B>GL_TRANSFORM_FEEDBACK_PAUSED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN"><B>GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, and
GetQueryiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN"><B>GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_EXT"><B>GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, and
GetQueryiv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV"><B>GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, and
GetQueryiv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_RECORD_NV"><B>GL_TRANSFORM_FEEDBACK_RECORD_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;param&gt; parameter of GetIntegerIndexedvEXT and
GetBooleanIndexedvEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedbackOverflowQuery.html#GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB"><B>GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedbackOverflowQuery.html" title="class in org.lwjgl.opengl">ARBTransformFeedbackOverflowQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery,
BeginQueryIndexed, EndQueryIndexed, GetQueryiv, and GetQueryIndexediv:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TRANSFORM_FEEDBACK_VARYING"><B>GL_TRANSFORM_FEEDBACK_VARYING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TRANSFORM_FEEDBACK_VARYING"><B>GL_TRANSFORM_FEEDBACK_VARYING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH"><B>GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH"><B>GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH_EXT"><B>GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_TRANSFORM_FEEDBACK_VARYINGS"><B>GL_TRANSFORM_FEEDBACK_VARYINGS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_TRANSFORM_FEEDBACK_VARYINGS"><B>GL_TRANSFORM_FEEDBACK_VARYINGS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#GL_TRANSFORM_FEEDBACK_VARYINGS_EXT"><B>GL_TRANSFORM_FEEDBACK_VARYINGS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_TRANSFORM_FEEDBACK_VARYINGS_NV"><B>GL_TRANSFORM_FEEDBACK_VARYINGS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_TRANSLATE_2D_NV"><B>GL_TRANSLATE_2D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;transformType&gt; parameter of
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_TRANSLATE_3D_NV"><B>GL_TRANSLATE_3D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;transformType&gt; parameter of
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_TRANSLATE_X_NV"><B>GL_TRANSLATE_X_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;transformType&gt; parameter of
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_TRANSLATE_Y_NV"><B>GL_TRANSLATE_Y_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;transformType&gt; parameter of
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_TRANSPOSE_AFFINE_2D_NV"><B>GL_TRANSPOSE_AFFINE_2D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;transformType&gt; parameter of
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_TRANSPOSE_AFFINE_3D_NV"><B>GL_TRANSPOSE_AFFINE_3D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;transformType&gt; parameter of
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
CoverFillPathInstancedNV, and CoverStrokePathInstancedNV:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TRANSPOSE_COLOR_MATRIX"><B>GL_TRANSPOSE_COLOR_MATRIX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransposeMatrix.html#GL_TRANSPOSE_COLOR_MATRIX_ARB"><B>GL_TRANSPOSE_COLOR_MATRIX_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransposeMatrix.html" title="class in org.lwjgl.opengl">ARBTransposeMatrix</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#GL_TRANSPOSE_CURRENT_MATRIX_ARB"><B>GL_TRANSPOSE_CURRENT_MATRIX_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TRANSPOSE_MODELVIEW_MATRIX"><B>GL_TRANSPOSE_MODELVIEW_MATRIX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransposeMatrix.html#GL_TRANSPOSE_MODELVIEW_MATRIX_ARB"><B>GL_TRANSPOSE_MODELVIEW_MATRIX_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransposeMatrix.html" title="class in org.lwjgl.opengl">ARBTransposeMatrix</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_TRANSPOSE_NV"><B>GL_TRANSPOSE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;transform&gt; parameter of TrackMatrixNV:
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#GL_TRANSPOSE_PROGRAM_MATRIX_EXT"><B>GL_TRANSPOSE_PROGRAM_MATRIX_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanIndexedvEXT,
GetIntegerIndexedvEXT, GetFloatIndexedvEXT, GetDoubleIndexedvEXT:
GetBooleani_v, GetIntegeri_v, GetFloati_vEXT, GetDoublei_vEXT:
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TRANSPOSE_PROJECTION_MATRIX"><B>GL_TRANSPOSE_PROJECTION_MATRIX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransposeMatrix.html#GL_TRANSPOSE_PROJECTION_MATRIX_ARB"><B>GL_TRANSPOSE_PROJECTION_MATRIX_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransposeMatrix.html" title="class in org.lwjgl.opengl">ARBTransposeMatrix</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#GL_TRANSPOSE_TEXTURE_MATRIX"><B>GL_TRANSPOSE_TEXTURE_MATRIX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransposeMatrix.html#GL_TRANSPOSE_TEXTURE_MATRIX_ARB"><B>GL_TRANSPOSE_TEXTURE_MATRIX_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransposeMatrix.html" title="class in org.lwjgl.opengl">ARBTransposeMatrix</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TRIANGLE_FAN"><B>GL_TRIANGLE_FAN</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TRIANGLE_FAN"><B>GL_TRIANGLE_FAN</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BeginMode
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TRIANGLE_STRIP"><B>GL_TRIANGLE_STRIP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TRIANGLE_STRIP"><B>GL_TRIANGLE_STRIP</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BeginMode
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_TRIANGLE_STRIP_ADJACENCY"><B>GL_TRIANGLE_STRIP_ADJACENCY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;mode&gt; parameter of Begin, DrawArrays,
MultiDrawArrays, DrawElements, MultiDrawElements, and
DrawRangeElements:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_TRIANGLE_STRIP_ADJACENCY_ARB"><B>GL_TRIANGLE_STRIP_ADJACENCY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;mode&gt; parameter of Begin, DrawArrays,
MultiDrawArrays, DrawElements, MultiDrawElements, and
DrawRangeElements:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_TRIANGLE_STRIP_ADJACENCY_EXT"><B>GL_TRIANGLE_STRIP_ADJACENCY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;mode&gt; parameter of Begin, DrawArrays,
MultiDrawArrays, DrawElements, MultiDrawElements, and
DrawRangeElements:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TRIANGLES"><B>GL_TRIANGLES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TRIANGLES"><B>GL_TRIANGLES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BeginMode
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_TRIANGLES_ADJACENCY"><B>GL_TRIANGLES_ADJACENCY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Accepted by the &lt;mode&gt; parameter of Begin, DrawArrays,
MultiDrawArrays, DrawElements, MultiDrawElements, and
DrawRangeElements:
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#GL_TRIANGLES_ADJACENCY_ARB"><B>GL_TRIANGLES_ADJACENCY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>Accepted by the &lt;mode&gt; parameter of Begin, DrawArrays,
MultiDrawArrays, DrawElements, MultiDrawElements, and
DrawRangeElements:
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#GL_TRIANGLES_ADJACENCY_EXT"><B>GL_TRIANGLES_ADJACENCY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>Accepted by the &lt;mode&gt; parameter of Begin, DrawArrays,
MultiDrawArrays, DrawElements, MultiDrawElements, and
DrawRangeElements:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_TRIANGULAR_NV"><B>GL_TRIANGULAR_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;value&gt; parameter of PathParameterfNV,
PathParameterfvNV, PathParameteriNV, and PathParameterivNV
when &lt;pname&gt; is one of PATH_END_CAPS_NV, PATH_INTIAL_END_CAP_NV,
PATH_TERMINAL_END_CAP_NV, PATH_DASH_CAPS_NV, PATH_INITIAL_DASH_CAP_NV,
and PATH_TERMINAL_DASH_CAP_NV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_TRUE"><B>GL_TRUE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_TRUE"><B>GL_TRUE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Boolean
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_TYPE"><B>GL_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_TYPE"><B>GL_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted in the &lt;props&gt; array of GetProgramResourceiv:
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_UNCORRELATED_NV"><B>GL_UNCORRELATED_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;value&gt; parameter of BlendParameteriNV when &lt;pname&gt; is
BLEND_OVERLAP_NV:
<DT><A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html#GL_UNDEFINED_APPLE"><B>GL_UNDEFINED_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</A>
<DD>Accepted by the &lt;option&gt; parameters of ObjectUnpurgeable, and
returned by ObjectUnpurgeable:
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#GL_UNDEFINED_VERTEX"><B>GL_UNDEFINED_VERTEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>Returned in the &lt;data&gt; parameter from a Get query with a &lt;pname&gt; of
LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_UNDEFINED_VERTEX"><B>GL_UNDEFINED_VERTEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Returned in the &lt;data&gt; parameter from a Get query with a &lt;pname&gt; of
LAYER_PROVOKING_VERTEX or VIEWPORT_INDEX_PROVOKING_VERTEX:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_UNIFORM"><B>GL_UNIFORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_UNIFORM"><B>GL_UNIFORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_ARRAY_STRIDE"><B>GL_UNIFORM_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_ARRAY_STRIDE"><B>GL_UNIFORM_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_ARRAY_STRIDE"><B>GL_UNIFORM_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX"><B>GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsiv:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX"><B>GL_UNIFORM_ATOMIC_COUNTER_BUFFER_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNIFORM_BARRIER_BIT"><B>GL_UNIFORM_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNIFORM_BARRIER_BIT"><B>GL_UNIFORM_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNIFORM_BARRIER_BIT_EXT"><B>GL_UNIFORM_BARRIER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrierEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_UNIFORM_BLOCK"><B>GL_UNIFORM_BLOCK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_UNIFORM_BLOCK"><B>GL_UNIFORM_BLOCK</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES"><B>GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES"><B>GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES"><B>GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS"><B>GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS"><B>GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS"><B>GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_BINDING"><B>GL_UNIFORM_BLOCK_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_BINDING"><B>GL_UNIFORM_BLOCK_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_BINDING"><B>GL_UNIFORM_BLOCK_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_DATA_SIZE"><B>GL_UNIFORM_BLOCK_DATA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_DATA_SIZE"><B>GL_UNIFORM_BLOCK_DATA_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_DATA_SIZE"><B>GL_UNIFORM_BLOCK_DATA_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_INDEX"><B>GL_UNIFORM_BLOCK_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_INDEX"><B>GL_UNIFORM_BLOCK_INDEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_INDEX"><B>GL_UNIFORM_BLOCK_INDEX</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_NAME_LENGTH"><B>GL_UNIFORM_BLOCK_NAME_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_NAME_LENGTH"><B>GL_UNIFORM_BLOCK_NAME_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_NAME_LENGTH"><B>GL_UNIFORM_BLOCK_NAME_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER"><B>GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockiv:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER"><B>GL_UNIFORM_BLOCK_REFERENCED_BY_COMPUTE_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockiv:
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER"><B>GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER"><B>GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER"><B>GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER"><B>GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER"><B>GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockiv:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER"><B>GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER"><B>GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_CONTROL_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockiv:
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER"><B>GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockiv:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER"><B>GL_UNIFORM_BLOCK_REFERENCED_BY_TESS_EVALUATION_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockiv:
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER"><B>GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER"><B>GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformBlockiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER"><B>GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BUFFER"><B>GL_UNIFORM_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
GetBufferPointerv:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BUFFER"><B>GL_UNIFORM_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
GetBufferPointerv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BUFFER"><B>GL_UNIFORM_BUFFER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BUFFER_BINDING"><B>GL_UNIFORM_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v, GetBooleanv,
GetIntegerv, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BUFFER_BINDING"><B>GL_UNIFORM_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v, GetBooleanv,
GetIntegerv, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BUFFER_BINDING"><B>GL_UNIFORM_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTBindableUniform.html#GL_UNIFORM_BUFFER_BINDING_EXT"><B>GL_UNIFORM_BUFFER_BINDING_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/EXTBindableUniform.html#GL_UNIFORM_BUFFER_EXT"><B>GL_UNIFORM_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, and
GetBufferPointerv:
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT"><B>GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT"><B>GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT"><B>GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BUFFER_SIZE"><B>GL_UNIFORM_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BUFFER_SIZE"><B>GL_UNIFORM_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BUFFER_SIZE"><B>GL_UNIFORM_BUFFER_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_BUFFER_START"><B>GL_UNIFORM_BUFFER_START</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_BUFFER_START"><B>GL_UNIFORM_BUFFER_START</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetIntegeri_v:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_BUFFER_START"><B>GL_UNIFORM_BUFFER_START</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_IS_ROW_MAJOR"><B>GL_UNIFORM_IS_ROW_MAJOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_IS_ROW_MAJOR"><B>GL_UNIFORM_IS_ROW_MAJOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_IS_ROW_MAJOR"><B>GL_UNIFORM_IS_ROW_MAJOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_MATRIX_STRIDE"><B>GL_UNIFORM_MATRIX_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_MATRIX_STRIDE"><B>GL_UNIFORM_MATRIX_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_MATRIX_STRIDE"><B>GL_UNIFORM_MATRIX_STRIDE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_NAME_LENGTH"><B>GL_UNIFORM_NAME_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_NAME_LENGTH"><B>GL_UNIFORM_NAME_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_NAME_LENGTH"><B>GL_UNIFORM_NAME_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_OFFSET"><B>GL_UNIFORM_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_OFFSET"><B>GL_UNIFORM_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_OFFSET"><B>GL_UNIFORM_OFFSET</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_SIZE"><B>GL_UNIFORM_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_SIZE"><B>GL_UNIFORM_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_SIZE"><B>GL_UNIFORM_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#GL_UNIFORM_TYPE"><B>GL_UNIFORM_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsivARB:
<DT><A HREF="./org/lwjgl/opengl/GL31.html#GL_UNIFORM_TYPE"><B>GL_UNIFORM_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetActiveUniformsiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNIFORM_TYPE"><B>GL_UNIFORM_TYPE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_UNIQUE_ID_NV"><B>GL_UNIQUE_ID_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;attribute&gt; parameter of
glQueryVideoCaptureDeviceNV:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_UNKNOWN_CONTEXT_RESET"><B>GL_UNKNOWN_CONTEXT_RESET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Returned by GetGraphicsResetStatus:
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#GL_UNKNOWN_CONTEXT_RESET"><B>GL_UNKNOWN_CONTEXT_RESET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>Returned by GetGraphicsResetStatus:
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#GL_UNKNOWN_CONTEXT_RESET_ARB"><B>GL_UNKNOWN_CONTEXT_RESET_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>Returned by GetGraphicsResetStatusARB:
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#GL_UNKNOWN_CONTEXT_RESET_EXT"><B>GL_UNKNOWN_CONTEXT_RESET_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>Returned by GetGraphicsResetStatusEXT:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_UNPACK_ALIGNMENT"><B>GL_UNPACK_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_UNPACK_ALIGNMENT"><B>GL_UNPACK_ALIGNMENT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/APPLEClientStorage.html#GL_UNPACK_CLIENT_STORAGE_APPLE"><B>GL_UNPACK_CLIENT_STORAGE_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEClientStorage.html" title="class in org.lwjgl.opengl">APPLEClientStorage</A>
<DD>Accepted by the &lt;pname&gt; parameters of PixelStore:
<DT><A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_UNPACK_COMPRESSED_BLOCK_DEPTH"><B>GL_UNPACK_COMPRESSED_BLOCK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNPACK_COMPRESSED_BLOCK_DEPTH"><B>GL_UNPACK_COMPRESSED_BLOCK_DEPTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_UNPACK_COMPRESSED_BLOCK_HEIGHT"><B>GL_UNPACK_COMPRESSED_BLOCK_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNPACK_COMPRESSED_BLOCK_HEIGHT"><B>GL_UNPACK_COMPRESSED_BLOCK_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_UNPACK_COMPRESSED_BLOCK_SIZE"><B>GL_UNPACK_COMPRESSED_BLOCK_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNPACK_COMPRESSED_BLOCK_SIZE"><B>GL_UNPACK_COMPRESSED_BLOCK_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html#GL_UNPACK_COMPRESSED_BLOCK_WIDTH"><B>GL_UNPACK_COMPRESSED_BLOCK_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCompressedTexturePixelStorage.html" title="class in org.lwjgl.opengl">ARBCompressedTexturePixelStorage</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNPACK_COMPRESSED_BLOCK_WIDTH"><B>GL_UNPACK_COMPRESSED_BLOCK_WIDTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStore[fi], GetBooleanv,
GetIntegerv, GetInteger64v, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_UNPACK_IMAGE_HEIGHT"><B>GL_UNPACK_IMAGE_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNPACK_IMAGE_HEIGHT"><B>GL_UNPACK_IMAGE_HEIGHT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_UNPACK_LSB_FIRST"><B>GL_UNPACK_LSB_FIRST</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLERowBytes.html#GL_UNPACK_ROW_BYTES_APPLE"><B>GL_UNPACK_ROW_BYTES_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLERowBytes.html" title="class in org.lwjgl.opengl">APPLERowBytes</A>
<DD>Accepted by the &lt;pname&gt; parameter of PixelStorei and the &lt;pname&gt;
parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_UNPACK_ROW_LENGTH"><B>GL_UNPACK_ROW_LENGTH</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTUnpackSubimage.html#GL_UNPACK_ROW_LENGTH"><B>GL_UNPACK_ROW_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTUnpackSubimage.html" title="class in org.lwjgl.opengles">EXTUnpackSubimage</A>
<DD>Accepted by the &lt;pname&gt; parameters of PixelStorei, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNPACK_ROW_LENGTH"><B>GL_UNPACK_ROW_LENGTH</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_UNPACK_SKIP_IMAGES"><B>GL_UNPACK_SKIP_IMAGES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNPACK_SKIP_IMAGES"><B>GL_UNPACK_SKIP_IMAGES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_UNPACK_SKIP_PIXELS"><B>GL_UNPACK_SKIP_PIXELS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTUnpackSubimage.html#GL_UNPACK_SKIP_PIXELS"><B>GL_UNPACK_SKIP_PIXELS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTUnpackSubimage.html" title="class in org.lwjgl.opengles">EXTUnpackSubimage</A>
<DD>Accepted by the &lt;pname&gt; parameters of PixelStorei, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNPACK_SKIP_PIXELS"><B>GL_UNPACK_SKIP_PIXELS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_UNPACK_SKIP_ROWS"><B>GL_UNPACK_SKIP_ROWS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTUnpackSubimage.html#GL_UNPACK_SKIP_ROWS"><B>GL_UNPACK_SKIP_ROWS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTUnpackSubimage.html" title="class in org.lwjgl.opengles">EXTUnpackSubimage</A>
<DD>Accepted by the &lt;pname&gt; parameters of PixelStorei, GetIntegerv, and
GetFloatv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNPACK_SKIP_ROWS"><B>GL_UNPACK_SKIP_ROWS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_UNPACK_SWAP_BYTES"><B>GL_UNPACK_SWAP_BYTES</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_UNSIGNALED"><B>GL_UNSIGNALED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Returned in &lt;values&gt; for GetSynciv &lt;pname&gt; SYNC_STATUS:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_UNSIGNALED"><B>GL_UNSIGNALED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned in &lt;values&gt; for GetSynciv &lt;pname&gt; SYNC_STATUS:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNALED"><B>GL_UNSIGNALED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#GL_UNSIGNALED_APPLE"><B>GL_UNSIGNALED_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Returned in &lt;values&gt; for GetSyncivAPPLE &lt;pname&gt; SYNC_STATUS_APPLE:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_UNSIGNED_BYTE"><B>GL_UNSIGNED_BYTE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_UNSIGNED_BYTE"><B>GL_UNSIGNED_BYTE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>DataType
<DT><A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_BYTE_2_3_3_REV"><B>GL_UNSIGNED_BYTE_2_3_3_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D,
GetSeparableFilter, ColorTable, GetColorTable, TexImage4DSGIS,
and TexSubImage4DSGIS:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_BYTE_2_3_3_REV"><B>GL_UNSIGNED_BYTE_2_3_3_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_BYTE_3_3_2"><B>GL_UNSIGNED_BYTE_3_3_2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D,
GetSeparableFilter, ColorTable, GetColorTable, TexImage4DSGIS,
and TexSubImage4DSGIS:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_BYTE_3_3_2"><B>GL_UNSIGNED_BYTE_3_3_2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPackedPixels.html#GL_UNSIGNED_BYTE_3_3_2_EXT"><B>GL_UNSIGNED_BYTE_3_3_2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedPixels.html" title="class in org.lwjgl.opengl">EXTPackedPixels</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_UNSIGNED_IDENTITY_NV"><B>GL_UNSIGNED_IDENTITY_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_UNSIGNED_INT"><B>GL_UNSIGNED_INT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_UNSIGNED_INT"><B>GL_UNSIGNED_INT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>DataType
<DT><A HREF="./org/lwjgl/opengles/OESDepthTexture.html#GL_UNSIGNED_INT"><B>GL_UNSIGNED_INT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESDepthTexture.html" title="class in org.lwjgl.opengles">OESDepthTexture</A>
<DD>Accepted by the &lt;type&gt; parameter of TexImage2D, TexSubImage2D:
<DT><A HREF="./org/lwjgl/opengles/OESElementIndexUint.html#GL_UNSIGNED_INT"><B>GL_UNSIGNED_INT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESElementIndexUint.html" title="class in org.lwjgl.opengles">OESElementIndexUint</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawElements:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT16_NV"><B>GL_UNSIGNED_INT16_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT16_VEC2_NV"><B>GL_UNSIGNED_INT16_VEC2_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT16_VEC3_NV"><B>GL_UNSIGNED_INT16_VEC3_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT16_VEC4_NV"><B>GL_UNSIGNED_INT16_VEC4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#GL_UNSIGNED_INT64_AMD"><B>GL_UNSIGNED_INT64_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>Returned as a valid value in &lt;data&gt; parameter of
GetPerfMonitorCounterInfoAMD if &lt;pname&gt; = COUNTER_TYPE_AMD
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#GL_UNSIGNED_INT64_AMD"><B>GL_UNSIGNED_INT64_AMD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>Returned as a valid value in &lt;data&gt; parameter of
GetPerfMonitorCounterInfoAMD if &lt;pname&gt; = COUNTER_TYPE_AMD
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#GL_UNSIGNED_INT64_ARB"><B>GL_UNSIGNED_INT64_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>Accepted by the &lt;type&gt; parameter of VertexAttribLPointer:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT64_NV"><B>GL_UNSIGNED_INT64_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#GL_UNSIGNED_INT64_NV"><B>GL_UNSIGNED_INT64_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>Accepted by the &lt;type&gt; parameter of VertexAttribLPointerEXT,
VertexArrayVertexAttribLOffsetEXT, and VertexAttribLFormatNV:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT64_VEC2_NV"><B>GL_UNSIGNED_INT64_VEC2_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT64_VEC3_NV"><B>GL_UNSIGNED_INT64_VEC3_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT64_VEC4_NV"><B>GL_UNSIGNED_INT64_VEC4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT8_NV"><B>GL_UNSIGNED_INT8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT8_VEC2_NV"><B>GL_UNSIGNED_INT8_VEC2_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT8_VEC3_NV"><B>GL_UNSIGNED_INT8_VEC3_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#GL_UNSIGNED_INT8_VEC4_NV"><B>GL_UNSIGNED_INT8_VEC4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveAttrib, GetActiveUniform, and
GetTransformFeedbackVarying:
<DT><A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_INT_10_10_10_2"><B>GL_UNSIGNED_INT_10_10_10_2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D,
GetSeparableFilter, ColorTable, GetColorTable, TexImage4DSGIS,
and TexSubImage4DSGIS:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_INT_10_10_10_2"><B>GL_UNSIGNED_INT_10_10_10_2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPackedPixels.html#GL_UNSIGNED_INT_10_10_10_2_EXT"><B>GL_UNSIGNED_INT_10_10_10_2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedPixels.html" title="class in org.lwjgl.opengl">EXTPackedPixels</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESVertexType1010102.html#GL_UNSIGNED_INT_10_10_10_2_OES"><B>GL_UNSIGNED_INT_10_10_10_2_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESVertexType1010102.html" title="class in org.lwjgl.opengles">OESVertexType1010102</A>
<DD>Accepted by the &lt;type&gt; parameter of VertexAttribPointer
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_10F_11F_11F_REV"><B>GL_UNSIGNED_INT_10F_11F_11F_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels,
TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, GetSeparableFilter,
ColorTable, ColorSubTable, and GetColorTable:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_10F_11F_11F_REV"><B>GL_UNSIGNED_INT_10F_11F_11F_REV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPackedFloat.html#GL_UNSIGNED_INT_10F_11F_11F_REV_EXT"><B>GL_UNSIGNED_INT_10F_11F_11F_REV_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedFloat.html" title="class in org.lwjgl.opengl">EXTPackedFloat</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels,
TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, GetSeparableFilter,
ColorTable, ColorSubTable, and GetColorTable:
<DT><A HREF="./org/lwjgl/opengles/EXTPackedFloat.html#GL_UNSIGNED_INT_10F_11F_11F_REV_EXT"><B>GL_UNSIGNED_INT_10F_11F_11F_REV_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTPackedFloat.html" title="class in org.lwjgl.opengles">EXTPackedFloat</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels,
TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D:
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_UNSIGNED_INT_24_8"><B>GL_UNSIGNED_INT_24_8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels,
TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, and GetTexImage:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_24_8"><B>GL_UNSIGNED_INT_24_8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels,
TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, and GetTexImage.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_24_8"><B>GL_UNSIGNED_INT_24_8</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPackedDepthStencil.html#GL_UNSIGNED_INT_24_8_EXT"><B>GL_UNSIGNED_INT_24_8_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedDepthStencil.html" title="class in org.lwjgl.opengl">EXTPackedDepthStencil</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels,
TexImage1D, TexImage2D, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, and GetTexImage.
<DT><A HREF="./org/lwjgl/opengl/NVPackedDepthStencil.html#GL_UNSIGNED_INT_24_8_NV"><B>GL_UNSIGNED_INT_24_8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPackedDepthStencil.html" title="class in org.lwjgl.opengl">NVPackedDepthStencil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESPackedDepthStencil.html#GL_UNSIGNED_INT_24_8_OES"><B>GL_UNSIGNED_INT_24_8_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESPackedDepthStencil.html" title="class in org.lwjgl.opengles">OESPackedDepthStencil</A>
<DD>Accepted by the &lt;type&gt; parameter of TexImage2D and TexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_INT_2_10_10_10_REV"><B>GL_UNSIGNED_INT_2_10_10_10_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D,
GetSeparableFilter, ColorTable, GetColorTable, TexImage4DSGIS,
and TexSubImage4DSGIS:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#GL_UNSIGNED_INT_2_10_10_10_REV"><B>GL_UNSIGNED_INT_2_10_10_10_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>Accepted by the &lt;type&gt; parameter of VertexAttribPointer, VertexPointer,
NormalPointer, ColorPointer, SecondaryColorPointer, TexCoordPointer,
VertexAttribP{1234}ui, VertexP*, TexCoordP*, MultiTexCoordP*, NormalP3ui,
ColorP*, SecondaryColorP* and VertexAttribP*
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_INT_2_10_10_10_REV"><B>GL_UNSIGNED_INT_2_10_10_10_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_2_10_10_10_REV"><B>GL_UNSIGNED_INT_2_10_10_10_REV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureType2101010REV.html#GL_UNSIGNED_INT_2_10_10_10_REV_EXT"><B>GL_UNSIGNED_INT_2_10_10_10_REV_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureType2101010REV.html" title="class in org.lwjgl.opengles">EXTTextureType2101010REV</A>
<DD>Accepted by the &lt;type&gt; parameter of TexImage2D and TexImage3D:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_5_9_9_9_REV"><B>GL_UNSIGNED_INT_5_9_9_9_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels,
TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, GetSeparableFilter,
ColorTable, ColorSubTable, and GetColorTable:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_5_9_9_9_REV"><B>GL_UNSIGNED_INT_5_9_9_9_REV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureSharedExponent.html#GL_UNSIGNED_INT_5_9_9_9_REV_EXT"><B>GL_UNSIGNED_INT_5_9_9_9_REV_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureSharedExponent.html" title="class in org.lwjgl.opengl">EXTTextureSharedExponent</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels,
TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, GetSeparableFilter,
ColorTable, ColorSubTable, and GetColorTable:
<DT><A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_INT_8_8_8_8"><B>GL_UNSIGNED_INT_8_8_8_8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D,
GetSeparableFilter, ColorTable, GetColorTable, TexImage4DSGIS,
and TexSubImage4DSGIS:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_INT_8_8_8_8"><B>GL_UNSIGNED_INT_8_8_8_8</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPackedPixels.html#GL_UNSIGNED_INT_8_8_8_8_EXT"><B>GL_UNSIGNED_INT_8_8_8_8_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedPixels.html" title="class in org.lwjgl.opengl">EXTPackedPixels</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_INT_8_8_8_8_REV"><B>GL_UNSIGNED_INT_8_8_8_8_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D,
GetSeparableFilter, ColorTable, GetColorTable, TexImage4DSGIS,
and TexSubImage4DSGIS:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_INT_8_8_8_8_REV"><B>GL_UNSIGNED_INT_8_8_8_8_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_UNSIGNED_INT_8_8_S8_S8_REV_NV"><B>GL_UNSIGNED_INT_8_8_S8_S8_REV_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;type&gt; parameter of GetTexImage, TexImage1D,
TexImage2D, TexSubImage1D, and TexSubImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_UNSIGNED_INT_8_8_S8_S8_REV_NV"><B>GL_UNSIGNED_INT_8_8_S8_S8_REV_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#GL_UNSIGNED_INT_ATOMIC_COUNTER"><B>GL_UNSIGNED_INT_ATOMIC_COUNTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Returned in &lt;params&gt; by GetActiveUniform and GetActiveUniformsiv:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_ATOMIC_COUNTER"><B>GL_UNSIGNED_INT_ATOMIC_COUNTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned in &lt;params&gt; by GetActiveUniform and GetActiveUniformsiv:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_1D"><B>GL_UNSIGNED_INT_IMAGE_1D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_1D"><B>GL_UNSIGNED_INT_IMAGE_1D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_1D_ARRAY"><B>GL_UNSIGNED_INT_IMAGE_1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_1D_ARRAY"><B>GL_UNSIGNED_INT_IMAGE_1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_1D_ARRAY_EXT"><B>GL_UNSIGNED_INT_IMAGE_1D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_1D_EXT"><B>GL_UNSIGNED_INT_IMAGE_1D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D"><B>GL_UNSIGNED_INT_IMAGE_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_2D"><B>GL_UNSIGNED_INT_IMAGE_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_ARRAY"><B>GL_UNSIGNED_INT_IMAGE_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_2D_ARRAY"><B>GL_UNSIGNED_INT_IMAGE_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_ARRAY_EXT"><B>GL_UNSIGNED_INT_IMAGE_2D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_EXT"><B>GL_UNSIGNED_INT_IMAGE_2D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE"><B>GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE"><B>GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY"><B>GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY"><B>GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT"><B>GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_EXT"><B>GL_UNSIGNED_INT_IMAGE_2D_MULTISAMPLE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_RECT"><B>GL_UNSIGNED_INT_IMAGE_2D_RECT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_2D_RECT"><B>GL_UNSIGNED_INT_IMAGE_2D_RECT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_2D_RECT_EXT"><B>GL_UNSIGNED_INT_IMAGE_2D_RECT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_3D"><B>GL_UNSIGNED_INT_IMAGE_3D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_3D"><B>GL_UNSIGNED_INT_IMAGE_3D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_3D_EXT"><B>GL_UNSIGNED_INT_IMAGE_3D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_BUFFER"><B>GL_UNSIGNED_INT_IMAGE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_BUFFER"><B>GL_UNSIGNED_INT_IMAGE_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_BUFFER_EXT"><B>GL_UNSIGNED_INT_IMAGE_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_CUBE"><B>GL_UNSIGNED_INT_IMAGE_CUBE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_CUBE"><B>GL_UNSIGNED_INT_IMAGE_CUBE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_CUBE_EXT"><B>GL_UNSIGNED_INT_IMAGE_CUBE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY"><B>GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY"><B>GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT"><B>GL_UNSIGNED_INT_IMAGE_CUBE_MAP_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_UNSIGNED_INT_S8_S8_8_8_NV"><B>GL_UNSIGNED_INT_S8_S8_8_8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;type&gt; parameter of GetTexImage, TexImage1D,
TexImage2D, TexSubImage1D, and TexSubImage2D.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html#GL_UNSIGNED_INT_S8_S8_8_8_NV"><B>GL_UNSIGNED_INT_S8_S8_8_8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl">NVTextureShader2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_1D"><B>GL_UNSIGNED_INT_SAMPLER_1D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_1D_ARRAY"><B>GL_UNSIGNED_INT_SAMPLER_1D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT"><B>GL_UNSIGNED_INT_SAMPLER_1D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_1D_EXT"><B>GL_UNSIGNED_INT_SAMPLER_1D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_2D"><B>GL_UNSIGNED_INT_SAMPLER_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_SAMPLER_2D"><B>GL_UNSIGNED_INT_SAMPLER_2D</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_2D_ARRAY"><B>GL_UNSIGNED_INT_SAMPLER_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_SAMPLER_2D_ARRAY"><B>GL_UNSIGNED_INT_SAMPLER_2D_ARRAY</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_2D_ARRAY_EXT"><B>GL_UNSIGNED_INT_SAMPLER_2D_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_2D_EXT"><B>GL_UNSIGNED_INT_SAMPLER_2D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE"><B>GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE"><B>GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY"><B>GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY"><B>GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_2D_RECT"><B>GL_UNSIGNED_INT_SAMPLER_2D_RECT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT"><B>GL_UNSIGNED_INT_SAMPLER_2D_RECT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_3D"><B>GL_UNSIGNED_INT_SAMPLER_3D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_SAMPLER_3D"><B>GL_UNSIGNED_INT_SAMPLER_3D</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_3D_EXT"><B>GL_UNSIGNED_INT_SAMPLER_3D_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_BUFFER"><B>GL_UNSIGNED_INT_SAMPLER_BUFFER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD"><B>GL_UNSIGNED_INT_SAMPLER_BUFFER_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT"><B>GL_UNSIGNED_INT_SAMPLER_BUFFER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_SAMPLER_CUBE"><B>GL_UNSIGNED_INT_SAMPLER_CUBE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_SAMPLER_CUBE"><B>GL_UNSIGNED_INT_SAMPLER_CUBE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_SAMPLER_CUBE_EXT"><B>GL_UNSIGNED_INT_SAMPLER_CUBE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL40.html#GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY"><B>GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html#GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_ARB"><B>GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCubeMapArray.html" title="class in org.lwjgl.opengl">ARBTextureCubeMapArray</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV"><B>GL_UNSIGNED_INT_SAMPLER_RENDERBUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_VEC2"><B>GL_UNSIGNED_INT_VEC2</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_VEC2"><B>GL_UNSIGNED_INT_VEC2</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_VEC2_EXT"><B>GL_UNSIGNED_INT_VEC2_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_VEC3"><B>GL_UNSIGNED_INT_VEC3</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_VEC3"><B>GL_UNSIGNED_INT_VEC3</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_VEC3_EXT"><B>GL_UNSIGNED_INT_VEC3_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_INT_VEC4"><B>GL_UNSIGNED_INT_VEC4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_INT_VEC4"><B>GL_UNSIGNED_INT_VEC4</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_UNSIGNED_INT_VEC4_EXT"><B>GL_UNSIGNED_INT_VEC4_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Returned by the &lt;type&gt; parameter of GetActiveUniform:
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_UNSIGNED_INVERT_NV"><B>GL_UNSIGNED_INVERT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#GL_UNSIGNED_NORMALIZED"><B>GL_UNSIGNED_NORMALIZED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Returned in &lt;params&gt; by GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_UNSIGNED_NORMALIZED"><B>GL_UNSIGNED_NORMALIZED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Returned by the &lt;params&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_UNSIGNED_NORMALIZED"><B>GL_UNSIGNED_NORMALIZED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureFloat.html#GL_UNSIGNED_NORMALIZED_ARB"><B>GL_UNSIGNED_NORMALIZED_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureFloat.html" title="class in org.lwjgl.opengl">ARBTextureFloat</A>
<DD>Returned by the &lt;params&gt; parameter of GetTexLevelParameter:
<DT><A HREF="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html#GL_UNSIGNED_NORMALIZED_EXT"><B>GL_UNSIGNED_NORMALIZED_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTColorBufferHalfFloat.html" title="class in org.lwjgl.opengles">EXTColorBufferHalfFloat</A>
<DD>Returned in &lt;params&gt; by GetFramebufferAttachmentParameteriv:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_UNSIGNED_SHORT"><B>GL_UNSIGNED_SHORT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_UNSIGNED_SHORT"><B>GL_UNSIGNED_SHORT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>DataType
<DT><A HREF="./org/lwjgl/opengles/OESDepthTexture.html#GL_UNSIGNED_SHORT"><B>GL_UNSIGNED_SHORT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESDepthTexture.html" title="class in org.lwjgl.opengles">OESDepthTexture</A>
<DD>Accepted by the &lt;type&gt; parameter of TexImage2D, TexSubImage2D:
<DT><A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_SHORT_1_5_5_5_REV"><B>GL_UNSIGNED_SHORT_1_5_5_5_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D,
GetSeparableFilter, ColorTable, GetColorTable, TexImage4DSGIS,
and TexSubImage4DSGIS:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_SHORT_1_5_5_5_REV"><B>GL_UNSIGNED_SHORT_1_5_5_5_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTReadFormatBgra.html#GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT"><B>GL_UNSIGNED_SHORT_1_5_5_5_REV_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTReadFormatBgra.html" title="class in org.lwjgl.opengles">EXTReadFormatBgra</A>
<DD>Accepted by the &lt;type&gt; parameter of ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_SHORT_4_4_4_4"><B>GL_UNSIGNED_SHORT_4_4_4_4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D,
GetSeparableFilter, ColorTable, GetColorTable, TexImage4DSGIS,
and TexSubImage4DSGIS:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_SHORT_4_4_4_4"><B>GL_UNSIGNED_SHORT_4_4_4_4</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_UNSIGNED_SHORT_4_4_4_4"><B>GL_UNSIGNED_SHORT_4_4_4_4</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>PixelType
<DT><A HREF="./org/lwjgl/opengl/EXTPackedPixels.html#GL_UNSIGNED_SHORT_4_4_4_4_EXT"><B>GL_UNSIGNED_SHORT_4_4_4_4_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedPixels.html" title="class in org.lwjgl.opengl">EXTPackedPixels</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_SHORT_4_4_4_4_REV"><B>GL_UNSIGNED_SHORT_4_4_4_4_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D,
GetSeparableFilter, ColorTable, GetColorTable, TexImage4DSGIS,
and TexSubImage4DSGIS:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_SHORT_4_4_4_4_REV"><B>GL_UNSIGNED_SHORT_4_4_4_4_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTReadFormatBgra.html#GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT"><B>GL_UNSIGNED_SHORT_4_4_4_4_REV_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTReadFormatBgra.html" title="class in org.lwjgl.opengles">EXTReadFormatBgra</A>
<DD>Accepted by the &lt;type&gt; parameter of ReadPixels:
<DT><A HREF="./org/lwjgl/opengles/IMGReadFormat.html#GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG"><B>GL_UNSIGNED_SHORT_4_4_4_4_REV_IMG</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/IMGReadFormat.html" title="class in org.lwjgl.opengles">IMGReadFormat</A>
<DD>Accepted by the &lt;format&gt; parameter of ReadPixels:
<DT><A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_SHORT_5_5_5_1"><B>GL_UNSIGNED_SHORT_5_5_5_1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D,
GetSeparableFilter, ColorTable, GetColorTable, TexImage4DSGIS,
and TexSubImage4DSGIS:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_SHORT_5_5_5_1"><B>GL_UNSIGNED_SHORT_5_5_5_1</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_UNSIGNED_SHORT_5_5_5_1"><B>GL_UNSIGNED_SHORT_5_5_5_1</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>PixelType
<DT><A HREF="./org/lwjgl/opengl/EXTPackedPixels.html#GL_UNSIGNED_SHORT_5_5_5_1_EXT"><B>GL_UNSIGNED_SHORT_5_5_5_1_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedPixels.html" title="class in org.lwjgl.opengl">EXTPackedPixels</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_SHORT_5_6_5"><B>GL_UNSIGNED_SHORT_5_6_5</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D,
GetSeparableFilter, ColorTable, GetColorTable, TexImage4DSGIS,
and TexSubImage4DSGIS:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_SHORT_5_6_5"><B>GL_UNSIGNED_SHORT_5_6_5</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_UNSIGNED_SHORT_5_6_5"><B>GL_UNSIGNED_SHORT_5_6_5</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>PixelType
<DT><A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html#GL_UNSIGNED_SHORT_5_6_5_REV"><B>GL_UNSIGNED_SHORT_5_6_5_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEPackedPixels.html" title="class in org.lwjgl.opengl">APPLEPackedPixels</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D,
TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax,
ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D,
GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D,
GetSeparableFilter, ColorTable, GetColorTable, TexImage4DSGIS,
and TexSubImage4DSGIS:
<DT><A HREF="./org/lwjgl/opengl/GL12.html#GL_UNSIGNED_SHORT_5_6_5_REV"><B>GL_UNSIGNED_SHORT_5_6_5_REV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLERgb422.html#GL_UNSIGNED_SHORT_8_8_APPLE"><B>GL_UNSIGNED_SHORT_8_8_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLERgb422.html" title="class in org.lwjgl.opengl">APPLERgb422</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
ConvolutionFilter2D, GetConvolutionFilter, SeparableFilter2D,
GetSeparableFilter, ColorTable, GetColorTable:
<DT><A HREF="./org/lwjgl/opengl/APPLEYcbcr422.html#GL_UNSIGNED_SHORT_8_8_APPLE"><B>GL_UNSIGNED_SHORT_8_8_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEYcbcr422.html" title="class in org.lwjgl.opengl">APPLEYcbcr422</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter,
SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable,
GetColorTable:
<DT><A HREF="./org/lwjgl/opengles/APPLERgb422.html#GL_UNSIGNED_SHORT_8_8_APPLE"><B>GL_UNSIGNED_SHORT_8_8_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLERgb422.html" title="class in org.lwjgl.opengles">APPLERgb422</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
ConvolutionFilter2D, GetConvolutionFilter, SeparableFilter2D,
GetSeparableFilter, ColorTable, GetColorTable:
<DT><A HREF="./org/lwjgl/opengl/APPLERgb422.html#GL_UNSIGNED_SHORT_8_8_REV_APPLE"><B>GL_UNSIGNED_SHORT_8_8_REV_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLERgb422.html" title="class in org.lwjgl.opengl">APPLERgb422</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
ConvolutionFilter2D, GetConvolutionFilter, SeparableFilter2D,
GetSeparableFilter, ColorTable, GetColorTable:
<DT><A HREF="./org/lwjgl/opengl/APPLEYcbcr422.html#GL_UNSIGNED_SHORT_8_8_REV_APPLE"><B>GL_UNSIGNED_SHORT_8_8_REV_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEYcbcr422.html" title="class in org.lwjgl.opengl">APPLEYcbcr422</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter,
SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable,
GetColorTable:
<DT><A HREF="./org/lwjgl/opengles/APPLERgb422.html#GL_UNSIGNED_SHORT_8_8_REV_APPLE"><B>GL_UNSIGNED_SHORT_8_8_REV_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLERgb422.html" title="class in org.lwjgl.opengles">APPLERgb422</A>
<DD>Accepted by the &lt;type&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
ConvolutionFilter2D, GetConvolutionFilter, SeparableFilter2D,
GetSeparableFilter, ColorTable, GetColorTable:
<DT><A HREF="./org/lwjgl/opengl/ARBClipControl.html#GL_UPPER_LEFT"><B>GL_UPPER_LEFT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClipControl.html" title="class in org.lwjgl.opengl">ARBClipControl</A>
<DD>Accepted by the &lt;origin&gt; parameter of ClipControl:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_UPPER_LEFT"><B>GL_UPPER_LEFT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;param&gt; parameter of PointParameter{if}vARB:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_USE_MISSING_GLYPH_NV"><B>GL_USE_MISSING_GLYPH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;handleMissingGlyph&gt; parameter of PathGlyphsNV and
PathGlyphRangeNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_UTF16_NV"><B>GL_UTF16_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;type&gt; or &lt;pathNameType&gt; parameter of CallLists,
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
CoverFillPathInstancedNV, CoverStrokePathInstancedNV,
GetPathMetricsNV, and GetPathSpacingNV:
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_UTF8_NV"><B>GL_UTF8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted by the &lt;type&gt; or &lt;pathNameType&gt; parameter of CallLists,
StencilFillPathInstancedNV, StencilStrokePathInstancedNV,
CoverFillPathInstancedNV, CoverStrokePathInstancedNV,
GetPathMetricsNV, and GetPathSpacingNV:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_V2F"><B>GL_V2F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_V3F"><B>GL_V3F</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_VALIDATE_STATUS"><B>GL_VALIDATE_STATUS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetObjectParameter{fi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_VALIDATE_STATUS"><B>GL_VALIDATE_STATUS</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_VARIABLE_A_NV"><B>GL_VARIABLE_A_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_VARIABLE_B_NV"><B>GL_VARIABLE_B_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_VARIABLE_C_NV"><B>GL_VARIABLE_C_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_VARIABLE_D_NV"><B>GL_VARIABLE_D_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_VARIABLE_E_NV"><B>GL_VARIABLE_E_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_VARIABLE_F_NV"><B>GL_VARIABLE_F_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#GL_VARIABLE_G_NV"><B>GL_VARIABLE_G_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VARIANT_ARRAY_EXT"><B>GL_VARIANT_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VARIANT_ARRAY_POINTER_EXT"><B>GL_VARIANT_ARRAY_POINTER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VARIANT_ARRAY_STRIDE_EXT"><B>GL_VARIANT_ARRAY_STRIDE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VARIANT_ARRAY_TYPE_EXT"><B>GL_VARIANT_ARRAY_TYPE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VARIANT_DATATYPE_EXT"><B>GL_VARIANT_DATATYPE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VARIANT_EXT"><B>GL_VARIANT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VARIANT_VALUE_EXT"><B>GL_VARIANT_VALUE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIMeminfo.html#GL_VBO_FREE_MEMORY_ATI"><B>GL_VBO_FREE_MEMORY_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIMeminfo.html" title="class in org.lwjgl.opengl">ATIMeminfo</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VECTOR_EXT"><B>GL_VECTOR_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_VENDOR"><B>GL_VENDOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_VENDOR"><B>GL_VENDOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StringName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_VERSION"><B>GL_VERSION</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_VERSION"><B>GL_VERSION</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>StringName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_VERTEX_ARRAY"><B>GL_VERTEX_ARRAY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_VERTEX_ARRAY_ADDRESS_NV"><B>GL_VERTEX_ARRAY_ADDRESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;pname&gt; parameter of BufferAddressRangeNV
and the &lt;value&gt; parameter of GetIntegerui64vNV:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html#GL_VERTEX_ARRAY_BINDING"><B>GL_VERTEX_ARRAY_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl">ARBVertexArrayObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_VERTEX_ARRAY_BINDING"><B>GL_VERTEX_ARRAY_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_VERTEX_ARRAY_BINDING"><B>GL_VERTEX_ARRAY_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html#GL_VERTEX_ARRAY_BINDING_APPLE"><B>GL_VERTEX_ARRAY_BINDING_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl">APPLEVertexArrayObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html#GL_VERTEX_ARRAY_BINDING_OES"><B>GL_VERTEX_ARRAY_BINDING_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles">OESVertexArrayObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_VERTEX_ARRAY_BUFFER_BINDING"><B>GL_VERTEX_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_VERTEX_ARRAY_BUFFER_BINDING_ARB"><B>GL_VERTEX_ARRAY_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_VERTEX_ARRAY_LENGTH_NV"><B>GL_VERTEX_ARRAY_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;value&gt; parameter of GetIntegerv:
<DT><A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html#GL_VERTEX_ARRAY_OBJECT_AMD"><B>GL_VERTEX_ARRAY_OBJECT_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</A>
<DD>Accepted as the &lt;identifier&gt; parameter of GenNamesAMD and DeleteNamesAMD:
<DT><A HREF="./org/lwjgl/opengles/EXTDebugLabel.html#GL_VERTEX_ARRAY_OBJECT_EXT"><B>GL_VERTEX_ARRAY_OBJECT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</A>
<DD>Accepted by the &lt;type&gt; parameter of LabelObjectEXT and
GetObjectLabelEXT:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_VERTEX_ARRAY_POINTER"><B>GL_VERTEX_ARRAY_POINTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_VERTEX_ARRAY_RANGE_APPLE"><B>GL_VERTEX_ARRAY_RANGE_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</A>
<DD>Accepted by the &lt;cap&gt; parameter of EnableClientState, DisableClientState,
and IsEnabled:
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE"><B>GL_VERTEX_ARRAY_RANGE_LENGTH_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html#GL_VERTEX_ARRAY_RANGE_LENGTH_NV"><B>GL_VERTEX_ARRAY_RANGE_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html#GL_VERTEX_ARRAY_RANGE_NV"><B>GL_VERTEX_ARRAY_RANGE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_VERTEX_ARRAY_RANGE_POINTER_APPLE"><B>GL_VERTEX_ARRAY_RANGE_POINTER_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPointerv:
<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html#GL_VERTEX_ARRAY_RANGE_POINTER_NV"><B>GL_VERTEX_ARRAY_RANGE_POINTER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html#GL_VERTEX_ARRAY_RANGE_VALID_NV"><B>GL_VERTEX_ARRAY_RANGE_VALID_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange2.html#GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV"><B>GL_VERTEX_ARRAY_RANGE_WITHOUT_FLUSH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexArrayRange2.html" title="class in org.lwjgl.opengl">NVVertexArrayRange2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_VERTEX_ARRAY_SIZE"><B>GL_VERTEX_ARRAY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html#GL_VERTEX_ARRAY_STORAGE_HINT_APPLE"><B>GL_VERTEX_ARRAY_STORAGE_HINT_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</A>
<DD>Accepted by the &lt;pname&gt; parameter of VertexArrayParameteriAPPLE,
GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_VERTEX_ARRAY_STRIDE"><B>GL_VERTEX_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_VERTEX_ARRAY_TYPE"><B>GL_VERTEX_ARRAY_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY0_NV"><B>GL_VERTEX_ATTRIB_ARRAY0_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY10_NV"><B>GL_VERTEX_ATTRIB_ARRAY10_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY11_NV"><B>GL_VERTEX_ATTRIB_ARRAY11_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY12_NV"><B>GL_VERTEX_ATTRIB_ARRAY12_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY13_NV"><B>GL_VERTEX_ATTRIB_ARRAY13_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY14_NV"><B>GL_VERTEX_ATTRIB_ARRAY14_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY15_NV"><B>GL_VERTEX_ATTRIB_ARRAY15_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY1_NV"><B>GL_VERTEX_ATTRIB_ARRAY1_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY2_NV"><B>GL_VERTEX_ATTRIB_ARRAY2_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY3_NV"><B>GL_VERTEX_ATTRIB_ARRAY3_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY4_NV"><B>GL_VERTEX_ATTRIB_ARRAY4_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY5_NV"><B>GL_VERTEX_ATTRIB_ARRAY5_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY6_NV"><B>GL_VERTEX_ATTRIB_ARRAY6_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY7_NV"><B>GL_VERTEX_ATTRIB_ARRAY7_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY8_NV"><B>GL_VERTEX_ATTRIB_ARRAY8_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY9_NV"><B>GL_VERTEX_ATTRIB_ARRAY9_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;array&gt; parameter of EnableClientState and
DisableClientState, by the &lt;cap&gt; parameter of IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV"><B>GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;pname&gt; parameter of BufferAddressRangeNV
and the &lt;value&gt; parameter of GetIntegerui64i_vNV:
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT"><B>GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT"><B>GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrier:
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT"><B>GL_VERTEX_ATTRIB_ARRAY_BARRIER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>Accepted by the &lt;barriers&gt; parameter of MemoryBarrierEXT:
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING"><B>GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING"><B>GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Vertex Arrays
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB"><B>GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttribivARB:
<DT><A HREF="./org/lwjgl/opengl/GL33.html#GL_VERTEX_ATTRIB_ARRAY_DIVISOR"><B>GL_VERTEX_ATTRIB_ARRAY_DIVISOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetVertexAttribdv,
GetVertexAttribfv, and GetVertexAttribiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_VERTEX_ATTRIB_ARRAY_DIVISOR"><B>GL_VERTEX_ATTRIB_ARRAY_DIVISOR</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInstancedArrays.html#GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB"><B>GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInstancedArrays.html" title="class in org.lwjgl.opengl">ARBInstancedArrays</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetVertexAttribdv,
GetVertexAttribfv, and GetVertexAttribiv:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_VERTEX_ATTRIB_ARRAY_ENABLED"><B>GL_VERTEX_ATTRIB_ARRAY_ENABLED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib{dfi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_ATTRIB_ARRAY_ENABLED"><B>GL_VERTEX_ATTRIB_ARRAY_ENABLED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Vertex Arrays
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB"><B>GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib[dfi]vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB"><B>GL_VERTEX_ATTRIB_ARRAY_ENABLED_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib{dfi}vARB:
<DT><A HREF="./org/lwjgl/opengl/GL30.html#GL_VERTEX_ATTRIB_ARRAY_INTEGER"><B>GL_VERTEX_ATTRIB_ARRAY_INTEGER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetVertexAttribdv,
GetVertexAttribfv, GetVertexAttribiv, GetVertexAttribIiv, and
GetVertexAttribIuiv:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_VERTEX_ATTRIB_ARRAY_INTEGER"><B>GL_VERTEX_ATTRIB_ARRAY_INTEGER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#GL_VERTEX_ATTRIB_ARRAY_INTEGER_EXT"><B>GL_VERTEX_ATTRIB_ARRAY_INTEGER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Accepted by the &lt;pname&gt; parameters of GetVertexAttribdv,
GetVertexAttribfv, GetVertexAttribiv, GetVertexAttribIivEXT, and
GetVertexAttribIuivEXT:
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV"><B>GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;target&gt; parameter of GetIntegeri_vNV:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VERTEX_ATTRIB_ARRAY_LONG"><B>GL_VERTEX_ATTRIB_ARRAY_LONG</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Vertex attrib array has unconverted doubles.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_VERTEX_ATTRIB_ARRAY_NORMALIZED"><B>GL_VERTEX_ATTRIB_ARRAY_NORMALIZED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib{dfi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_ATTRIB_ARRAY_NORMALIZED"><B>GL_VERTEX_ATTRIB_ARRAY_NORMALIZED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Vertex Arrays
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB"><B>GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib[dfi]vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB"><B>GL_VERTEX_ATTRIB_ARRAY_NORMALIZED_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib{dfi}vARB:
<DT><A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#GL_VERTEX_ATTRIB_ARRAY_NV"><B>GL_VERTEX_ATTRIB_ARRAY_NV</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_VERTEX_ATTRIB_ARRAY_POINTER"><B>GL_VERTEX_ATTRIB_ARRAY_POINTER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttribPointervARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_ATTRIB_ARRAY_POINTER"><B>GL_VERTEX_ATTRIB_ARRAY_POINTER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Vertex Arrays
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB"><B>GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttribPointervARB:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB"><B>GL_VERTEX_ATTRIB_ARRAY_POINTER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttribPointervARB:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_VERTEX_ATTRIB_ARRAY_SIZE"><B>GL_VERTEX_ATTRIB_ARRAY_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib{dfi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_ATTRIB_ARRAY_SIZE"><B>GL_VERTEX_ATTRIB_ARRAY_SIZE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Vertex Arrays
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB"><B>GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib[dfi]vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB"><B>GL_VERTEX_ATTRIB_ARRAY_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib{dfi}vARB:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_VERTEX_ATTRIB_ARRAY_STRIDE"><B>GL_VERTEX_ATTRIB_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib{dfi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_ATTRIB_ARRAY_STRIDE"><B>GL_VERTEX_ATTRIB_ARRAY_STRIDE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Vertex Arrays
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB"><B>GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib[dfi]vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB"><B>GL_VERTEX_ATTRIB_ARRAY_STRIDE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib{dfi}vARB:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_VERTEX_ATTRIB_ARRAY_TYPE"><B>GL_VERTEX_ATTRIB_ARRAY_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib{dfi}vARB:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_ATTRIB_ARRAY_TYPE"><B>GL_VERTEX_ATTRIB_ARRAY_TYPE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Vertex Arrays
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB"><B>GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib[dfi]vARB:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB"><B>GL_VERTEX_ATTRIB_ARRAY_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib{dfi}vARB:
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV"><B>GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Accepted by the &lt;cap&gt; parameter of DisableClientState,
EnableClientState, IsEnabled:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html#GL_VERTEX_ATTRIB_BINDING"><B>GL_VERTEX_ATTRIB_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib*v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VERTEX_ATTRIB_BINDING"><B>GL_VERTEX_ATTRIB_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib*v:
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP1_APPLE"><B>GL_VERTEX_ATTRIB_MAP1_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>Accepted by the &lt;pname&gt; parameter of EnableVertexAttribAPPLE,
DisableVertexAttribAPPLE, and IsVertexAttribEnabledAPPLE.
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE"><B>GL_VERTEX_ATTRIB_MAP1_COEFF_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttribdvARB,
GetVertexAttribfvARB, and GetVertexAttribivARB.
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE"><B>GL_VERTEX_ATTRIB_MAP1_DOMAIN_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttribdvARB,
GetVertexAttribfvARB, and GetVertexAttribivARB.
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE"><B>GL_VERTEX_ATTRIB_MAP1_ORDER_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttribdvARB,
GetVertexAttribfvARB, and GetVertexAttribivARB.
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE"><B>GL_VERTEX_ATTRIB_MAP1_SIZE_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttribdvARB,
GetVertexAttribfvARB, and GetVertexAttribivARB.
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP2_APPLE"><B>GL_VERTEX_ATTRIB_MAP2_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>Accepted by the &lt;pname&gt; parameter of EnableVertexAttribAPPLE,
DisableVertexAttribAPPLE, and IsVertexAttribEnabledAPPLE.
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE"><B>GL_VERTEX_ATTRIB_MAP2_COEFF_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttribdvARB,
GetVertexAttribfvARB, and GetVertexAttribivARB.
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE"><B>GL_VERTEX_ATTRIB_MAP2_DOMAIN_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttribdvARB,
GetVertexAttribfvARB, and GetVertexAttribivARB.
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE"><B>GL_VERTEX_ATTRIB_MAP2_ORDER_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttribdvARB,
GetVertexAttribfvARB, and GetVertexAttribivARB.
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE"><B>GL_VERTEX_ATTRIB_MAP2_SIZE_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttribdvARB,
GetVertexAttribfvARB, and GetVertexAttribivARB.
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html#GL_VERTEX_ATTRIB_RELATIVE_OFFSET"><B>GL_VERTEX_ATTRIB_RELATIVE_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib*v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VERTEX_ATTRIB_RELATIVE_OFFSET"><B>GL_VERTEX_ATTRIB_RELATIVE_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetVertexAttrib*v:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html#GL_VERTEX_BINDING_DIVISOR"><B>GL_VERTEX_BINDING_DIVISOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</A>
<DD>Accepted by the &lt;target&gt; parameter of GetBooleani_v, GetIntegeri_v,
GetFloati_v, GetDoublei_v, and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VERTEX_BINDING_DIVISOR"><B>GL_VERTEX_BINDING_DIVISOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;target&gt; parameter of GetBooleani_v, GetIntegeri_v,
GetFloati_v, GetDoublei_v, and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html#GL_VERTEX_BINDING_OFFSET"><B>GL_VERTEX_BINDING_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</A>
<DD>Accepted by the &lt;target&gt; parameter of GetBooleani_v, GetIntegeri_v,
GetFloati_v, GetDoublei_v, and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VERTEX_BINDING_OFFSET"><B>GL_VERTEX_BINDING_OFFSET</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;target&gt; parameter of GetBooleani_v, GetIntegeri_v,
GetFloati_v, GetDoublei_v, and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html#GL_VERTEX_BINDING_STRIDE"><B>GL_VERTEX_BINDING_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</A>
<DD>Accepted by the &lt;target&gt; parameter of GetBooleani_v, GetIntegeri_v,
GetFloati_v, GetDoublei_v, and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VERTEX_BINDING_STRIDE"><B>GL_VERTEX_BINDING_STRIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;target&gt; parameter of GetBooleani_v, GetIntegeri_v,
GetFloati_v, GetDoublei_v, and GetInteger64i_v:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_VERTEX_BLEND_ARB"><B>GL_VERTEX_BLEND_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDInterleavedElements.html#GL_VERTEX_ELEMENT_SWIZZLE_AMD"><B>GL_VERTEX_ELEMENT_SWIZZLE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDInterleavedElements.html" title="class in org.lwjgl.opengl">AMDInterleavedElements</A>
<DD>Accepted by the &lt;pname&gt; parameter of VertexAttribParameteriAMD and
GetVertexAttrib{iv|dv|fv|Iiv|Iuiv|Ldv}:
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#GL_VERTEX_ID_NV"><B>GL_VERTEX_ID_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Accepted by the &lt;attribs&gt; parameter of TransformFeedbackAttribsNV:
<DT><A HREF="./org/lwjgl/opengl/AMDInterleavedElements.html#GL_VERTEX_ID_SWIZZLE_AMD"><B>GL_VERTEX_ID_SWIZZLE_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDInterleavedElements.html" title="class in org.lwjgl.opengl">AMDInterleavedElements</A>
<DD>Selected by the &lt;pname&gt; parameter of ProgramParameteri and GetProgramiv:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_PROGRAM_ARB"><B>GL_VERTEX_PROGRAM_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled, by the
&lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev,
and by the &lt;target&gt; parameter of ProgramStringARB, BindProgramARB,
ProgramEnvParameter4[df][v]ARB, ProgramLocalParameter4[df][v]ARB,
GetProgramEnvParameter[df]vARB, GetProgramLocalParameter[df]vARB,
GetProgramivARB, and GetProgramStringARB.
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_PROGRAM_BINDING_NV"><B>GL_VERTEX_PROGRAM_BINDING_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_PROGRAM_NV"><B>GL_VERTEX_PROGRAM_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev, and by the &lt;target&gt; parameter of BindProgramNV,
ExecuteProgramNV, GetProgramParameter[df]vNV, GetTrackMatrixivNV,
LoadProgramNV, ProgramParameter[s]4[df][v]NV, and TrackMatrixNV:
<DT><A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html#GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV"><B>GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</A>
<DD>Accepted by the &lt;target&gt; parameter of ProgramBufferParametersfvNV,
ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV,
BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer
and the &lt;value&gt; parameter of GetIntegerIndexedvEXT:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_VERTEX_PROGRAM_POINT_SIZE"><B>GL_VERTEX_PROGRAM_POINT_SIZE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled, and
by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_PROGRAM_POINT_SIZE_ARB"><B>GL_VERTEX_PROGRAM_POINT_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_PROGRAM_POINT_SIZE_ARB"><B>GL_VERTEX_PROGRAM_POINT_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled, and
by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_PROGRAM_POINT_SIZE_NV"><B>GL_VERTEX_PROGRAM_POINT_SIZE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_VERTEX_PROGRAM_TWO_SIDE"><B>GL_VERTEX_PROGRAM_TWO_SIDE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled, and
by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#GL_VERTEX_PROGRAM_TWO_SIDE_ARB"><B>GL_VERTEX_PROGRAM_TWO_SIDE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled, and by
the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_PROGRAM_TWO_SIDE_ARB"><B>GL_VERTEX_PROGRAM_TWO_SIDE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled, and
by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv, and
GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_PROGRAM_TWO_SIDE_NV"><B>GL_VERTEX_PROGRAM_TWO_SIDE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;cap&gt; parameter of Disable, Enable, and IsEnabled,
and by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/GL20.html#GL_VERTEX_SHADER"><B>GL_VERTEX_SHADER</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Accepted by the &lt;shaderType&gt; argument of CreateShader and
returned by the &lt;params&gt; parameter of GetShader{if}v:
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_VERTEX_SHADER"><B>GL_VERTEX_SHADER</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Shaders
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#GL_VERTEX_SHADER_ARB"><B>GL_VERTEX_SHADER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Accepted by the &lt;shaderType&gt; argument of CreateShaderObjectARB and
returned by the &lt;params&gt; parameter of GetObjectParameter{if}vARB:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_BINDING_EXT"><B>GL_VERTEX_SHADER_BINDING_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#GL_VERTEX_SHADER_BIT"><B>GL_VERTEX_SHADER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStages:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_VERTEX_SHADER_BIT"><B>GL_VERTEX_SHADER_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStages:
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#GL_VERTEX_SHADER_BIT_EXT"><B>GL_VERTEX_SHADER_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Accepted by &lt;stages&gt; parameter to UseProgramStagesEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_EXT"><B>GL_VERTEX_SHADER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_INSTRUCTIONS_EXT"><B>GL_VERTEX_SHADER_INSTRUCTIONS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_INVARIANTS_EXT"><B>GL_VERTEX_SHADER_INVARIANTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html#GL_VERTEX_SHADER_INVOCATIONS_ARB"><B>GL_VERTEX_SHADER_INVOCATIONS_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html" title="class in org.lwjgl.opengl">ARBPipelineStatisticsQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT"><B>GL_VERTEX_SHADER_LOCAL_CONSTANTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_LOCALS_EXT"><B>GL_VERTEX_SHADER_LOCALS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_OPTIMIZED_EXT"><B>GL_VERTEX_SHADER_OPTIMIZED_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_VERTEX_SHADER_VARIANTS_EXT"><B>GL_VERTEX_SHADER_VARIANTS_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_SOURCE_ATI"><B>GL_VERTEX_SOURCE_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#GL_VERTEX_STATE_PROGRAM_NV"><B>GL_VERTEX_STATE_PROGRAM_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>Accepted by the &lt;target&gt; parameter of ExecuteProgramNV and
LoadProgramNV:
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM0_ATI"><B>GL_VERTEX_STREAM0_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM1_ATI"><B>GL_VERTEX_STREAM1_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM2_ATI"><B>GL_VERTEX_STREAM2_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM3_ATI"><B>GL_VERTEX_STREAM3_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM4_ATI"><B>GL_VERTEX_STREAM4_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM5_ATI"><B>GL_VERTEX_STREAM5_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM6_ATI"><B>GL_VERTEX_STREAM6_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#GL_VERTEX_STREAM7_ATI"><B>GL_VERTEX_STREAM7_ATI</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_VERTEX_SUBROUTINE"><B>GL_VERTEX_SUBROUTINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VERTEX_SUBROUTINE"><B>GL_VERTEX_SUBROUTINE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#GL_VERTEX_SUBROUTINE_UNIFORM"><B>GL_VERTEX_SUBROUTINE_UNIFORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VERTEX_SUBROUTINE_UNIFORM"><B>GL_VERTEX_SUBROUTINE_UNIFORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;programInterface&gt; parameter of GetProgramInterfaceiv,
GetProgramResourceIndex, GetProgramResourceName, GetProgramResourceiv,
GetProgramResourceLocation, and GetProgramResourceLocationIndex:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VERTEX_TEXTURE"><B>GL_VERTEX_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VERTEX_TEXTURE"><B>GL_VERTEX_TEXTURE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_VERTEX_WEIGHT_ARRAY_EXT"><B>GL_VERTEX_WEIGHT_ARRAY_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT"><B>GL_VERTEX_WEIGHT_ARRAY_POINTER_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT"><B>GL_VERTEX_WEIGHT_ARRAY_SIZE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT"><B>GL_VERTEX_WEIGHT_ARRAY_STRIDE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT"><B>GL_VERTEX_WEIGHT_ARRAY_TYPE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#GL_VERTEX_WEIGHTING_EXT"><B>GL_VERTEX_WEIGHTING_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#GL_VERTICAL_LINE_TO_NV"><B>GL_VERTICAL_LINE_TO_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Accepted in elements of the &lt;commands&gt; array parameter of
PathCommandsNV and PathSubCommandsNV:
<DT><A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html#GL_VERTICES_SUBMITTED_ARB"><B>GL_VERTICES_SUBMITTED_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPipelineStatisticsQuery.html" title="class in org.lwjgl.opengl">ARBPipelineStatisticsQuery</A>
<DD>Accepted by the &lt;target&gt; parameter of BeginQuery, EndQuery, GetQueryiv,
BeginQueryIndexed, EndQueryIndexed and GetQueryIndexediv:
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_VIBRANCE_BIAS_NV"><B>GL_VIBRANCE_BIAS_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.
<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html#GL_VIBRANCE_SCALE_NV"><B>GL_VIBRANCE_SCALE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl">NVTextureShader</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, GetDoublev, PixelTransferf, and PixelTransferi.
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_BUFFER_BINDING_NV"><B>GL_VIDEO_BUFFER_BINDING_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV"><B>GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetVideoCaptureStream{i,f,d}vNV and as the &lt;pname&gt; parameter of
VideoCaptureStreamParameter{i,f,d}vNV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_BUFFER_NV"><B>GL_VIDEO_BUFFER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;target&gt; parameters of BindBufferARB, BufferDataARB,
BufferSubDataARB, MapBufferARB, UnmapBufferARB, GetBufferSubDataARB,
GetBufferParameterivARB, and GetBufferPointervARB:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_BUFFER_PITCH_NV"><B>GL_VIDEO_BUFFER_PITCH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetVideoCaptureStream{i,f,d}vNV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV"><B>GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetVideoCaptureStream{i,f,d}vNV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV"><B>GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetVideoCaptureStream{i,f,d}vNV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV"><B>GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetVideoCaptureStream{i,f,d}vNV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_CAPTURE_FRAME_WIDTH_NV"><B>GL_VIDEO_CAPTURE_FRAME_WIDTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetVideoCaptureStream{i,f,d}vNV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV"><B>GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetVideoCaptureStream{i,f,d}vNV and as the &lt;pname&gt; parameter of
VideoCaptureStreamParameter{i,f,d}vNV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV"><B>GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetVideoCaptureStream{i,f,d}vNV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_COLOR_CONVERSION_MATRIX_NV"><B>GL_VIDEO_COLOR_CONVERSION_MATRIX_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetVideoCaptureStream{i,f,d}vNV and as the &lt;pname&gt; parameter of
VideoCaptureStreamParameter{i,f,d}vNV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_COLOR_CONVERSION_MAX_NV"><B>GL_VIDEO_COLOR_CONVERSION_MAX_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetVideoCaptureStream{i,f,d}vNV and as the &lt;pname&gt; parameter of
VideoCaptureStreamParameter{i,f,d}vNV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_COLOR_CONVERSION_MIN_NV"><B>GL_VIDEO_COLOR_CONVERSION_MIN_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetVideoCaptureStream{i,f,d}vNV and as the &lt;pname&gt; parameter of
VideoCaptureStreamParameter{i,f,d}vNV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_VIDEO_COLOR_CONVERSION_OFFSET_NV"><B>GL_VIDEO_COLOR_CONVERSION_OFFSET_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted by the &lt;pname&gt; parameter of
GetVideoCaptureStream{i,f,d}vNV and as the &lt;pname&gt; parameter of
VideoCaptureStreamParameter{i,f,d}vNV:
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_128_BITS"><B>GL_VIEW_CLASS_128_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_128_BITS"><B>GL_VIEW_CLASS_128_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_16_BITS"><B>GL_VIEW_CLASS_16_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_16_BITS"><B>GL_VIEW_CLASS_16_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_24_BITS"><B>GL_VIEW_CLASS_24_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_24_BITS"><B>GL_VIEW_CLASS_24_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_32_BITS"><B>GL_VIEW_CLASS_32_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_32_BITS"><B>GL_VIEW_CLASS_32_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_48_BITS"><B>GL_VIEW_CLASS_48_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_48_BITS"><B>GL_VIEW_CLASS_48_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_64_BITS"><B>GL_VIEW_CLASS_64_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_64_BITS"><B>GL_VIEW_CLASS_64_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_8_BITS"><B>GL_VIEW_CLASS_8_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_8_BITS"><B>GL_VIEW_CLASS_8_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_96_BITS"><B>GL_VIEW_CLASS_96_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_96_BITS"><B>GL_VIEW_CLASS_96_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_BPTC_FLOAT"><B>GL_VIEW_CLASS_BPTC_FLOAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_BPTC_FLOAT"><B>GL_VIEW_CLASS_BPTC_FLOAT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_BPTC_UNORM"><B>GL_VIEW_CLASS_BPTC_UNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_BPTC_UNORM"><B>GL_VIEW_CLASS_BPTC_UNORM</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_RGTC1_RED"><B>GL_VIEW_CLASS_RGTC1_RED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_RGTC1_RED"><B>GL_VIEW_CLASS_RGTC1_RED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_RGTC2_RG"><B>GL_VIEW_CLASS_RGTC2_RG</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_RGTC2_RG"><B>GL_VIEW_CLASS_RGTC2_RG</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_S3TC_DXT1_RGB"><B>GL_VIEW_CLASS_S3TC_DXT1_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_S3TC_DXT1_RGB"><B>GL_VIEW_CLASS_S3TC_DXT1_RGB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_S3TC_DXT1_RGBA"><B>GL_VIEW_CLASS_S3TC_DXT1_RGBA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_S3TC_DXT1_RGBA"><B>GL_VIEW_CLASS_S3TC_DXT1_RGBA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_S3TC_DXT3_RGBA"><B>GL_VIEW_CLASS_S3TC_DXT3_RGBA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_S3TC_DXT3_RGBA"><B>GL_VIEW_CLASS_S3TC_DXT3_RGBA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_CLASS_S3TC_DXT5_RGBA"><B>GL_VIEW_CLASS_S3TC_DXT5_RGBA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_CLASS_S3TC_DXT5_RGBA"><B>GL_VIEW_CLASS_S3TC_DXT5_RGBA</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Returned as possible responses for various &lt;pname&gt; queries
to GetInternalformativ and GetInternalformati64v
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#GL_VIEW_COMPATIBILITY_CLASS"><B>GL_VIEW_COMPATIBILITY_CLASS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL43.html#GL_VIEW_COMPATIBILITY_CLASS"><B>GL_VIEW_COMPATIBILITY_CLASS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetInternalformativ
and GetInternalformati64v:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_VIEWPORT"><B>GL_VIEWPORT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_VIEWPORT"><B>GL_VIEWPORT</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>GetPName
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_VIEWPORT_BIT"><B>GL_VIEWPORT_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#GL_VIEWPORT_BOUNDS_RANGE"><B>GL_VIEWPORT_BOUNDS_RANGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_VIEWPORT_BOUNDS_RANGE"><B>GL_VIEWPORT_BOUNDS_RANGE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#GL_VIEWPORT_INDEX_PROVOKING_VERTEX"><B>GL_VIEWPORT_INDEX_PROVOKING_VERTEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_VIEWPORT_INDEX_PROVOKING_VERTEX"><B>GL_VIEWPORT_INDEX_PROVOKING_VERTEX</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#GL_VIEWPORT_SUBPIXEL_BITS"><B>GL_VIEWPORT_SUBPIXEL_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/GL41.html#GL_VIEWPORT_SUBPIXEL_BITS"><B>GL_VIEWPORT_SUBPIXEL_BITS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv, GetFloatv,
GetDoublev and GetInteger64v:
<DT><A HREF="./org/lwjgl/opengl/ARBSparseTexture.html#GL_VIRTUAL_PAGE_SIZE_INDEX_ARB"><B>GL_VIRTUAL_PAGE_SIZE_INDEX_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to TexParameter{i f}{v},
TexParameterI{u}v, GetTexParameter{if}v and GetTexParameterIi{u}v:
<DT><A HREF="./org/lwjgl/opengl/AMDSparseTexture.html#GL_VIRTUAL_PAGE_SIZE_X_AMD"><B>GL_VIRTUAL_PAGE_SIZE_X_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to GetInternalformativ:
<DT><A HREF="./org/lwjgl/opengl/ARBSparseTexture.html#GL_VIRTUAL_PAGE_SIZE_X_ARB"><B>GL_VIRTUAL_PAGE_SIZE_X_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to GetInternalformativ:
<DT><A HREF="./org/lwjgl/opengl/AMDSparseTexture.html#GL_VIRTUAL_PAGE_SIZE_Y_AMD"><B>GL_VIRTUAL_PAGE_SIZE_Y_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to GetInternalformativ:
<DT><A HREF="./org/lwjgl/opengl/ARBSparseTexture.html#GL_VIRTUAL_PAGE_SIZE_Y_ARB"><B>GL_VIRTUAL_PAGE_SIZE_Y_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to GetInternalformativ:
<DT><A HREF="./org/lwjgl/opengl/AMDSparseTexture.html#GL_VIRTUAL_PAGE_SIZE_Z_AMD"><B>GL_VIRTUAL_PAGE_SIZE_Z_AMD</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to GetInternalformativ:
<DT><A HREF="./org/lwjgl/opengl/ARBSparseTexture.html#GL_VIRTUAL_PAGE_SIZE_Z_ARB"><B>GL_VIRTUAL_PAGE_SIZE_Z_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</A>
<DD>Accepted by the &lt;pname&gt; parameter to GetInternalformativ:
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#GL_VIV_shader_binary"><B>GL_VIV_shader_binary</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#GL_VIVIDLIGHT_NV"><B>GL_VIVIDLIGHT_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>Accepted by the &lt;mode&gt; parameter of BlendEquation and BlendEquationi:
<DT><A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html#GL_VOLATILE_APPLE"><B>GL_VOLATILE_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</A>
<DD>Accepted by the &lt;option&gt; parameter of ObjectPurgeable, and returned
by ObjectPurgeable:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_W_EXT"><B>GL_W_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#GL_WAIT_FAILED"><B>GL_WAIT_FAILED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Returned by ClientWaitSync:
<DT><A HREF="./org/lwjgl/opengl/GL32.html#GL_WAIT_FAILED"><B>GL_WAIT_FAILED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Returned by ClientWaitSync:
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#GL_WAIT_FAILED"><B>GL_WAIT_FAILED</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_WEIGHT_ARRAY_ARB"><B>GL_WEIGHT_ARRAY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_WEIGHT_ARRAY_BUFFER_BINDING"><B>GL_WEIGHT_ARRAY_BUFFER_BINDING</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html#GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB"><B>GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBufferObject.html" title="class in org.lwjgl.opengl">ARBVertexBufferObject</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_WEIGHT_ARRAY_POINTER_ARB"><B>GL_WEIGHT_ARRAY_POINTER_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_WEIGHT_ARRAY_SIZE_ARB"><B>GL_WEIGHT_ARRAY_SIZE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_WEIGHT_ARRAY_STRIDE_ARB"><B>GL_WEIGHT_ARRAY_STRIDE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_WEIGHT_ARRAY_TYPE_ARB"><B>GL_WEIGHT_ARRAY_TYPE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#GL_WEIGHT_SUM_UNITY_ARB"><B>GL_WEIGHT_SUM_UNITY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#GL_WRITE_ONLY"><B>GL_WRITE_ONLY</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#GL_WRITE_ONLY_ARB"><B>GL_WRITE_ONLY_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferARB:
<DT><A HREF="./org/lwjgl/opengles/OESMapbuffer.html#GL_WRITE_ONLY_OES"><B>GL_WRITE_ONLY_OES</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</A>
<DD>Accepted by the &lt;access&gt; parameter of MapBufferOES:
<DT><A HREF="./org/lwjgl/opengl/NVPixelDataRange.html#GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV"><B>GL_WRITE_PIXEL_DATA_RANGE_LENGTH_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetBooleanv, GetIntegerv,
GetFloatv, and GetDoublev:
<DT><A HREF="./org/lwjgl/opengl/NVPixelDataRange.html#GL_WRITE_PIXEL_DATA_RANGE_NV"><B>GL_WRITE_PIXEL_DATA_RANGE_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</A>
<DD>Accepted by the &lt;target&gt; parameter of PixelDataRangeNV and
FlushPixelDataRangeNV, and by the &lt;cap&gt; parameter of
EnableClientState, DisableClientState, and IsEnabled:
<DT><A HREF="./org/lwjgl/opengl/NVPixelDataRange.html#GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV"><B>GL_WRITE_PIXEL_DATA_RANGE_POINTER_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</A>
<DD>Accepted by the &lt;pname&gt; parameter of GetPointerv:
<DT><A HREF="./org/lwjgl/opengles/QCOMWriteonlyRendering.html#GL_WRITEONLY_RENDERING_QCOM"><B>GL_WRITEONLY_RENDERING_QCOM</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMWriteonlyRendering.html" title="class in org.lwjgl.opengles">QCOMWriteonlyRendering</A>
<DD>Accepted by the &lt;cap&gt; parameter of Enable, Disable.
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_X_EXT"><B>GL_X_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_XOR"><B>GL_XOR</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_Y_EXT"><B>GL_Y_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_YCBAYCR8A_4224_NV"><B>GL_YCBAYCR8A_4224_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted in the &lt;params&gt; parameter of
VideoCaptureStreamParameter{i,f,d}vNV when &lt;pname&gt; is
VIDEO_BUFFER_INTERNAL_FORMAT_NV and returned by
GetVideoCaptureStream{i,f,d}vNV when &lt;pname&gt; is
VIDEO_BUFFER_INTERNAL_FORMAT_NV:
<DT><A HREF="./org/lwjgl/opengl/APPLEYcbcr422.html#GL_YCBCR_422_APPLE"><B>GL_YCBCR_422_APPLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEYcbcr422.html" title="class in org.lwjgl.opengl">APPLEYcbcr422</A>
<DD>Accepted by the &lt;format&gt; parameter of DrawPixels, ReadPixels, TexImage1D,
TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D,
TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D,
ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter,
SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable,
GetColorTable:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_YCBYCR8_422_NV"><B>GL_YCBYCR8_422_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted in the &lt;params&gt; parameter of
VideoCaptureStreamParameter{i,f,d}vNV when &lt;pname&gt; is
VIDEO_BUFFER_INTERNAL_FORMAT_NV and returned by
GetVideoCaptureStream{i,f,d}vNV when &lt;pname&gt; is
VIDEO_BUFFER_INTERNAL_FORMAT_NV:
<DT><A HREF="./org/lwjgl/opengles/AMDProgramBinaryZ400.html#GL_Z400_BINARY_AMD"><B>GL_Z400_BINARY_AMD</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDProgramBinaryZ400.html" title="class in org.lwjgl.opengles">AMDProgramBinaryZ400</A>
<DD>Accepted by the &lt;binaryFormat&gt; parameter of ProgramBinaryOES:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV"><B>GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted in the &lt;params&gt; parameter of
VideoCaptureStreamParameter{i,f,d}vNV when &lt;pname&gt; is
VIDEO_BUFFER_INTERNAL_FORMAT_NV and returned by
GetVideoCaptureStream{i,f,d}vNV when &lt;pname&gt; is
VIDEO_BUFFER_INTERNAL_FORMAT_NV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_Z4Y12Z4CB12Z4CR12_444_NV"><B>GL_Z4Y12Z4CB12Z4CR12_444_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted in the &lt;params&gt; parameter of
VideoCaptureStreamParameter{i,f,d}vNV when &lt;pname&gt; is
VIDEO_BUFFER_INTERNAL_FORMAT_NV and returned by
GetVideoCaptureStream{i,f,d}vNV when &lt;pname&gt; is
VIDEO_BUFFER_INTERNAL_FORMAT_NV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV"><B>GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted in the &lt;params&gt; parameter of
VideoCaptureStreamParameter{i,f,d}vNV when &lt;pname&gt; is
VIDEO_BUFFER_INTERNAL_FORMAT_NV and returned by
GetVideoCaptureStream{i,f,d}vNV when &lt;pname&gt; is
VIDEO_BUFFER_INTERNAL_FORMAT_NV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV"><B>GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted in the &lt;params&gt; parameter of
VideoCaptureStreamParameter{i,f,d}vNV when &lt;pname&gt; is
VIDEO_BUFFER_INTERNAL_FORMAT_NV and returned by
GetVideoCaptureStream{i,f,d}vNV when &lt;pname&gt; is
VIDEO_BUFFER_INTERNAL_FORMAT_NV:
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV"><B>GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Accepted in the &lt;params&gt; parameter of
VideoCaptureStreamParameter{i,f,d}vNV when &lt;pname&gt; is
VIDEO_BUFFER_INTERNAL_FORMAT_NV and returned by
GetVideoCaptureStream{i,f,d}vNV when &lt;pname&gt; is
VIDEO_BUFFER_INTERNAL_FORMAT_NV:
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_Z_EXT"><B>GL_Z_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ZERO"><B>GL_ZERO</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#GL_ZERO"><B>GL_ZERO</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>BlendingFactorDest
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#GL_ZERO_EXT"><B>GL_ZERO_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClipControl.html#GL_ZERO_TO_ONE"><B>GL_ZERO_TO_ONE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClipControl.html" title="class in org.lwjgl.opengl">ARBClipControl</A>
<DD>Accepted by the &lt;depth&gt; parameter of ClipControl:
<DT><A HREF="./org/lwjgl/opengl/GL45.html#GL_ZERO_TO_ONE"><B>GL_ZERO_TO_ONE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Accepted by the &lt;depth&gt; parameter of ClipControl:
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ZOOM_X"><B>GL_ZOOM_X</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#GL_ZOOM_Y"><B>GL_ZOOM_Y</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glAccum(int, float)"><B>glAccum(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSeparateShaderObjects.html#glActiveProgramEXT(int)"><B>glActiveProgramEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengl">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glActiveShaderProgram(int, int)"><B>glActiveShaderProgram(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glActiveShaderProgram(int, int)"><B>glActiveShaderProgram(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glActiveShaderProgramEXT(int, int)"><B>glActiveShaderProgramEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTStencilTwoSide.html#glActiveStencilFaceEXT(int)"><B>glActiveStencilFaceEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTStencilTwoSide.html" title="class in org.lwjgl.opengl">EXTStencilTwoSide</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glActiveTexture(int)"><B>glActiveTexture(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glActiveTexture(int)"><B>glActiveTexture(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glActiveTextureARB(int)"><B>glActiveTextureARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glActiveVaryingNV(int, java.nio.ByteBuffer)"><B>glActiveVaryingNV(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glActiveVaryingNV(int, java.lang.CharSequence)"><B>glActiveVaryingNV(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Overloads glActiveVaryingNV.
<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html#glAllocateMemoryNV(int, float, float, float)"><B>glAllocateMemoryNV(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#glAlphaFragmentOp1ATI(int, int, int, int, int, int)"><B>glAlphaFragmentOp1ATI(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#glAlphaFragmentOp2ATI(int, int, int, int, int, int, int, int, int)"><B>glAlphaFragmentOp2ATI(int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#glAlphaFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int)"><B>glAlphaFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glAlphaFunc(int, float)"><B>glAlphaFunc(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glAreProgramsResidentNV(java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glAreProgramsResidentNV(IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glAreTexturesResident(java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glAreTexturesResident(IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glArrayElement(int)"><B>glArrayElement(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glArrayObjectATI(int, int, int, int, int, int)"><B>glArrayObjectATI(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glAttachObjectARB(int, int)"><B>glAttachObjectARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glAttachShader(int, int)"><B>glAttachShader(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glAttachShader(int, int)"><B>glAttachShader(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glBegin(int)"><B>glBegin(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glBeginConditionalRender(int, int)"><B>glBeginConditionalRender(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVConditionalRender.html#glBeginConditionalRenderNV(int, int)"><B>glBeginConditionalRenderNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVConditionalRender.html" title="class in org.lwjgl.opengl">NVConditionalRender</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#glBeginFragmentShaderATI()"><B>glBeginFragmentShaderATI()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#glBeginOcclusionQueryNV(int)"><B>glBeginOcclusionQueryNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glBeginPerfMonitorAMD(int)"><B>glBeginPerfMonitorAMD(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glBeginPerfMonitorAMD(int)"><B>glBeginPerfMonitorAMD(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glBeginQuery(int, int)"><B>glBeginQuery(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glBeginQuery(int, int)"><B>glBeginQuery(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glBeginQueryARB(int, int)"><B>glBeginQueryARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glBeginQueryEXT(int, int)"><B>glBeginQueryEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html#glBeginQueryIndexed(int, int, int)"><B>glBeginQueryIndexed(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl">ARBTransformFeedback3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glBeginQueryIndexed(int, int, int)"><B>glBeginQueryIndexed(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glBeginTransformFeedback(int)"><B>glBeginTransformFeedback(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glBeginTransformFeedback(int)"><B>glBeginTransformFeedback(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#glBeginTransformFeedbackEXT(int)"><B>glBeginTransformFeedbackEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glBeginTransformFeedbackNV(int)"><B>glBeginTransformFeedbackNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glBeginVertexShaderEXT()"><B>glBeginVertexShaderEXT()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glBeginVideoCaptureNV(int)"><B>glBeginVideoCaptureNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glBindAttribLocation(int, int, java.nio.ByteBuffer)"><B>glBindAttribLocation(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glBindAttribLocation(int, int, java.lang.CharSequence)"><B>glBindAttribLocation(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glBindAttribLocation.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBindAttribLocation(int, int, java.nio.ByteBuffer)"><B>glBindAttribLocation(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBindAttribLocation(int, int, java.lang.CharSequence)"><B>glBindAttribLocation(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glBindAttribLocation.
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glBindAttribLocationARB(int, int, java.nio.ByteBuffer)"><B>glBindAttribLocationARB(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glBindAttribLocationARB(int, int, java.lang.CharSequence)"><B>glBindAttribLocationARB(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Overloads glBindAttribLocationARB.
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glBindBuffer(int, int)"><B>glBindBuffer(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBindBuffer(int, int)"><B>glBindBuffer(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glBindBufferARB(int, int)"><B>glBindBufferARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glBindBufferBase(int, int, int)"><B>glBindBufferBase(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glBindBufferBase(int, int, int)"><B>glBindBufferBase(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glBindBufferBase(int, int, int)"><B>glBindBufferBase(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#glBindBufferBaseEXT(int, int, int)"><B>glBindBufferBaseEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glBindBufferBaseNV(int, int, int)"><B>glBindBufferBaseNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#glBindBufferOffsetEXT(int, int, int, long)"><B>glBindBufferOffsetEXT(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glBindBufferOffsetNV(int, int, int, long)"><B>glBindBufferOffsetNV(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glBindBufferRange(int, int, int, long, long)"><B>glBindBufferRange(int, int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glBindBufferRange(int, int, int, long, long)"><B>glBindBufferRange(int, int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glBindBufferRange(int, int, int, long, long)"><B>glBindBufferRange(int, int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#glBindBufferRangeEXT(int, int, int, long, long)"><B>glBindBufferRangeEXT(int, int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glBindBufferRangeNV(int, int, int, long, long)"><B>glBindBufferRangeNV(int, int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultiBind.html#glBindBuffersBase(int, int, int, java.nio.IntBuffer)"><B>glBindBuffersBase(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultiBind.html" title="class in org.lwjgl.opengl">ARBMultiBind</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glBindBuffersBase(int, int, int, java.nio.IntBuffer)"><B>glBindBuffersBase(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultiBind.html#glBindBuffersRange(int, int, int, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>glBindBuffersRange(int, int, int, IntBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultiBind.html" title="class in org.lwjgl.opengl">ARBMultiBind</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glBindBuffersRange(int, int, int, java.nio.IntBuffer, org.lwjgl.PointerBuffer, org.lwjgl.PointerBuffer)"><B>glBindBuffersRange(int, int, int, IntBuffer, PointerBuffer, PointerBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glBindFragDataLocation(int, int, java.nio.ByteBuffer)"><B>glBindFragDataLocation(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glBindFragDataLocation(int, int, java.lang.CharSequence)"><B>glBindFragDataLocation(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glBindFragDataLocation.
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glBindFragDataLocationEXT(int, int, java.nio.ByteBuffer)"><B>glBindFragDataLocationEXT(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glBindFragDataLocationEXT(int, int, java.lang.CharSequence)"><B>glBindFragDataLocationEXT(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Overloads glBindFragDataLocationEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html#glBindFragDataLocationIndexed(int, int, int, java.nio.ByteBuffer)"><B>glBindFragDataLocationIndexed(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html#glBindFragDataLocationIndexed(int, int, int, java.lang.CharSequence)"><B>glBindFragDataLocationIndexed(int, int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</A>
<DD>Overloads glBindFragDataLocationIndexed.
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glBindFragDataLocationIndexed(int, int, int, java.nio.ByteBuffer)"><B>glBindFragDataLocationIndexed(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glBindFragDataLocationIndexed(int, int, int, java.lang.CharSequence)"><B>glBindFragDataLocationIndexed(int, int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Overloads glBindFragDataLocationIndexed.
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#glBindFragmentShaderATI(int)"><B>glBindFragmentShaderATI(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glBindFramebuffer(int, int)"><B>glBindFramebuffer(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glBindFramebuffer(int, int)"><B>glBindFramebuffer(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBindFramebuffer(int, int)"><B>glBindFramebuffer(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glBindFramebufferEXT(int, int)"><B>glBindFramebufferEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glBindFramebufferOES(int, int)"><B>glBindFramebufferOES(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#glBindImageTexture(int, int, int, boolean, int, int, int)"><B>glBindImageTexture(int, int, int, boolean, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glBindImageTexture(int, int, int, boolean, int, int, int)"><B>glBindImageTexture(int, int, int, boolean, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#glBindImageTextureEXT(int, int, int, boolean, int, int, int)"><B>glBindImageTextureEXT(int, int, int, boolean, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultiBind.html#glBindImageTextures(int, int, java.nio.IntBuffer)"><B>glBindImageTextures(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultiBind.html" title="class in org.lwjgl.opengl">ARBMultiBind</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glBindImageTextures(int, int, java.nio.IntBuffer)"><B>glBindImageTextures(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glBindLightParameterEXT(int, int)"><B>glBindLightParameterEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glBindMaterialParameterEXT(int, int)"><B>glBindMaterialParameterEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glBindMultiTextureEXT(int, int, int)"><B>glBindMultiTextureEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glBindParameterEXT(int)"><B>glBindParameterEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glBindProgramARB(int, int)"><B>glBindProgramARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glBindProgramNV(int, int)"><B>glBindProgramNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glBindProgramPipeline(int)"><B>glBindProgramPipeline(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glBindProgramPipeline(int)"><B>glBindProgramPipeline(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glBindProgramPipelineEXT(int)"><B>glBindProgramPipelineEXT(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glBindRenderbuffer(int, int)"><B>glBindRenderbuffer(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glBindRenderbuffer(int, int)"><B>glBindRenderbuffer(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBindRenderbuffer(int, int)"><B>glBindRenderbuffer(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glBindRenderbufferEXT(int, int)"><B>glBindRenderbufferEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glBindRenderbufferOES(int, int)"><B>glBindRenderbufferOES(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glBindSampler(int, int)"><B>glBindSampler(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glBindSampler(int, int)"><B>glBindSampler(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glBindSampler(int, int)"><B>glBindSampler(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultiBind.html#glBindSamplers(int, int, java.nio.IntBuffer)"><B>glBindSamplers(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultiBind.html" title="class in org.lwjgl.opengl">ARBMultiBind</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glBindSamplers(int, int, java.nio.IntBuffer)"><B>glBindSamplers(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glBindTexGenParameterEXT(int, int, int)"><B>glBindTexGenParameterEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glBindTexture(int, int)"><B>glBindTexture(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBindTexture(int, int)"><B>glBindTexture(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultiBind.html#glBindTextures(int, int, java.nio.IntBuffer)"><B>glBindTextures(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultiBind.html" title="class in org.lwjgl.opengl">ARBMultiBind</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glBindTextures(int, int, java.nio.IntBuffer)"><B>glBindTextures(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glBindTextureUnit(int, int)"><B>glBindTextureUnit(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glBindTextureUnit(int, int)"><B>glBindTextureUnit(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glBindTextureUnitParameterEXT(int, int)"><B>glBindTextureUnitParameterEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html#glBindTransformFeedback(int, int)"><B>glBindTransformFeedback(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glBindTransformFeedback(int, int)"><B>glBindTransformFeedback(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glBindTransformFeedback(int, int)"><B>glBindTransformFeedback(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html#glBindTransformFeedbackNV(int, int)"><B>glBindTransformFeedbackNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html#glBindVertexArray(int)"><B>glBindVertexArray(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl">ARBVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glBindVertexArray(int)"><B>glBindVertexArray(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glBindVertexArray(int)"><B>glBindVertexArray(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html#glBindVertexArrayAPPLE(int)"><B>glBindVertexArrayAPPLE(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl">APPLEVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html#glBindVertexArrayOES(int)"><B>glBindVertexArrayOES(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles">OESVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html#glBindVertexBuffer(int, int, long, int)"><B>glBindVertexBuffer(int, int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glBindVertexBuffer(int, int, long, int)"><B>glBindVertexBuffer(int, int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultiBind.html#glBindVertexBuffers(int, int, java.nio.IntBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"><B>glBindVertexBuffers(int, int, IntBuffer, PointerBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultiBind.html" title="class in org.lwjgl.opengl">ARBMultiBind</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glBindVertexBuffers(int, int, java.nio.IntBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"><B>glBindVertexBuffers(int, int, IntBuffer, PointerBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glBindVertexShaderEXT(int)"><B>glBindVertexShaderEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCaptureUtil.html#glBindVideoCaptureDeviceNV(int, long)"><B>glBindVideoCaptureDeviceNV(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCaptureUtil.html" title="class in org.lwjgl.opengl">NVVideoCaptureUtil</A>
<DD>After successfully locking a video capture device, use this method to bind it
to the capture slot specified in the current context.
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glBindVideoCaptureStreamBufferNV(int, int, int, long)"><B>glBindVideoCaptureStreamBufferNV(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glBindVideoCaptureStreamTextureNV(int, int, int, int, int)"><B>glBindVideoCaptureStreamTextureNV(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideoUtil.html#glBindVideoDeviceNV(int, long, java.nio.IntBuffer)"><B>glBindVideoDeviceNV(int, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideoUtil.html" title="class in org.lwjgl.opengl">NVPresentVideoUtil</A>
<DD>Binds the video output device specified to one of the context's available video output slots.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glBitmap(int, int, float, float, float, float, java.nio.ByteBuffer)"><B>glBitmap(int, int, float, float, float, float, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glBitmap(int, int, float, float, float, float, long)"><B>glBitmap(int, int, float, float, float, float, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#glBlendBarrierNV()"><B>glBlendBarrierNV()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glBlendColor(float, float, float, float)"><B>glBlendColor(float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glBlendColor(float, float, float, float)"><B>glBlendColor(float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBlendColor(float, float, float, float)"><B>glBlendColor(float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTBlendColor.html#glBlendColorEXT(float, float, float, float)"><B>glBlendColorEXT(float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendColor.html" title="class in org.lwjgl.opengl">EXTBlendColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glBlendEquation(int)"><B>glBlendEquation(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glBlendEquation(int)"><B>glBlendEquation(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBlendEquation(int)"><B>glBlendEquation(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTBlendMinmax.html#glBlendEquationEXT(int)"><B>glBlendEquationEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendMinmax.html" title="class in org.lwjgl.opengl">EXTBlendMinmax</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTBlendMinmax.html#glBlendEquationEXT(int)"><B>glBlendEquationEXT(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTBlendMinmax.html" title="class in org.lwjgl.opengles">EXTBlendMinmax</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glBlendEquationi(int, int)"><B>glBlendEquationi(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffersBlend.html#glBlendEquationiARB(int, int)"><B>glBlendEquationiARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffersBlend.html" title="class in org.lwjgl.opengl">ARBDrawBuffersBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDDrawBuffersBlend.html#glBlendEquationIndexedAMD(int, int)"><B>glBlendEquationIndexedAMD(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDrawBuffersBlend.html" title="class in org.lwjgl.opengl">AMDDrawBuffersBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESBlendSubtract.html#glBlendEquationOES(int)"><B>glBlendEquationOES(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESBlendSubtract.html" title="class in org.lwjgl.opengles">OESBlendSubtract</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glBlendEquationSeparate(int, int)"><B>glBlendEquationSeparate(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBlendEquationSeparate(int, int)"><B>glBlendEquationSeparate(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTBlendEquationSeparate.html#glBlendEquationSeparateEXT(int, int)"><B>glBlendEquationSeparateEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendEquationSeparate.html" title="class in org.lwjgl.opengl">EXTBlendEquationSeparate</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glBlendEquationSeparatei(int, int, int)"><B>glBlendEquationSeparatei(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffersBlend.html#glBlendEquationSeparateiARB(int, int, int)"><B>glBlendEquationSeparateiARB(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffersBlend.html" title="class in org.lwjgl.opengl">ARBDrawBuffersBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDDrawBuffersBlend.html#glBlendEquationSeparateIndexedAMD(int, int, int)"><B>glBlendEquationSeparateIndexedAMD(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDrawBuffersBlend.html" title="class in org.lwjgl.opengl">AMDDrawBuffersBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESBlendEquationSeparate.html#glBlendEquationSeparateOES(int, int)"><B>glBlendEquationSeparateOES(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESBlendEquationSeparate.html" title="class in org.lwjgl.opengles">OESBlendEquationSeparate</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glBlendFunc(int, int)"><B>glBlendFunc(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBlendFunc(int, int)"><B>glBlendFunc(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glBlendFunci(int, int, int)"><B>glBlendFunci(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffersBlend.html#glBlendFunciARB(int, int, int)"><B>glBlendFunciARB(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffersBlend.html" title="class in org.lwjgl.opengl">ARBDrawBuffersBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDDrawBuffersBlend.html#glBlendFuncIndexedAMD(int, int, int)"><B>glBlendFuncIndexedAMD(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDrawBuffersBlend.html" title="class in org.lwjgl.opengl">AMDDrawBuffersBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glBlendFuncSeparate(int, int, int, int)"><B>glBlendFuncSeparate(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBlendFuncSeparate(int, int, int, int)"><B>glBlendFuncSeparate(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTBlendFuncSeparate.html#glBlendFuncSeparateEXT(int, int, int, int)"><B>glBlendFuncSeparateEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBlendFuncSeparate.html" title="class in org.lwjgl.opengl">EXTBlendFuncSeparate</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glBlendFuncSeparatei(int, int, int, int, int)"><B>glBlendFuncSeparatei(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffersBlend.html#glBlendFuncSeparateiARB(int, int, int, int, int)"><B>glBlendFuncSeparateiARB(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffersBlend.html" title="class in org.lwjgl.opengl">ARBDrawBuffersBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDDrawBuffersBlend.html#glBlendFuncSeparateIndexedAMD(int, int, int, int, int)"><B>glBlendFuncSeparateIndexedAMD(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDrawBuffersBlend.html" title="class in org.lwjgl.opengl">AMDDrawBuffersBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESBlendFuncSeparate.html#glBlendFuncSeparateOES(int, int, int, int)"><B>glBlendFuncSeparateOES(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESBlendFuncSeparate.html" title="class in org.lwjgl.opengles">OESBlendFuncSeparate</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html#glBlendParameteriNV(int, int)"><B>glBlendParameteriNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl">NVBlendEquationAdvanced</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int)"><B>glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int)"><B>glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Transfers a rectangle of pixel values from one
region of the read framebuffer to another in the draw framebuffer.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int)"><B>glBlitFramebuffer(int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Transfers a rectangle of pixel values from one
region of the read framebuffer to another in the draw framebuffer.
<DT><A HREF="./org/lwjgl/opengles/ANGLEFramebufferBlit.html#glBlitFramebufferANGLE(int, int, int, int, int, int, int, int, int, int)"><B>glBlitFramebufferANGLE(int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ANGLEFramebufferBlit.html" title="class in org.lwjgl.opengles">ANGLEFramebufferBlit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferBlit.html#glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int)"><B>glBlitFramebufferEXT(int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferBlit.html" title="class in org.lwjgl.opengl">EXTFramebufferBlit</A>
<DD>Transfers a rectangle of pixel values from one
region of the read framebuffer to another in the draw framebuffer.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glBlitNamedFramebuffer(int, int, int, int, int, int, int, int, int, int, int, int)"><B>glBlitNamedFramebuffer(int, int, int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glBlitNamedFramebuffer(int, int, int, int, int, int, int, int, int, int, int, int)"><B>glBlitNamedFramebuffer(int, int, int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glBufferAddressRangeNV(int, int, long, long)"><B>glBufferAddressRangeNV(int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glBufferData(int, long, int)"><B>glBufferData(int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glBufferData(int, java.nio.ByteBuffer, int)"><B>glBufferData(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glBufferData(int, java.nio.DoubleBuffer, int)"><B>glBufferData(int, DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glBufferData(int, java.nio.FloatBuffer, int)"><B>glBufferData(int, FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glBufferData(int, java.nio.IntBuffer, int)"><B>glBufferData(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glBufferData(int, java.nio.ShortBuffer, int)"><B>glBufferData(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBufferData(int, long, int)"><B>glBufferData(int, long, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBufferData(int, java.nio.ByteBuffer, int)"><B>glBufferData(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBufferData(int, java.nio.FloatBuffer, int)"><B>glBufferData(int, FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBufferData(int, java.nio.IntBuffer, int)"><B>glBufferData(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBufferData(int, java.nio.ShortBuffer, int)"><B>glBufferData(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glBufferDataARB(int, long, int)"><B>glBufferDataARB(int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glBufferDataARB(int, java.nio.ByteBuffer, int)"><B>glBufferDataARB(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glBufferDataARB(int, java.nio.DoubleBuffer, int)"><B>glBufferDataARB(int, DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glBufferDataARB(int, java.nio.FloatBuffer, int)"><B>glBufferDataARB(int, FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glBufferDataARB(int, java.nio.IntBuffer, int)"><B>glBufferDataARB(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glBufferDataARB(int, java.nio.ShortBuffer, int)"><B>glBufferDataARB(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSparseBuffer.html#glBufferPageCommitmentARB(int, long, long, boolean)"><B>glBufferPageCommitmentARB(int, long, long, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseBuffer.html" title="class in org.lwjgl.opengl">ARBSparseBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEFlushBufferRange.html#glBufferParameteriAPPLE(int, int, int)"><B>glBufferParameteriAPPLE(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFlushBufferRange.html" title="class in org.lwjgl.opengl">APPLEFlushBufferRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#glBufferStorage(int, java.nio.ByteBuffer, int)"><B>glBufferStorage(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#glBufferStorage(int, java.nio.DoubleBuffer, int)"><B>glBufferStorage(int, DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#glBufferStorage(int, java.nio.FloatBuffer, int)"><B>glBufferStorage(int, FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#glBufferStorage(int, java.nio.IntBuffer, int)"><B>glBufferStorage(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#glBufferStorage(int, java.nio.ShortBuffer, int)"><B>glBufferStorage(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#glBufferStorage(int, java.nio.LongBuffer, int)"><B>glBufferStorage(int, LongBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#glBufferStorage(int, long, int)"><B>glBufferStorage(int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>Overloads glBufferStorage.
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glBufferStorage(int, java.nio.ByteBuffer, int)"><B>glBufferStorage(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glBufferStorage(int, java.nio.DoubleBuffer, int)"><B>glBufferStorage(int, DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glBufferStorage(int, java.nio.FloatBuffer, int)"><B>glBufferStorage(int, FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glBufferStorage(int, java.nio.IntBuffer, int)"><B>glBufferStorage(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glBufferStorage(int, java.nio.ShortBuffer, int)"><B>glBufferStorage(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glBufferStorage(int, java.nio.LongBuffer, int)"><B>glBufferStorage(int, LongBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glBufferStorage(int, long, int)"><B>glBufferStorage(int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>Overloads glBufferStorage.
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glBufferSubData(int, long, java.nio.ByteBuffer)"><B>glBufferSubData(int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glBufferSubData(int, long, java.nio.DoubleBuffer)"><B>glBufferSubData(int, long, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glBufferSubData(int, long, java.nio.FloatBuffer)"><B>glBufferSubData(int, long, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glBufferSubData(int, long, java.nio.IntBuffer)"><B>glBufferSubData(int, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glBufferSubData(int, long, java.nio.ShortBuffer)"><B>glBufferSubData(int, long, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBufferSubData(int, long, java.nio.ByteBuffer)"><B>glBufferSubData(int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBufferSubData(int, long, java.nio.FloatBuffer)"><B>glBufferSubData(int, long, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBufferSubData(int, long, java.nio.IntBuffer)"><B>glBufferSubData(int, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glBufferSubData(int, long, java.nio.ShortBuffer)"><B>glBufferSubData(int, long, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glBufferSubDataARB(int, long, java.nio.ByteBuffer)"><B>glBufferSubDataARB(int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glBufferSubDataARB(int, long, java.nio.DoubleBuffer)"><B>glBufferSubDataARB(int, long, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glBufferSubDataARB(int, long, java.nio.FloatBuffer)"><B>glBufferSubDataARB(int, long, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glBufferSubDataARB(int, long, java.nio.IntBuffer)"><B>glBufferSubDataARB(int, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glBufferSubDataARB(int, long, java.nio.ShortBuffer)"><B>glBufferSubDataARB(int, long, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glCallList(int)"><B>glCallList(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glCallLists(java.nio.ByteBuffer)"><B>glCallLists(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glCallLists(java.nio.IntBuffer)"><B>glCallLists(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glCallLists(java.nio.ShortBuffer)"><B>glCallLists(ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glCheckFramebufferStatus(int)"><B>glCheckFramebufferStatus(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glCheckFramebufferStatus(int)"><B>glCheckFramebufferStatus(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glCheckFramebufferStatus(int)"><B>glCheckFramebufferStatus(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glCheckFramebufferStatusEXT(int)"><B>glCheckFramebufferStatusEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glCheckFramebufferStatusOES(int)"><B>glCheckFramebufferStatusOES(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCheckNamedFramebufferStatus(int, int)"><B>glCheckNamedFramebufferStatus(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCheckNamedFramebufferStatus(int, int)"><B>glCheckNamedFramebufferStatus(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCheckNamedFramebufferStatusEXT(int, int)"><B>glCheckNamedFramebufferStatusEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glClampColor(int, int)"><B>glClampColor(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html#glClampColorARB(int, int)"><B>glClampColorARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glClear(int)"><B>glClear(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glClear(int)"><B>glClear(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glClearAccum(float, float, float, float)"><B>glClearAccum(float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glClearBuffer(int, int, java.nio.FloatBuffer)"><B>glClearBuffer(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glClearBuffer(int, int, java.nio.IntBuffer)"><B>glClearBuffer(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glClearBuffer(int, int, java.nio.FloatBuffer)"><B>glClearBuffer(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glClearBuffer(int, int, java.nio.IntBuffer)"><B>glClearBuffer(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearBufferObject.html#glClearBufferData(int, int, int, int, java.nio.ByteBuffer)"><B>glClearBufferData(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearBufferObject.html" title="class in org.lwjgl.opengl">ARBClearBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glClearBufferData(int, int, int, int, java.nio.ByteBuffer)"><B>glClearBufferData(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glClearBufferfi(int, int, float, int)"><B>glClearBufferfi(int, int, float, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glClearBufferfi(int, int, float, int)"><B>glClearBufferfi(int, int, float, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearBufferObject.html#glClearBufferSubData(int, int, long, long, int, int, java.nio.ByteBuffer)"><B>glClearBufferSubData(int, int, long, long, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearBufferObject.html" title="class in org.lwjgl.opengl">ARBClearBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glClearBufferSubData(int, int, long, long, int, int, java.nio.ByteBuffer)"><B>glClearBufferSubData(int, int, long, long, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glClearBufferu(int, int, java.nio.IntBuffer)"><B>glClearBufferu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glClearBufferu(int, int, java.nio.IntBuffer)"><B>glClearBufferu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glClearColor(float, float, float, float)"><B>glClearColor(float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glClearColor(float, float, float, float)"><B>glClearColor(float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#glClearColorIiEXT(int, int, int, int)"><B>glClearColorIiEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#glClearColorIuiEXT(int, int, int, int)"><B>glClearColorIuiEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glClearDepth(double)"><B>glClearDepth(double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html#glClearDepthdNV(double)"><B>glClearDepthdNV(double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl">NVDepthBufferFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#glClearDepthf(float)"><B>glClearDepthf(float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glClearDepthf(float)"><B>glClearDepthf(float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glClearDepthf(float)"><B>glClearDepthf(float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glClearNamedBufferData(int, int, int, int, java.nio.ByteBuffer)"><B>glClearNamedBufferData(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glClearNamedBufferData(int, int, int, int, java.nio.ByteBuffer)"><B>glClearNamedBufferData(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearBufferObject.html#glClearNamedBufferDataEXT(int, int, int, int, java.nio.ByteBuffer)"><B>glClearNamedBufferDataEXT(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearBufferObject.html" title="class in org.lwjgl.opengl">ARBClearBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glClearNamedBufferSubData(int, int, long, long, int, int, java.nio.ByteBuffer)"><B>glClearNamedBufferSubData(int, int, long, long, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glClearNamedBufferSubData(int, int, long, long, int, int, java.nio.ByteBuffer)"><B>glClearNamedBufferSubData(int, int, long, long, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearBufferObject.html#glClearNamedBufferSubDataEXT(int, int, long, long, int, int, java.nio.ByteBuffer)"><B>glClearNamedBufferSubDataEXT(int, int, long, long, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearBufferObject.html" title="class in org.lwjgl.opengl">ARBClearBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glClearNamedFramebuffer(int, int, int, java.nio.IntBuffer)"><B>glClearNamedFramebuffer(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glClearNamedFramebuffer(int, int, int, java.nio.FloatBuffer)"><B>glClearNamedFramebuffer(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glClearNamedFramebuffer(int, int, int, java.nio.IntBuffer)"><B>glClearNamedFramebuffer(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glClearNamedFramebuffer(int, int, int, java.nio.FloatBuffer)"><B>glClearNamedFramebuffer(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glClearNamedFramebufferfi(int, int, float, int)"><B>glClearNamedFramebufferfi(int, int, float, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glClearNamedFramebufferfi(int, int, float, int)"><B>glClearNamedFramebufferfi(int, int, float, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glClearNamedFramebufferu(int, int, int, java.nio.IntBuffer)"><B>glClearNamedFramebufferu(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glClearNamedFramebufferu(int, int, int, java.nio.IntBuffer)"><B>glClearNamedFramebufferu(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glClearStencil(int)"><B>glClearStencil(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glClearStencil(int)"><B>glClearStencil(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexImage(int, int, int, int, java.nio.ByteBuffer)"><B>glClearTexImage(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexImage(int, int, int, int, java.nio.DoubleBuffer)"><B>glClearTexImage(int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexImage(int, int, int, int, java.nio.FloatBuffer)"><B>glClearTexImage(int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexImage(int, int, int, int, java.nio.IntBuffer)"><B>glClearTexImage(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexImage(int, int, int, int, java.nio.ShortBuffer)"><B>glClearTexImage(int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexImage(int, int, int, int, java.nio.LongBuffer)"><B>glClearTexImage(int, int, int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glClearTexImage(int, int, int, int, java.nio.ByteBuffer)"><B>glClearTexImage(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glClearTexImage(int, int, int, int, java.nio.DoubleBuffer)"><B>glClearTexImage(int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glClearTexImage(int, int, int, int, java.nio.FloatBuffer)"><B>glClearTexImage(int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glClearTexImage(int, int, int, int, java.nio.IntBuffer)"><B>glClearTexImage(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glClearTexImage(int, int, int, int, java.nio.ShortBuffer)"><B>glClearTexImage(int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glClearTexImage(int, int, int, int, java.nio.LongBuffer)"><B>glClearTexImage(int, int, int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClearTexture.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.LongBuffer)"><B>glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClearTexture.html" title="class in org.lwjgl.opengl">ARBClearTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL44.html#glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.LongBuffer)"><B>glClearTexSubImage(int, int, int, int, int, int, int, int, int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL44.html" title="class in org.lwjgl.opengl">GL44</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glClientActiveTexture(int)"><B>glClientActiveTexture(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glClientActiveTextureARB(int)"><B>glClientActiveTextureARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glClientActiveVertexStreamATI(int)"><B>glClientActiveVertexStreamATI(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glClientAttribDefaultEXT(int)"><B>glClientAttribDefaultEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#glClientWaitSync(org.lwjgl.opengl.GLSync, int, long)"><B>glClientWaitSync(GLSync, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glClientWaitSync(org.lwjgl.opengl.GLSync, int, long)"><B>glClientWaitSync(GLSync, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glClientWaitSync(org.lwjgl.opengles.GLSync, int, long)"><B>glClientWaitSync(GLSync, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#glClientWaitSyncAPPLE(org.lwjgl.opengles.GLSync, int, long)"><B>glClientWaitSyncAPPLE(GLSync, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBClipControl.html#glClipControl(int, int)"><B>glClipControl(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBClipControl.html" title="class in org.lwjgl.opengl">ARBClipControl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glClipControl(int, int)"><B>glClipControl(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glClipPlane(int, java.nio.DoubleBuffer)"><B>glClipPlane(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColor3b(byte, byte, byte)"><B>glColor3b(byte, byte, byte)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColor3d(double, double, double)"><B>glColor3d(double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColor3f(float, float, float)"><B>glColor3f(float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glColor3hNV(short, short, short)"><B>glColor3hNV(short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColor3ub(byte, byte, byte)"><B>glColor3ub(byte, byte, byte)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColor4b(byte, byte, byte, byte)"><B>glColor4b(byte, byte, byte, byte)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColor4d(double, double, double, double)"><B>glColor4d(double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColor4f(float, float, float, float)"><B>glColor4f(float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glColor4hNV(short, short, short, short)"><B>glColor4hNV(short, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColor4ub(byte, byte, byte, byte)"><B>glColor4ub(byte, byte, byte, byte)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glColorFormatNV(int, int, int)"><B>glColorFormatNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#glColorFragmentOp1ATI(int, int, int, int, int, int, int)"><B>glColorFragmentOp1ATI(int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#glColorFragmentOp2ATI(int, int, int, int, int, int, int, int, int, int)"><B>glColorFragmentOp2ATI(int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#glColorFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int, int)"><B>glColorFragmentOp3ATI(int, int, int, int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColorMask(boolean, boolean, boolean, boolean)"><B>glColorMask(boolean, boolean, boolean, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glColorMask(boolean, boolean, boolean, boolean)"><B>glColorMask(boolean, boolean, boolean, boolean)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glColorMaski(int, boolean, boolean, boolean, boolean)"><B>glColorMaski(int, boolean, boolean, boolean, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html#glColorMaskIndexedEXT(int, boolean, boolean, boolean, boolean)"><B>glColorMaskIndexedEXT(int, boolean, boolean, boolean, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColorMaterial(int, int)"><B>glColorMaterial(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glColorP3u(int, java.nio.IntBuffer)"><B>glColorP3u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glColorP3u(int, java.nio.IntBuffer)"><B>glColorP3u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glColorP3ui(int, int)"><B>glColorP3ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glColorP3ui(int, int)"><B>glColorP3ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glColorP4u(int, java.nio.IntBuffer)"><B>glColorP4u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glColorP4u(int, java.nio.IntBuffer)"><B>glColorP4u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glColorP4ui(int, int)"><B>glColorP4ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glColorP4ui(int, int)"><B>glColorP4ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColorPointer(int, int, java.nio.DoubleBuffer)"><B>glColorPointer(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColorPointer(int, int, java.nio.FloatBuffer)"><B>glColorPointer(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColorPointer(int, boolean, int, java.nio.ByteBuffer)"><B>glColorPointer(int, boolean, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColorPointer(int, int, int, long)"><B>glColorPointer(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glColorPointer(int, int, int, java.nio.ByteBuffer)"><B>glColorPointer(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glColorPointer.
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glColorSubTable(int, int, int, int, int, java.nio.ByteBuffer)"><B>glColorSubTable(int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glColorSubTable(int, int, int, int, int, java.nio.DoubleBuffer)"><B>glColorSubTable(int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glColorSubTable(int, int, int, int, int, java.nio.FloatBuffer)"><B>glColorSubTable(int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glColorSubTable(int, int, int, int, int, long)"><B>glColorSubTable(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorSubTableEXT(int, int, int, int, int, java.nio.ByteBuffer)"><B>glColorSubTableEXT(int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorSubTableEXT(int, int, int, int, int, java.nio.DoubleBuffer)"><B>glColorSubTableEXT(int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorSubTableEXT(int, int, int, int, int, java.nio.FloatBuffer)"><B>glColorSubTableEXT(int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorSubTableEXT(int, int, int, int, int, java.nio.IntBuffer)"><B>glColorSubTableEXT(int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorSubTableEXT(int, int, int, int, int, java.nio.ShortBuffer)"><B>glColorSubTableEXT(int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glColorTable(int, int, int, int, int, java.nio.ByteBuffer)"><B>glColorTable(int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glColorTable(int, int, int, int, int, java.nio.DoubleBuffer)"><B>glColorTable(int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glColorTable(int, int, int, int, int, java.nio.FloatBuffer)"><B>glColorTable(int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glColorTable(int, int, int, int, int, long)"><B>glColorTable(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorTableEXT(int, int, int, int, int, java.nio.ByteBuffer)"><B>glColorTableEXT(int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorTableEXT(int, int, int, int, int, java.nio.DoubleBuffer)"><B>glColorTableEXT(int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorTableEXT(int, int, int, int, int, java.nio.FloatBuffer)"><B>glColorTableEXT(int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorTableEXT(int, int, int, int, int, java.nio.IntBuffer)"><B>glColorTableEXT(int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glColorTableEXT(int, int, int, int, int, java.nio.ShortBuffer)"><B>glColorTableEXT(int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glColorTableParameter(int, int, java.nio.IntBuffer)"><B>glColorTableParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glColorTableParameter(int, int, java.nio.FloatBuffer)"><B>glColorTableParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glCombinerInputNV(int, int, int, int, int, int)"><B>glCombinerInputNV(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glCombinerOutputNV(int, int, int, int, int, int, int, boolean, boolean, boolean)"><B>glCombinerOutputNV(int, int, int, int, int, int, int, boolean, boolean, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glCombinerParameterfNV(int, float)"><B>glCombinerParameterfNV(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glCombinerParameteriNV(int, int)"><B>glCombinerParameteriNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glCombinerParameterNV(int, java.nio.FloatBuffer)"><B>glCombinerParameterNV(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glCombinerParameterNV(int, java.nio.IntBuffer)"><B>glCombinerParameterNV(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners2.html#glCombinerStageParameterNV(int, int, java.nio.FloatBuffer)"><B>glCombinerStageParameterNV(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners2.html" title="class in org.lwjgl.opengl">NVRegisterCombiners2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glCompileShader(int)"><B>glCompileShader(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glCompileShader(int)"><B>glCompileShader(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glCompileShaderARB(int)"><B>glCompileShaderARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glCompileShaderIncludeARB(int, int, java.nio.ByteBuffer)"><B>glCompileShaderIncludeARB(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glCompileShaderIncludeARB(int, java.lang.CharSequence[])"><B>glCompileShaderIncludeARB(int, CharSequence[])</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>Overloads glCompileShaderIncludeARB.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexImage1DEXT(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedMultiTexImage1DEXT(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexImage1DEXT(int, int, int, int, int, int, int, long)"><B>glCompressedMultiTexImage1DEXT(int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexImage2DEXT(int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedMultiTexImage2DEXT(int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexImage2DEXT(int, int, int, int, int, int, int, int, long)"><B>glCompressedMultiTexImage2DEXT(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexImage3DEXT(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedMultiTexImage3DEXT(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, long)"><B>glCompressedMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexSubImage1DEXT(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedMultiTexSubImage1DEXT(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexSubImage1DEXT(int, int, int, int, int, int, int, long)"><B>glCompressedMultiTexSubImage1DEXT(int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)"><B>glCompressedMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)"><B>glCompressedMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexImage1D(int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexImage1D(int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexImage1D(int, int, int, int, int, int, long)"><B>glCompressedTexImage1D(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexImage1D(int, int, int, int, int, int)"><B>glCompressedTexImage1D(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>Overloads glCompressedTexImage1D.
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexImage1DARB(int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexImage1DARB(int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexImage1DARB(int, int, int, int, int, int, long)"><B>glCompressedTexImage1DARB(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexImage2D(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexImage2D(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexImage2D(int, int, int, int, int, int, int, long)"><B>glCompressedTexImage2D(int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexImage2D(int, int, int, int, int, int, int)"><B>glCompressedTexImage2D(int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>Overloads glCompressedTexImage2D.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glCompressedTexImage2D(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexImage2D(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexImage2DARB(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexImage2DARB(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexImage2DARB(int, int, int, int, int, int, int, long)"><B>glCompressedTexImage2DARB(int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexImage3D(int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexImage3D(int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexImage3D(int, int, int, int, int, int, int, int, long)"><B>glCompressedTexImage3D(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexImage3D(int, int, int, int, int, int, int, int)"><B>glCompressedTexImage3D(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>Overloads glCompressedTexImage3D.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glCompressedTexImage3D(int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexImage3D(int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glCompressedTexImage3D(int, int, int, int, int, int, int, int, long)"><B>glCompressedTexImage3D(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexImage3DARB(int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexImage3DARB(int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexImage3DARB(int, int, int, int, int, int, int, int, long)"><B>glCompressedTexImage3DARB(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#glCompressedTexImage3DOES(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexImage3DOES(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexSubImage1D(int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexSubImage1D(int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexSubImage1D(int, int, int, int, int, int, long)"><B>glCompressedTexSubImage1D(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexSubImage1DARB(int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexSubImage1DARB(int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexSubImage1DARB(int, int, int, int, int, int, long)"><B>glCompressedTexSubImage1DARB(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexSubImage2D(int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexSubImage2D(int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long)"><B>glCompressedTexSubImage2D(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glCompressedTexSubImage2D(int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexSubImage2D(int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexSubImage2DARB(int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexSubImage2DARB(int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexSubImage2DARB(int, int, int, int, int, int, int, int, long)"><B>glCompressedTexSubImage2DARB(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)"><B>glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)"><B>glCompressedTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexSubImage3DARB(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexSubImage3DARB(int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#glCompressedTexSubImage3DARB(int, int, int, int, int, int, int, int, int, int, long)"><B>glCompressedTexSubImage3DARB(int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#glCompressedTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureImage1DEXT(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTextureImage1DEXT(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureImage1DEXT(int, int, int, int, int, int, int, long)"><B>glCompressedTextureImage1DEXT(int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureImage2DEXT(int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTextureImage2DEXT(int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureImage2DEXT(int, int, int, int, int, int, int, int, long)"><B>glCompressedTextureImage2DEXT(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureImage3DEXT(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTextureImage3DEXT(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureImage3DEXT(int, int, int, int, int, int, int, int, int, long)"><B>glCompressedTextureImage3DEXT(int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCompressedTextureSubImage1D(int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTextureSubImage1D(int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCompressedTextureSubImage1D(int, int, int, int, int, int, long)"><B>glCompressedTextureSubImage1D(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCompressedTextureSubImage1D(int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTextureSubImage1D(int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCompressedTextureSubImage1D(int, int, int, int, int, int, long)"><B>glCompressedTextureSubImage1D(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureSubImage1DEXT(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTextureSubImage1DEXT(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureSubImage1DEXT(int, int, int, int, int, int, int, long)"><B>glCompressedTextureSubImage1DEXT(int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCompressedTextureSubImage2D(int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTextureSubImage2D(int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCompressedTextureSubImage2D(int, int, int, int, int, int, int, int, long)"><B>glCompressedTextureSubImage2D(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCompressedTextureSubImage2D(int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTextureSubImage2D(int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCompressedTextureSubImage2D(int, int, int, int, int, int, int, int, long)"><B>glCompressedTextureSubImage2D(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureSubImage2DEXT(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTextureSubImage2DEXT(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)"><B>glCompressedTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCompressedTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCompressedTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, long)"><B>glCompressedTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCompressedTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCompressedTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, long)"><B>glCompressedTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glCompressedTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCompressedTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)"><B>glCompressedTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GLContext.html" title="class in org.lwjgl.opengl"><B>GLContext</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD><p/>
Manages GL contexts.<DT><A HREF="./org/lwjgl/opengl/GLContext.html#GLContext()"><B>GLContext()</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GLContext.html" title="class in org.lwjgl.opengl">GLContext</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLContext.html" title="class in org.lwjgl.opengles"><B>GLContext</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD><p/>
Manages GL contexts.<DT><A HREF="./org/lwjgl/opengles/GLContext.html#GLContext()"><B>GLContext()</B></A> -
Constructor for class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLContext.html" title="class in org.lwjgl.opengles">GLContext</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter1D(int, int, int, int, int, java.nio.ByteBuffer)"><B>glConvolutionFilter1D(int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter1D(int, int, int, int, int, java.nio.DoubleBuffer)"><B>glConvolutionFilter1D(int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter1D(int, int, int, int, int, java.nio.FloatBuffer)"><B>glConvolutionFilter1D(int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter1D(int, int, int, int, int, java.nio.IntBuffer)"><B>glConvolutionFilter1D(int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter1D(int, int, int, int, int, java.nio.ShortBuffer)"><B>glConvolutionFilter1D(int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter1D(int, int, int, int, int, long)"><B>glConvolutionFilter1D(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter2D(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glConvolutionFilter2D(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter2D(int, int, int, int, int, int, java.nio.IntBuffer)"><B>glConvolutionFilter2D(int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter2D(int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glConvolutionFilter2D(int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glConvolutionFilter2D(int, int, int, int, int, int, long)"><B>glConvolutionFilter2D(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glConvolutionParameter(int, int, java.nio.FloatBuffer)"><B>glConvolutionParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glConvolutionParameter(int, int, java.nio.IntBuffer)"><B>glConvolutionParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glConvolutionParameterf(int, int, float)"><B>glConvolutionParameterf(int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glConvolutionParameteri(int, int, int)"><B>glConvolutionParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBCopyBuffer.html#glCopyBufferSubData(int, int, long, long, long)"><B>glCopyBufferSubData(int, int, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCopyBuffer.html" title="class in org.lwjgl.opengl">ARBCopyBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glCopyBufferSubData(int, int, long, long, long)"><B>glCopyBufferSubData(int, int, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glCopyBufferSubData(int, int, long, long, long)"><B>glCopyBufferSubData(int, int, long, long, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glCopyColorSubTable(int, int, int, int, int)"><B>glCopyColorSubTable(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glCopyColorTable(int, int, int, int, int)"><B>glCopyColorTable(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glCopyConvolutionFilter1D(int, int, int, int, int)"><B>glCopyConvolutionFilter1D(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glCopyConvolutionFilter2D(int, int, int, int, int, int)"><B>glCopyConvolutionFilter2D(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBCopyImage.html#glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)"><B>glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCopyImage.html" title="class in org.lwjgl.opengl">ARBCopyImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)"><B>glCopyImageSubData(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVCopyImage.html#glCopyImageSubDataNV(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)"><B>glCopyImageSubDataNV(int, int, int, int, int, int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVCopyImage.html" title="class in org.lwjgl.opengl">NVCopyImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyMultiTexImage1DEXT(int, int, int, int, int, int, int, int)"><B>glCopyMultiTexImage1DEXT(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int)"><B>glCopyMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyMultiTexSubImage1DEXT(int, int, int, int, int, int, int)"><B>glCopyMultiTexSubImage1DEXT(int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int)"><B>glCopyMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int)"><B>glCopyMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCopyNamedBufferSubData(int, int, long, long, long)"><B>glCopyNamedBufferSubData(int, int, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCopyNamedBufferSubData(int, int, long, long, long)"><B>glCopyNamedBufferSubData(int, int, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glCopyPathNV(int, int)"><B>glCopyPathNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glCopyPixels(int, int, int, int, int)"><B>glCopyPixels(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glCopyTexImage1D(int, int, int, int, int, int, int)"><B>glCopyTexImage1D(int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glCopyTexImage2D(int, int, int, int, int, int, int, int)"><B>glCopyTexImage2D(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glCopyTexImage2D(int, int, int, int, int, int, int, int)"><B>glCopyTexImage2D(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glCopyTexSubImage1D(int, int, int, int, int, int)"><B>glCopyTexSubImage1D(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glCopyTexSubImage2D(int, int, int, int, int, int, int, int)"><B>glCopyTexSubImage2D(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glCopyTexSubImage2D(int, int, int, int, int, int, int, int)"><B>glCopyTexSubImage2D(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int)"><B>glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int)"><B>glCopyTexSubImage3D(int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#glCopyTexSubImage3DOES(int, int, int, int, int, int, int, int, int)"><B>glCopyTexSubImage3DOES(int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyTextureImage1DEXT(int, int, int, int, int, int, int, int)"><B>glCopyTextureImage1DEXT(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyTextureImage2DEXT(int, int, int, int, int, int, int, int, int)"><B>glCopyTextureImage2DEXT(int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTCopyTextureLevels.html#glCopyTextureLevelsAPPLE(int, int, int, int)"><B>glCopyTextureLevelsAPPLE(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTCopyTextureLevels.html" title="class in org.lwjgl.opengles">EXTCopyTextureLevels</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCopyTextureSubImage1D(int, int, int, int, int, int)"><B>glCopyTextureSubImage1D(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCopyTextureSubImage1D(int, int, int, int, int, int)"><B>glCopyTextureSubImage1D(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyTextureSubImage1DEXT(int, int, int, int, int, int, int)"><B>glCopyTextureSubImage1DEXT(int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCopyTextureSubImage2D(int, int, int, int, int, int, int, int)"><B>glCopyTextureSubImage2D(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCopyTextureSubImage2D(int, int, int, int, int, int, int, int)"><B>glCopyTextureSubImage2D(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int)"><B>glCopyTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCopyTextureSubImage3D(int, int, int, int, int, int, int, int, int)"><B>glCopyTextureSubImage3D(int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCopyTextureSubImage3D(int, int, int, int, int, int, int, int, int)"><B>glCopyTextureSubImage3D(int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glCopyTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int)"><B>glCopyTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVCoverageSample.html#glCoverageMaskNV(boolean)"><B>glCoverageMaskNV(boolean)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVCoverageSample.html#glCoverageOperationNV(int)"><B>glCoverageOperationNV(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles">NVCoverageSample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glCoverFillPathInstancedNV(int, java.nio.ByteBuffer, int, int, int, java.nio.FloatBuffer)"><B>glCoverFillPathInstancedNV(int, ByteBuffer, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glCoverFillPathNV(int, int)"><B>glCoverFillPathNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glCoverStrokePathInstancedNV(int, java.nio.ByteBuffer, int, int, int, java.nio.FloatBuffer)"><B>glCoverStrokePathInstancedNV(int, ByteBuffer, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glCoverStrokePathNV(int, int)"><B>glCoverStrokePathNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateBuffers(java.nio.IntBuffer)"><B>glCreateBuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateBuffers()"><B>glCreateBuffers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glCreateBuffers.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateBuffers(java.nio.IntBuffer)"><B>glCreateBuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateBuffers()"><B>glCreateBuffers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glCreateBuffers.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateFramebuffers(java.nio.IntBuffer)"><B>glCreateFramebuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateFramebuffers()"><B>glCreateFramebuffers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glCreateFramebuffers.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateFramebuffers(java.nio.IntBuffer)"><B>glCreateFramebuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateFramebuffers()"><B>glCreateFramebuffers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glCreateFramebuffers.
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#glCreatePathbufferNV(int)"><B>glCreatePathbufferNV(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#glCreatePathNV(int, java.nio.ByteBuffer)"><B>glCreatePathNV(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#glCreatePathProgramNV()"><B>glCreatePathProgramNV()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glCreateProgram()"><B>glCreateProgram()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glCreateProgram()"><B>glCreateProgram()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glCreateProgramObjectARB()"><B>glCreateProgramObjectARB()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateProgramPipelines(java.nio.IntBuffer)"><B>glCreateProgramPipelines(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateProgramPipelines()"><B>glCreateProgramPipelines()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glCreateProgramPipelines.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateProgramPipelines(java.nio.IntBuffer)"><B>glCreateProgramPipelines(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateProgramPipelines()"><B>glCreateProgramPipelines()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glCreateProgramPipelines.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateQueries(int, java.nio.IntBuffer)"><B>glCreateQueries(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateQueries(int)"><B>glCreateQueries(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glCreateQueries.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateQueries(int, java.nio.IntBuffer)"><B>glCreateQueries(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateQueries(int)"><B>glCreateQueries(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glCreateQueries.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateRenderbuffers(java.nio.IntBuffer)"><B>glCreateRenderbuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateRenderbuffers()"><B>glCreateRenderbuffers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glCreateRenderbuffers.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateRenderbuffers(java.nio.IntBuffer)"><B>glCreateRenderbuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateRenderbuffers()"><B>glCreateRenderbuffers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glCreateRenderbuffers.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateSamplers(java.nio.IntBuffer)"><B>glCreateSamplers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateSamplers()"><B>glCreateSamplers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glCreateSamplers.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateSamplers(java.nio.IntBuffer)"><B>glCreateSamplers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateSamplers()"><B>glCreateSamplers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glCreateSamplers.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glCreateShader(int)"><B>glCreateShader(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glCreateShader(int)"><B>glCreateShader(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glCreateShaderObjectARB(int)"><B>glCreateShaderObjectARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glCreateShaderProgram(int, java.nio.ByteBuffer)"><B>glCreateShaderProgram(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Single null-terminated source code string.
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glCreateShaderProgram(int, int, java.nio.ByteBuffer)"><B>glCreateShaderProgram(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Overloads glCreateShaderProgramv.
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glCreateShaderProgram(int, java.nio.ByteBuffer[])"><B>glCreateShaderProgram(int, ByteBuffer[])</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Overloads glCreateShaderProgramv.
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glCreateShaderProgram(int, java.lang.CharSequence)"><B>glCreateShaderProgram(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Overloads glCreateShaderProgramv.
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glCreateShaderProgram(int, java.lang.CharSequence[])"><B>glCreateShaderProgram(int, CharSequence[])</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Overloads glCreateShaderProgramv.
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glCreateShaderProgram(int, java.nio.ByteBuffer)"><B>glCreateShaderProgram(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Single null-terminated source code string.
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glCreateShaderProgram(int, int, java.nio.ByteBuffer)"><B>glCreateShaderProgram(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Overloads glCreateShaderProgramv.
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glCreateShaderProgram(int, java.nio.ByteBuffer[])"><B>glCreateShaderProgram(int, ByteBuffer[])</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Overloads glCreateShaderProgramv.
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glCreateShaderProgram(int, java.lang.CharSequence)"><B>glCreateShaderProgram(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Overloads glCreateShaderProgramv.
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glCreateShaderProgram(int, java.lang.CharSequence[])"><B>glCreateShaderProgram(int, CharSequence[])</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Overloads glCreateShaderProgramv.
<DT><A HREF="./org/lwjgl/opengl/EXTSeparateShaderObjects.html#glCreateShaderProgramEXT(int, java.nio.ByteBuffer)"><B>glCreateShaderProgramEXT(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengl">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSeparateShaderObjects.html#glCreateShaderProgramEXT(int, java.lang.CharSequence)"><B>glCreateShaderProgramEXT(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengl">EXTSeparateShaderObjects</A>
<DD>Overloads glCreateShaderProgramEXT.
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glCreateShaderProgramEXT(int, java.nio.ByteBuffer)"><B>glCreateShaderProgramEXT(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Single null-terminated source code string.
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glCreateShaderProgramEXT(int, int, java.nio.ByteBuffer)"><B>glCreateShaderProgramEXT(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Overloads glCreateShaderProgramvEXT.
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glCreateShaderProgramEXT(int, java.nio.ByteBuffer[])"><B>glCreateShaderProgramEXT(int, ByteBuffer[])</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Overloads glCreateShaderProgramvEXT.
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glCreateShaderProgramEXT(int, java.lang.CharSequence)"><B>glCreateShaderProgramEXT(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Overloads glCreateShaderProgramvEXT.
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glCreateShaderProgramEXT(int, java.lang.CharSequence[])"><B>glCreateShaderProgramEXT(int, CharSequence[])</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Overloads glCreateShaderProgramvEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBCLEvent.html#glCreateSyncFromCLeventARB(org.lwjgl.opencl.CLContext, org.lwjgl.opencl.CLEvent, int)"><B>glCreateSyncFromCLeventARB(CLContext, CLEvent, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBCLEvent.html" title="class in org.lwjgl.opengl">ARBCLEvent</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateTextures(int, java.nio.IntBuffer)"><B>glCreateTextures(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateTextures(int)"><B>glCreateTextures(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glCreateTextures.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateTextures(int, java.nio.IntBuffer)"><B>glCreateTextures(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateTextures(int)"><B>glCreateTextures(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glCreateTextures.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateTransformFeedbacks(java.nio.IntBuffer)"><B>glCreateTransformFeedbacks(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateTransformFeedbacks()"><B>glCreateTransformFeedbacks()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glCreateTransformFeedbacks.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateTransformFeedbacks(java.nio.IntBuffer)"><B>glCreateTransformFeedbacks(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateTransformFeedbacks()"><B>glCreateTransformFeedbacks()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glCreateTransformFeedbacks.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateVertexArrays(java.nio.IntBuffer)"><B>glCreateVertexArrays(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glCreateVertexArrays()"><B>glCreateVertexArrays()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glCreateVertexArrays.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateVertexArrays(java.nio.IntBuffer)"><B>glCreateVertexArrays(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glCreateVertexArrays()"><B>glCreateVertexArrays()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glCreateVertexArrays.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glCullFace(int)"><B>glCullFace(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glCullFace(int)"><B>glCullFace(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#glCurrentPaletteMatrixARB(int)"><B>glCurrentPaletteMatrixARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glDebugMessageCallback(org.lwjgl.opengl.KHRDebugCallback)"><B>glDebugMessageCallback(KHRDebugCallback)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>The <code>KHRDebugCallback.Handler</code> implementation passed to this method will be used for
KHR_debug messages.
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glDebugMessageCallback(org.lwjgl.opengl.KHRDebugCallback)"><B>glDebugMessageCallback(KHRDebugCallback)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>The <code>KHRDebugCallback.Handler</code> implementation passed to this method will be used for
KHR_debug messages.
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glDebugMessageCallback(org.lwjgl.opengles.KHRDebugCallback)"><B>glDebugMessageCallback(KHRDebugCallback)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>The <code>KHRDebugCallback.Handler</code> implementation passed to this method will be used for
KHR_debug messages.
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#glDebugMessageCallbackAMD(org.lwjgl.opengl.AMDDebugOutputCallback)"><B>glDebugMessageCallbackAMD(AMDDebugOutputCallback)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>The <code>AMDDebugOutputCallback.Handler</code> implementation passed to this method will be used for
AMD_debug_output messages.
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#glDebugMessageCallbackARB(org.lwjgl.opengl.ARBDebugOutputCallback)"><B>glDebugMessageCallbackARB(ARBDebugOutputCallback)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>The <code>ARBDebugOutputCallback.Handler</code> implementation passed to this method will be used for
ARB_debug_output messages.
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glDebugMessageControl(int, int, int, java.nio.IntBuffer, boolean)"><B>glDebugMessageControl(int, int, int, IntBuffer, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glDebugMessageControl(int, int, int, java.nio.IntBuffer, boolean)"><B>glDebugMessageControl(int, int, int, IntBuffer, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glDebugMessageControl(int, int, int, java.nio.IntBuffer, boolean)"><B>glDebugMessageControl(int, int, int, IntBuffer, boolean)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#glDebugMessageControlARB(int, int, int, java.nio.IntBuffer, boolean)"><B>glDebugMessageControlARB(int, int, int, IntBuffer, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#glDebugMessageEnableAMD(int, int, java.nio.IntBuffer, boolean)"><B>glDebugMessageEnableAMD(int, int, IntBuffer, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glDebugMessageInsert(int, int, int, int, java.nio.ByteBuffer)"><B>glDebugMessageInsert(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glDebugMessageInsert(int, int, int, int, java.lang.CharSequence)"><B>glDebugMessageInsert(int, int, int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glDebugMessageInsert.
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glDebugMessageInsert(int, int, int, int, java.nio.ByteBuffer)"><B>glDebugMessageInsert(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glDebugMessageInsert(int, int, int, int, java.lang.CharSequence)"><B>glDebugMessageInsert(int, int, int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Overloads glDebugMessageInsert.
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glDebugMessageInsert(int, int, int, int, java.nio.ByteBuffer)"><B>glDebugMessageInsert(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glDebugMessageInsert(int, int, int, int, java.lang.CharSequence)"><B>glDebugMessageInsert(int, int, int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Overloads glDebugMessageInsert.
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#glDebugMessageInsertAMD(int, int, int, java.nio.ByteBuffer)"><B>glDebugMessageInsertAMD(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#glDebugMessageInsertAMD(int, int, int, java.lang.CharSequence)"><B>glDebugMessageInsertAMD(int, int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>Overloads glDebugMessageInsertAMD.
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#glDebugMessageInsertARB(int, int, int, int, java.nio.ByteBuffer)"><B>glDebugMessageInsertARB(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#glDebugMessageInsertARB(int, int, int, int, java.lang.CharSequence)"><B>glDebugMessageInsertARB(int, int, int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>Overloads glDebugMessageInsertARB.
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glDeleteBuffers(java.nio.IntBuffer)"><B>glDeleteBuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glDeleteBuffers(int)"><B>glDeleteBuffers(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>Overloads glDeleteBuffers.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDeleteBuffers(java.nio.IntBuffer)"><B>glDeleteBuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDeleteBuffers(int)"><B>glDeleteBuffers(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glDeleteBuffers.
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glDeleteBuffersARB(java.nio.IntBuffer)"><B>glDeleteBuffersARB(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glDeleteBuffersARB(int)"><B>glDeleteBuffersARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Overloads glDeleteBuffersARB.
<DT><A HREF="./org/lwjgl/opengl/APPLEFence.html#glDeleteFencesAPPLE(java.nio.IntBuffer)"><B>glDeleteFencesAPPLE(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEFence.html#glDeleteFencesAPPLE(int)"><B>glDeleteFencesAPPLE(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</A>
<DD>Overloads glDeleteFencesAPPLE.
<DT><A HREF="./org/lwjgl/opengl/NVFence.html#glDeleteFencesNV(java.nio.IntBuffer)"><B>glDeleteFencesNV(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFence.html#glDeleteFencesNV(int)"><B>glDeleteFencesNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</A>
<DD>Overloads glDeleteFencesNV.
<DT><A HREF="./org/lwjgl/opengles/NVFence.html#glDeleteFencesNV(java.nio.IntBuffer)"><B>glDeleteFencesNV(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFence.html#glDeleteFencesNV(int)"><B>glDeleteFencesNV(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</A>
<DD>Overloads glDeleteFencesNV.
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#glDeleteFragmentShaderATI(int)"><B>glDeleteFragmentShaderATI(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glDeleteFramebuffers(java.nio.IntBuffer)"><B>glDeleteFramebuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glDeleteFramebuffers(int)"><B>glDeleteFramebuffers(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Overloads glDeleteFramebuffers.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glDeleteFramebuffers(java.nio.IntBuffer)"><B>glDeleteFramebuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glDeleteFramebuffers(int)"><B>glDeleteFramebuffers(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glDeleteFramebuffers.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDeleteFramebuffers(java.nio.IntBuffer)"><B>glDeleteFramebuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDeleteFramebuffers(int)"><B>glDeleteFramebuffers(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glDeleteFramebuffers.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glDeleteFramebuffersEXT(java.nio.IntBuffer)"><B>glDeleteFramebuffersEXT(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glDeleteFramebuffersEXT(int)"><B>glDeleteFramebuffersEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Overloads glDeleteFramebuffersEXT.
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glDeleteFramebuffersOES(java.nio.IntBuffer)"><B>glDeleteFramebuffersOES(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glDeleteFramebuffersOES(int)"><B>glDeleteFramebuffersOES(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Overloads glDeleteFramebuffersOES.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDeleteLists(int, int)"><B>glDeleteLists(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glDeleteNamedStringARB(java.nio.ByteBuffer)"><B>glDeleteNamedStringARB(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glDeleteNamedStringARB(java.lang.CharSequence)"><B>glDeleteNamedStringARB(CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>Overloads glDeleteNamedStringARB.
<DT><A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html#glDeleteNamesAMD(int, java.nio.IntBuffer)"><B>glDeleteNamesAMD(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html#glDeleteNamesAMD(int, int)"><B>glDeleteNamesAMD(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</A>
<DD>Overloads glDeleteNamesAMD.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glDeleteObjectARB(int)"><B>glDeleteObjectARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#glDeleteOcclusionQueriesNV(java.nio.IntBuffer)"><B>glDeleteOcclusionQueriesNV(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#glDeleteOcclusionQueriesNV(int)"><B>glDeleteOcclusionQueriesNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>Overloads glDeleteOcclusionQueriesNV.
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#glDeletePathbufferNV(int)"><B>glDeletePathbufferNV(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#glDeletePathNV(int)"><B>glDeletePathNV(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glDeletePathsNV(int, int)"><B>glDeletePathsNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glDeletePerfMonitorsAMD(java.nio.IntBuffer)"><B>glDeletePerfMonitorsAMD(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glDeletePerfMonitorsAMD(int)"><B>glDeletePerfMonitorsAMD(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>Overloads glDeletePerfMonitorsAMD.
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glDeletePerfMonitorsAMD(java.nio.IntBuffer)"><B>glDeletePerfMonitorsAMD(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glDeletePerfMonitorsAMD(int)"><B>glDeletePerfMonitorsAMD(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>Overloads glDeletePerfMonitorsAMD.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glDeleteProgram(int)"><B>glDeleteProgram(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDeleteProgram(int)"><B>glDeleteProgram(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glDeleteProgramPipelines(java.nio.IntBuffer)"><B>glDeleteProgramPipelines(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glDeleteProgramPipelines(int)"><B>glDeleteProgramPipelines(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Overloads glDeleteProgramPipelines.
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glDeleteProgramPipelines(java.nio.IntBuffer)"><B>glDeleteProgramPipelines(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glDeleteProgramPipelines(int)"><B>glDeleteProgramPipelines(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Overloads glDeleteProgramPipelines.
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glDeleteProgramPipelinesEXT(java.nio.IntBuffer)"><B>glDeleteProgramPipelinesEXT(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glDeleteProgramPipelinesEXT(int)"><B>glDeleteProgramPipelinesEXT(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Overloads glDeleteProgramPipelinesEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glDeleteProgramsARB(java.nio.IntBuffer)"><B>glDeleteProgramsARB(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glDeleteProgramsARB(int)"><B>glDeleteProgramsARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Overloads glDeleteProgramsARB.
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glDeleteProgramsNV(java.nio.IntBuffer)"><B>glDeleteProgramsNV(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glDeleteProgramsNV(int)"><B>glDeleteProgramsNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>Overloads glDeleteProgramsNV.
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glDeleteQueries(java.nio.IntBuffer)"><B>glDeleteQueries(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glDeleteQueries(int)"><B>glDeleteQueries(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>Overloads glDeleteQueries.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDeleteQueries(java.nio.IntBuffer)"><B>glDeleteQueries(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDeleteQueries(int)"><B>glDeleteQueries(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glDeleteQueries.
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glDeleteQueriesARB(java.nio.IntBuffer)"><B>glDeleteQueriesARB(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glDeleteQueriesARB(int)"><B>glDeleteQueriesARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>Overloads glDeleteQueriesARB.
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glDeleteQueriesEXT(java.nio.IntBuffer)"><B>glDeleteQueriesEXT(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glDeleteQueriesEXT(int)"><B>glDeleteQueriesEXT(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>Overloads glDeleteQueriesEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glDeleteRenderbuffers(java.nio.IntBuffer)"><B>glDeleteRenderbuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glDeleteRenderbuffers(int)"><B>glDeleteRenderbuffers(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Overloads glDeleteRenderbuffers.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glDeleteRenderbuffers(java.nio.IntBuffer)"><B>glDeleteRenderbuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glDeleteRenderbuffers(int)"><B>glDeleteRenderbuffers(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glDeleteRenderbuffers.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDeleteRenderbuffers(java.nio.IntBuffer)"><B>glDeleteRenderbuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDeleteRenderbuffers(int)"><B>glDeleteRenderbuffers(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glDeleteRenderbuffers.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glDeleteRenderbuffersEXT(java.nio.IntBuffer)"><B>glDeleteRenderbuffersEXT(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glDeleteRenderbuffersEXT(int)"><B>glDeleteRenderbuffersEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Overloads glDeleteRenderbuffersEXT.
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glDeleteRenderbuffersOES(java.nio.IntBuffer)"><B>glDeleteRenderbuffersOES(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glDeleteRenderbuffersOES(int)"><B>glDeleteRenderbuffersOES(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Overloads glDeleteRenderbuffersOES.
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glDeleteSamplers(java.nio.IntBuffer)"><B>glDeleteSamplers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glDeleteSamplers(int)"><B>glDeleteSamplers(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>Overloads glDeleteSamplers.
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glDeleteSamplers(java.nio.IntBuffer)"><B>glDeleteSamplers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glDeleteSamplers(int)"><B>glDeleteSamplers(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Overloads glDeleteSamplers.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDeleteSamplers(java.nio.IntBuffer)"><B>glDeleteSamplers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDeleteSamplers(int)"><B>glDeleteSamplers(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glDeleteSamplers.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glDeleteShader(int)"><B>glDeleteShader(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDeleteShader(int)"><B>glDeleteShader(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#glDeleteSync(org.lwjgl.opengl.GLSync)"><B>glDeleteSync(GLSync)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glDeleteSync(org.lwjgl.opengl.GLSync)"><B>glDeleteSync(GLSync)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDeleteSync(org.lwjgl.opengles.GLSync)"><B>glDeleteSync(GLSync)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#glDeleteSyncAPPLE(org.lwjgl.opengles.GLSync)"><B>glDeleteSyncAPPLE(GLSync)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDeleteTextures(java.nio.IntBuffer)"><B>glDeleteTextures(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDeleteTextures(int)"><B>glDeleteTextures(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glDeleteTextures.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDeleteTextures(java.nio.IntBuffer)"><B>glDeleteTextures(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDeleteTextures(int)"><B>glDeleteTextures(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glDeleteTextures.
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html#glDeleteTransformFeedbacks(java.nio.IntBuffer)"><B>glDeleteTransformFeedbacks(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html#glDeleteTransformFeedbacks(int)"><B>glDeleteTransformFeedbacks(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</A>
<DD>Overloads glDeleteTransformFeedbacks.
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glDeleteTransformFeedbacks(java.nio.IntBuffer)"><B>glDeleteTransformFeedbacks(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glDeleteTransformFeedbacks(int)"><B>glDeleteTransformFeedbacks(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Overloads glDeleteTransformFeedbacks.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDeleteTransformFeedbacks(java.nio.IntBuffer)"><B>glDeleteTransformFeedbacks(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDeleteTransformFeedbacks(int)"><B>glDeleteTransformFeedbacks(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glDeleteTransformFeedbacks.
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html#glDeleteTransformFeedbacksNV(java.nio.IntBuffer)"><B>glDeleteTransformFeedbacksNV(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html#glDeleteTransformFeedbacksNV(int)"><B>glDeleteTransformFeedbacksNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</A>
<DD>Overloads glDeleteTransformFeedbacksNV.
<DT><A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html#glDeleteVertexArrays(java.nio.IntBuffer)"><B>glDeleteVertexArrays(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl">ARBVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html#glDeleteVertexArrays(int)"><B>glDeleteVertexArrays(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl">ARBVertexArrayObject</A>
<DD>Overloads glDeleteVertexArrays.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glDeleteVertexArrays(java.nio.IntBuffer)"><B>glDeleteVertexArrays(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glDeleteVertexArrays(int)"><B>glDeleteVertexArrays(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glDeleteVertexArrays.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDeleteVertexArrays(java.nio.IntBuffer)"><B>glDeleteVertexArrays(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDeleteVertexArrays(int)"><B>glDeleteVertexArrays(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glDeleteVertexArrays.
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html#glDeleteVertexArraysAPPLE(java.nio.IntBuffer)"><B>glDeleteVertexArraysAPPLE(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl">APPLEVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html#glDeleteVertexArraysAPPLE(int)"><B>glDeleteVertexArraysAPPLE(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl">APPLEVertexArrayObject</A>
<DD>Overloads glDeleteVertexArraysAPPLE.
<DT><A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html#glDeleteVertexArraysOES(java.nio.IntBuffer)"><B>glDeleteVertexArraysOES(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles">OESVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html#glDeleteVertexArraysOES(int)"><B>glDeleteVertexArraysOES(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles">OESVertexArrayObject</A>
<DD>Overloads glDeleteVertexArraysOES.
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glDeleteVertexShaderEXT(int)"><B>glDeleteVertexShaderEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html#glDepthBoundsdNV(double, double)"><B>glDepthBoundsdNV(double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl">NVDepthBufferFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDepthBoundsTest.html#glDepthBoundsEXT(double, double)"><B>glDepthBoundsEXT(double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDepthBoundsTest.html" title="class in org.lwjgl.opengl">EXTDepthBoundsTest</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDepthFunc(int)"><B>glDepthFunc(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDepthFunc(int)"><B>glDepthFunc(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDepthMask(boolean)"><B>glDepthMask(boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDepthMask(boolean)"><B>glDepthMask(boolean)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDepthRange(double, double)"><B>glDepthRange(double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glDepthRangeArray(int, java.nio.DoubleBuffer)"><B>glDepthRangeArray(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glDepthRangeArray(int, java.nio.DoubleBuffer)"><B>glDepthRangeArray(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html#glDepthRangedNV(double, double)"><B>glDepthRangedNV(double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl">NVDepthBufferFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#glDepthRangef(float, float)"><B>glDepthRangef(float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glDepthRangef(float, float)"><B>glDepthRangef(float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDepthRangef(float, float)"><B>glDepthRangef(float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glDepthRangeIndexed(int, double, double)"><B>glDepthRangeIndexed(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glDepthRangeIndexed(int, double, double)"><B>glDepthRangeIndexed(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glDetachObjectARB(int, int)"><B>glDetachObjectARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glDetachShader(int, int)"><B>glDetachShader(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDetachShader(int, int)"><B>glDetachShader(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDisable(int)"><B>glDisable(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDisable(int)"><B>glDisable(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDisableClientState(int)"><B>glDisableClientState(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glDisableClientStateiEXT(int, int)"><B>glDisableClientStateiEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glDisableClientStateIndexedEXT(int, int)"><B>glDisableClientStateIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMDriverControl.html#glDisableDriverControlQCOM(int)"><B>glDisableDriverControlQCOM(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMDriverControl.html" title="class in org.lwjgl.opengles">QCOMDriverControl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glDisablei(int, int)"><B>glDisablei(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glDisableIndexedEXT(int, int)"><B>glDisableIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glDisableIndexedEXT(int, int)"><B>glDisableIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html#glDisableIndexedEXT(int, int)"><B>glDisableIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glDisableVariantClientStateEXT(int)"><B>glDisableVariantClientStateEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glDisableVertexArrayAttrib(int, int)"><B>glDisableVertexArrayAttrib(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glDisableVertexArrayAttrib(int, int)"><B>glDisableVertexArrayAttrib(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glDisableVertexArrayAttribEXT(int, int)"><B>glDisableVertexArrayAttribEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glDisableVertexArrayEXT(int, int)"><B>glDisableVertexArrayEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#glDisableVertexAttribAPPLE(int, int)"><B>glDisableVertexAttribAPPLE(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glDisableVertexAttribArray(int)"><B>glDisableVertexAttribArray(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDisableVertexAttribArray(int)"><B>glDisableVertexAttribArray(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glDisableVertexAttribArrayARB(int)"><B>glDisableVertexAttribArrayARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glDisableVertexAttribArrayARB(int)"><B>glDisableVertexAttribArrayARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTDiscardFramebuffer.html#glDiscardFramebufferEXT(int, java.nio.IntBuffer)"><B>glDiscardFramebufferEXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDiscardFramebuffer.html" title="class in org.lwjgl.opengles">EXTDiscardFramebuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#glDispatchCompute(int, int, int)"><B>glDispatchCompute(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glDispatchCompute(int, int, int)"><B>glDispatchCompute(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html#glDispatchComputeGroupSizeARB(int, int, int, int, int, int)"><B>glDispatchComputeGroupSizeARB(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeVariableGroupSize.html" title="class in org.lwjgl.opengl">ARBComputeVariableGroupSize</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBComputeShader.html#glDispatchComputeIndirect(long)"><B>glDispatchComputeIndirect(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBComputeShader.html" title="class in org.lwjgl.opengl">ARBComputeShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glDispatchComputeIndirect(long)"><B>glDispatchComputeIndirect(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDrawArrays(int, int, int)"><B>glDrawArrays(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDrawArrays(int, int, int)"><B>glDrawArrays(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html#glDrawArraysIndirect(int, java.nio.ByteBuffer)"><B>glDrawArraysIndirect(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html#glDrawArraysIndirect(int, long)"><B>glDrawArraysIndirect(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html#glDrawArraysIndirect(int, java.nio.IntBuffer)"><B>glDrawArraysIndirect(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</A>
<DD>Overloads glDrawArraysIndirect.
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glDrawArraysIndirect(int, java.nio.ByteBuffer)"><B>glDrawArraysIndirect(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glDrawArraysIndirect(int, long)"><B>glDrawArraysIndirect(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glDrawArraysIndirect(int, java.nio.IntBuffer)"><B>glDrawArraysIndirect(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Overloads glDrawArraysIndirect.
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glDrawArraysInstanced(int, int, int, int)"><B>glDrawArraysInstanced(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDrawArraysInstanced(int, int, int, int)"><B>glDrawArraysInstanced(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawInstanced.html#glDrawArraysInstancedARB(int, int, int, int)"><B>glDrawArraysInstancedARB(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawInstanced.html" title="class in org.lwjgl.opengl">ARBDrawInstanced</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawArraysInstancedBaseInstance(int, int, int, int, int)"><B>glDrawArraysInstancedBaseInstance(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glDrawArraysInstancedBaseInstance(int, int, int, int, int)"><B>glDrawArraysInstancedBaseInstance(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawInstanced.html#glDrawArraysInstancedEXT(int, int, int, int)"><B>glDrawArraysInstancedEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawInstanced.html" title="class in org.lwjgl.opengl">EXTDrawInstanced</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDrawBuffer(int)"><B>glDrawBuffer(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glDrawBuffers(java.nio.IntBuffer)"><B>glDrawBuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glDrawBuffers(int)"><B>glDrawBuffers(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glDrawBuffers.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDrawBuffers(java.nio.IntBuffer)"><B>glDrawBuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDrawBuffers(int)"><B>glDrawBuffers(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glDrawBuffers.
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#glDrawBuffersARB(java.nio.IntBuffer)"><B>glDrawBuffersARB(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html#glDrawBuffersARB(int)"><B>glDrawBuffersARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawBuffers.html" title="class in org.lwjgl.opengl">ARBDrawBuffers</A>
<DD>Overloads glDrawBuffersARB.
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#glDrawBuffersARB(java.nio.IntBuffer)"><B>glDrawBuffersARB(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html#glDrawBuffersARB(int)"><B>glDrawBuffersARB(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ARBDrawBuffers.html" title="class in org.lwjgl.opengles">ARBDrawBuffers</A>
<DD>Overloads glDrawBuffersARB.
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#glDrawBuffersATI(java.nio.IntBuffer)"><B>glDrawBuffersATI(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html#glDrawBuffersATI(int)"><B>glDrawBuffersATI(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIDrawBuffers.html" title="class in org.lwjgl.opengl">ATIDrawBuffers</A>
<DD>Overloads glDrawBuffersATI.
<DT><A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#glDrawBuffersIndexedEXT(java.nio.IntBuffer, java.nio.IntBuffer)"><B>glDrawBuffersIndexedEXT(IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#glDrawBuffersNV(java.nio.IntBuffer)"><B>glDrawBuffersNV(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html#glDrawBuffersNV(int)"><B>glDrawBuffersNV(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles">NVDrawBuffers</A>
<DD>Overloads glDrawBuffersNV.
<DT><A HREF="./org/lwjgl/opengl/APPLEElementArray.html#glDrawElementArrayAPPLE(int, int, int)"><B>glDrawElementArrayAPPLE(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIElementArray.html#glDrawElementArrayATI(int, int)"><B>glDrawElementArrayATI(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDrawElements(int, java.nio.ByteBuffer)"><B>glDrawElements(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDrawElements(int, java.nio.IntBuffer)"><B>glDrawElements(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDrawElements(int, java.nio.ShortBuffer)"><B>glDrawElements(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDrawElements(int, int, int, long)"><B>glDrawElements(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDrawElements(int, int, int, java.nio.ByteBuffer)"><B>glDrawElements(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glDrawElements.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDrawElements(int, java.nio.ByteBuffer)"><B>glDrawElements(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDrawElements(int, java.nio.IntBuffer)"><B>glDrawElements(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDrawElements(int, java.nio.ShortBuffer)"><B>glDrawElements(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glDrawElements(int, int, int, long)"><B>glDrawElements(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsBaseVertex(int, java.nio.ByteBuffer, int)"><B>glDrawElementsBaseVertex(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsBaseVertex(int, java.nio.IntBuffer, int)"><B>glDrawElementsBaseVertex(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsBaseVertex(int, java.nio.ShortBuffer, int)"><B>glDrawElementsBaseVertex(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsBaseVertex(int, int, int, long, int)"><B>glDrawElementsBaseVertex(int, int, int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glDrawElementsBaseVertex(int, java.nio.ByteBuffer, int)"><B>glDrawElementsBaseVertex(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glDrawElementsBaseVertex(int, java.nio.IntBuffer, int)"><B>glDrawElementsBaseVertex(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glDrawElementsBaseVertex(int, java.nio.ShortBuffer, int)"><B>glDrawElementsBaseVertex(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glDrawElementsBaseVertex(int, int, int, long, int)"><B>glDrawElementsBaseVertex(int, int, int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html#glDrawElementsIndirect(int, int, java.nio.ByteBuffer)"><B>glDrawElementsIndirect(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html#glDrawElementsIndirect(int, int, long)"><B>glDrawElementsIndirect(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html#glDrawElementsIndirect(int, int, java.nio.IntBuffer)"><B>glDrawElementsIndirect(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawIndirect.html" title="class in org.lwjgl.opengl">ARBDrawIndirect</A>
<DD>Overloads glDrawElementsIndirect.
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glDrawElementsIndirect(int, int, java.nio.ByteBuffer)"><B>glDrawElementsIndirect(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glDrawElementsIndirect(int, int, long)"><B>glDrawElementsIndirect(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glDrawElementsIndirect(int, int, java.nio.IntBuffer)"><B>glDrawElementsIndirect(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Overloads glDrawElementsIndirect.
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glDrawElementsInstanced(int, java.nio.ByteBuffer, int)"><B>glDrawElementsInstanced(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glDrawElementsInstanced(int, java.nio.IntBuffer, int)"><B>glDrawElementsInstanced(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glDrawElementsInstanced(int, java.nio.ShortBuffer, int)"><B>glDrawElementsInstanced(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glDrawElementsInstanced(int, int, int, long, int)"><B>glDrawElementsInstanced(int, int, int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDrawElementsInstanced(int, java.nio.ByteBuffer, int)"><B>glDrawElementsInstanced(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDrawElementsInstanced(int, java.nio.IntBuffer, int)"><B>glDrawElementsInstanced(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDrawElementsInstanced(int, java.nio.ShortBuffer, int)"><B>glDrawElementsInstanced(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDrawElementsInstanced(int, int, int, long, int)"><B>glDrawElementsInstanced(int, int, int, long, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawInstanced.html#glDrawElementsInstancedARB(int, java.nio.ByteBuffer, int)"><B>glDrawElementsInstancedARB(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawInstanced.html" title="class in org.lwjgl.opengl">ARBDrawInstanced</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawInstanced.html#glDrawElementsInstancedARB(int, java.nio.IntBuffer, int)"><B>glDrawElementsInstancedARB(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawInstanced.html" title="class in org.lwjgl.opengl">ARBDrawInstanced</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawInstanced.html#glDrawElementsInstancedARB(int, java.nio.ShortBuffer, int)"><B>glDrawElementsInstancedARB(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawInstanced.html" title="class in org.lwjgl.opengl">ARBDrawInstanced</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawInstanced.html#glDrawElementsInstancedARB(int, int, int, long, int)"><B>glDrawElementsInstancedARB(int, int, int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawInstanced.html" title="class in org.lwjgl.opengl">ARBDrawInstanced</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseInstance(int, java.nio.ByteBuffer, int, int)"><B>glDrawElementsInstancedBaseInstance(int, ByteBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseInstance(int, java.nio.IntBuffer, int, int)"><B>glDrawElementsInstancedBaseInstance(int, IntBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseInstance(int, java.nio.ShortBuffer, int, int)"><B>glDrawElementsInstancedBaseInstance(int, ShortBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseInstance(int, int, int, long, int, int)"><B>glDrawElementsInstancedBaseInstance(int, int, int, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseInstance(int, java.nio.ByteBuffer, int, int)"><B>glDrawElementsInstancedBaseInstance(int, ByteBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseInstance(int, java.nio.IntBuffer, int, int)"><B>glDrawElementsInstancedBaseInstance(int, IntBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseInstance(int, java.nio.ShortBuffer, int, int)"><B>glDrawElementsInstancedBaseInstance(int, ShortBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseInstance(int, int, int, long, int, int)"><B>glDrawElementsInstancedBaseInstance(int, int, int, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsInstancedBaseVertex(int, java.nio.ByteBuffer, int, int)"><B>glDrawElementsInstancedBaseVertex(int, ByteBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsInstancedBaseVertex(int, java.nio.IntBuffer, int, int)"><B>glDrawElementsInstancedBaseVertex(int, IntBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsInstancedBaseVertex(int, java.nio.ShortBuffer, int, int)"><B>glDrawElementsInstancedBaseVertex(int, ShortBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawElementsInstancedBaseVertex(int, int, int, long, int, int)"><B>glDrawElementsInstancedBaseVertex(int, int, int, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glDrawElementsInstancedBaseVertex(int, java.nio.ByteBuffer, int, int)"><B>glDrawElementsInstancedBaseVertex(int, ByteBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glDrawElementsInstancedBaseVertex(int, java.nio.IntBuffer, int, int)"><B>glDrawElementsInstancedBaseVertex(int, IntBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glDrawElementsInstancedBaseVertex(int, java.nio.ShortBuffer, int, int)"><B>glDrawElementsInstancedBaseVertex(int, ShortBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glDrawElementsInstancedBaseVertex(int, int, int, long, int, int)"><B>glDrawElementsInstancedBaseVertex(int, int, int, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseVertexBaseInstance(int, java.nio.ByteBuffer, int, int, int)"><B>glDrawElementsInstancedBaseVertexBaseInstance(int, ByteBuffer, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseVertexBaseInstance(int, java.nio.IntBuffer, int, int, int)"><B>glDrawElementsInstancedBaseVertexBaseInstance(int, IntBuffer, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseVertexBaseInstance(int, java.nio.ShortBuffer, int, int, int)"><B>glDrawElementsInstancedBaseVertexBaseInstance(int, ShortBuffer, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBaseInstance.html#glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, long, int, int, int)"><B>glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, long, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBaseInstance.html" title="class in org.lwjgl.opengl">ARBBaseInstance</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseVertexBaseInstance(int, java.nio.ByteBuffer, int, int, int)"><B>glDrawElementsInstancedBaseVertexBaseInstance(int, ByteBuffer, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseVertexBaseInstance(int, java.nio.IntBuffer, int, int, int)"><B>glDrawElementsInstancedBaseVertexBaseInstance(int, IntBuffer, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseVertexBaseInstance(int, java.nio.ShortBuffer, int, int, int)"><B>glDrawElementsInstancedBaseVertexBaseInstance(int, ShortBuffer, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, long, int, int, int)"><B>glDrawElementsInstancedBaseVertexBaseInstance(int, int, int, long, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawInstanced.html#glDrawElementsInstancedEXT(int, java.nio.ByteBuffer, int)"><B>glDrawElementsInstancedEXT(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawInstanced.html" title="class in org.lwjgl.opengl">EXTDrawInstanced</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawInstanced.html#glDrawElementsInstancedEXT(int, java.nio.IntBuffer, int)"><B>glDrawElementsInstancedEXT(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawInstanced.html" title="class in org.lwjgl.opengl">EXTDrawInstanced</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawInstanced.html#glDrawElementsInstancedEXT(int, java.nio.ShortBuffer, int)"><B>glDrawElementsInstancedEXT(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawInstanced.html" title="class in org.lwjgl.opengl">EXTDrawInstanced</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawInstanced.html#glDrawElementsInstancedEXT(int, int, int, long, int)"><B>glDrawElementsInstancedEXT(int, int, int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawInstanced.html" title="class in org.lwjgl.opengl">EXTDrawInstanced</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#glDrawPathbufferNV(int, int)"><B>glDrawPathbufferNV(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#glDrawPathNV(int, int)"><B>glDrawPathNV(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDrawPixels(int, int, int, int, java.nio.ByteBuffer)"><B>glDrawPixels(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDrawPixels(int, int, int, int, java.nio.IntBuffer)"><B>glDrawPixels(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDrawPixels(int, int, int, int, java.nio.ShortBuffer)"><B>glDrawPixels(int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glDrawPixels(int, int, int, int, long)"><B>glDrawPixels(int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEElementArray.html#glDrawRangeElementArrayAPPLE(int, int, int, int, int)"><B>glDrawRangeElementArrayAPPLE(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIElementArray.html#glDrawRangeElementArrayATI(int, int, int, int)"><B>glDrawRangeElementArrayATI(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glDrawRangeElements(int, int, int, java.nio.ByteBuffer)"><B>glDrawRangeElements(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glDrawRangeElements(int, int, int, java.nio.IntBuffer)"><B>glDrawRangeElements(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glDrawRangeElements(int, int, int, java.nio.ShortBuffer)"><B>glDrawRangeElements(int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glDrawRangeElements(int, int, int, int, int, long)"><B>glDrawRangeElements(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDrawRangeElements(int, int, int, java.nio.ByteBuffer)"><B>glDrawRangeElements(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDrawRangeElements(int, int, int, java.nio.IntBuffer)"><B>glDrawRangeElements(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDrawRangeElements(int, int, int, java.nio.ShortBuffer)"><B>glDrawRangeElements(int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glDrawRangeElements(int, int, int, int, int, long)"><B>glDrawRangeElements(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawRangeElementsBaseVertex(int, int, int, java.nio.ByteBuffer, int)"><B>glDrawRangeElementsBaseVertex(int, int, int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawRangeElementsBaseVertex(int, int, int, java.nio.IntBuffer, int)"><B>glDrawRangeElementsBaseVertex(int, int, int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawRangeElementsBaseVertex(int, int, int, java.nio.ShortBuffer, int)"><B>glDrawRangeElementsBaseVertex(int, int, int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html#glDrawRangeElementsBaseVertex(int, int, int, int, int, long, int)"><B>glDrawRangeElementsBaseVertex(int, int, int, int, int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDrawElementsBaseVertex.html" title="class in org.lwjgl.opengl">ARBDrawElementsBaseVertex</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glDrawRangeElementsBaseVertex(int, int, int, java.nio.ByteBuffer, int)"><B>glDrawRangeElementsBaseVertex(int, int, int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glDrawRangeElementsBaseVertex(int, int, int, java.nio.IntBuffer, int)"><B>glDrawRangeElementsBaseVertex(int, int, int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glDrawRangeElementsBaseVertex(int, int, int, java.nio.ShortBuffer, int)"><B>glDrawRangeElementsBaseVertex(int, int, int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glDrawRangeElementsBaseVertex(int, int, int, int, int, long, int)"><B>glDrawRangeElementsBaseVertex(int, int, int, int, int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawRangeElements.html#glDrawRangeElementsEXT(int, int, int, java.nio.ByteBuffer)"><B>glDrawRangeElementsEXT(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawRangeElements.html" title="class in org.lwjgl.opengl">EXTDrawRangeElements</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawRangeElements.html#glDrawRangeElementsEXT(int, int, int, java.nio.IntBuffer)"><B>glDrawRangeElementsEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawRangeElements.html" title="class in org.lwjgl.opengl">EXTDrawRangeElements</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawRangeElements.html#glDrawRangeElementsEXT(int, int, int, java.nio.ShortBuffer)"><B>glDrawRangeElementsEXT(int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawRangeElements.html" title="class in org.lwjgl.opengl">EXTDrawRangeElements</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawRangeElements.html#glDrawRangeElementsEXT(int, int, int, int, int, long)"><B>glDrawRangeElementsEXT(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawRangeElements.html" title="class in org.lwjgl.opengl">EXTDrawRangeElements</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVDrawTexture.html#glDrawTextureNV(int, int, float, float, float, float, float, float, float, float, float)"><B>glDrawTextureNV(int, int, float, float, float, float, float, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVDrawTexture.html" title="class in org.lwjgl.opengl">NVDrawTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawTexture.html#glDrawTextureNV(int, int, float, float, float, float, float, float, float, float, float)"><B>glDrawTextureNV(int, int, float, float, float, float, float, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawTexture.html" title="class in org.lwjgl.opengles">NVDrawTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html#glDrawTransformFeedback(int, int)"><B>glDrawTransformFeedback(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glDrawTransformFeedback(int, int)"><B>glDrawTransformFeedback(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedbackInstanced.html#glDrawTransformFeedbackInstanced(int, int, int)"><B>glDrawTransformFeedbackInstanced(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedbackInstanced.html" title="class in org.lwjgl.opengl">ARBTransformFeedbackInstanced</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glDrawTransformFeedbackInstanced(int, int, int)"><B>glDrawTransformFeedbackInstanced(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html#glDrawTransformFeedbackNV(int, int)"><B>glDrawTransformFeedbackNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html#glDrawTransformFeedbackStream(int, int, int)"><B>glDrawTransformFeedbackStream(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl">ARBTransformFeedback3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glDrawTransformFeedbackStream(int, int, int)"><B>glDrawTransformFeedbackStream(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedbackInstanced.html#glDrawTransformFeedbackStreamInstanced(int, int, int, int)"><B>glDrawTransformFeedbackStreamInstanced(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedbackInstanced.html" title="class in org.lwjgl.opengl">ARBTransformFeedbackInstanced</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glDrawTransformFeedbackStreamInstanced(int, int, int, int)"><B>glDrawTransformFeedbackStreamInstanced(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEdgeFlag(boolean)"><B>glEdgeFlag(boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glEdgeFlagFormatNV(int)"><B>glEdgeFlagFormatNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEdgeFlagPointer(int, java.nio.ByteBuffer)"><B>glEdgeFlagPointer(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEdgeFlagPointer(int, long)"><B>glEdgeFlagPointer(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESEGLImage.html#glEGLImageTargetRenderbufferStorageOES(int, org.lwjgl.opengles.EGLImageOES)"><B>glEGLImageTargetRenderbufferStorageOES(int, EGLImageOES)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESEGLImage.html" title="class in org.lwjgl.opengles">OESEGLImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESEGLImage.html#glEGLImageTargetTexture2DOES(int, org.lwjgl.opengles.EGLImageOES)"><B>glEGLImageTargetTexture2DOES(int, EGLImageOES)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESEGLImage.html" title="class in org.lwjgl.opengles">OESEGLImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESEGLImageExternal.html#glEGLImageTargetTexture2DOES(int, org.lwjgl.opengles.EGLImageOES)"><B>glEGLImageTargetTexture2DOES(int, EGLImageOES)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESEGLImageExternal.html" title="class in org.lwjgl.opengles">OESEGLImageExternal</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEElementArray.html#glElementPointerAPPLE(java.nio.ByteBuffer)"><B>glElementPointerAPPLE(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEElementArray.html#glElementPointerAPPLE(java.nio.IntBuffer)"><B>glElementPointerAPPLE(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEElementArray.html#glElementPointerAPPLE(java.nio.ShortBuffer)"><B>glElementPointerAPPLE(ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIElementArray.html#glElementPointerATI(java.nio.ByteBuffer)"><B>glElementPointerATI(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIElementArray.html#glElementPointerATI(java.nio.IntBuffer)"><B>glElementPointerATI(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIElementArray.html#glElementPointerATI(java.nio.ShortBuffer)"><B>glElementPointerATI(ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIElementArray.html" title="class in org.lwjgl.opengl">ATIElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEnable(int)"><B>glEnable(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glEnable(int)"><B>glEnable(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEnableClientState(int)"><B>glEnableClientState(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glEnableClientStateiEXT(int, int)"><B>glEnableClientStateiEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glEnableClientStateIndexedEXT(int, int)"><B>glEnableClientStateIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMDriverControl.html#glEnableDriverControlQCOM(int)"><B>glEnableDriverControlQCOM(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMDriverControl.html" title="class in org.lwjgl.opengles">QCOMDriverControl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glEnablei(int, int)"><B>glEnablei(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glEnableIndexedEXT(int, int)"><B>glEnableIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glEnableIndexedEXT(int, int)"><B>glEnableIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html#glEnableIndexedEXT(int, int)"><B>glEnableIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glEnableVariantClientStateEXT(int)"><B>glEnableVariantClientStateEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glEnableVertexArrayAttrib(int, int)"><B>glEnableVertexArrayAttrib(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glEnableVertexArrayAttrib(int, int)"><B>glEnableVertexArrayAttrib(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glEnableVertexArrayAttribEXT(int, int)"><B>glEnableVertexArrayAttribEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glEnableVertexArrayEXT(int, int)"><B>glEnableVertexArrayEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#glEnableVertexAttribAPPLE(int, int)"><B>glEnableVertexAttribAPPLE(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glEnableVertexAttribArray(int)"><B>glEnableVertexAttribArray(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glEnableVertexAttribArray(int)"><B>glEnableVertexAttribArray(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glEnableVertexAttribArrayARB(int)"><B>glEnableVertexAttribArrayARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glEnableVertexAttribArrayARB(int)"><B>glEnableVertexAttribArrayARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEnd()"><B>glEnd()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glEndConditionalRender()"><B>glEndConditionalRender()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVConditionalRender.html#glEndConditionalRenderNV()"><B>glEndConditionalRenderNV()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVConditionalRender.html" title="class in org.lwjgl.opengl">NVConditionalRender</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#glEndFragmentShaderATI()"><B>glEndFragmentShaderATI()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEndList()"><B>glEndList()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#glEndOcclusionQueryNV()"><B>glEndOcclusionQueryNV()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glEndPerfMonitorAMD(int)"><B>glEndPerfMonitorAMD(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glEndPerfMonitorAMD(int)"><B>glEndPerfMonitorAMD(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glEndQuery(int)"><B>glEndQuery(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glEndQuery(int)"><B>glEndQuery(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glEndQueryARB(int)"><B>glEndQueryARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glEndQueryEXT(int)"><B>glEndQueryEXT(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html#glEndQueryIndexed(int, int)"><B>glEndQueryIndexed(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl">ARBTransformFeedback3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glEndQueryIndexed(int, int)"><B>glEndQueryIndexed(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#glEndTilingQCOM(int)"><B>glEndTilingQCOM(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glEndTransformFeedback()"><B>glEndTransformFeedback()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glEndTransformFeedback()"><B>glEndTransformFeedback()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#glEndTransformFeedbackEXT()"><B>glEndTransformFeedbackEXT()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glEndTransformFeedbackNV()"><B>glEndTransformFeedbackNV()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glEndVertexShaderEXT()"><B>glEndVertexShaderEXT()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glEndVideoCaptureNV(int)"><B>glEndVideoCaptureNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCaptureUtil.html#glEnumerateVideoCaptureDevicesNV(java.nio.LongBuffer)"><B>glEnumerateVideoCaptureDevicesNV(LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCaptureUtil.html" title="class in org.lwjgl.opengl">NVVideoCaptureUtil</A>
<DD>Enumerate the available video capture devices.
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideoUtil.html#glEnumerateVideoDevicesNV(java.nio.LongBuffer)"><B>glEnumerateVideoDevicesNV(LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideoUtil.html" title="class in org.lwjgl.opengl">NVPresentVideoUtil</A>
<DD>Enumerate the available video output devices.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles"><B>GLES20</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles"><B>GLES30</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEvalCoord1d(double)"><B>glEvalCoord1d(double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEvalCoord1f(float)"><B>glEvalCoord1f(float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEvalCoord2d(double, double)"><B>glEvalCoord2d(double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEvalCoord2f(float, float)"><B>glEvalCoord2f(float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#glEvalMapsNV(int, int)"><B>glEvalMapsNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEvalMesh1(int, int, int)"><B>glEvalMesh1(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEvalMesh2(int, int, int, int, int)"><B>glEvalMesh2(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEvalPoint1(int)"><B>glEvalPoint1(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glEvalPoint2(int, int)"><B>glEvalPoint2(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glExecuteProgramNV(int, int, java.nio.FloatBuffer)"><B>glExecuteProgramNV(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetBufferPointervQCOM(int, long)"><B>glExtGetBufferPointervQCOM(int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetBuffersQCOM(java.nio.IntBuffer, java.nio.IntBuffer)"><B>glExtGetBuffersQCOM(IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetFramebuffersQCOM(java.nio.IntBuffer, java.nio.IntBuffer)"><B>glExtGetFramebuffersQCOM(IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet2.html#glExtGetProgramBinarySourceQCOM(int, int, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glExtGetProgramBinarySourceQCOM(int, int, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet2.html" title="class in org.lwjgl.opengles">QCOMExtendedGet2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet2.html#glExtGetProgramsQCOM(java.nio.IntBuffer, java.nio.IntBuffer)"><B>glExtGetProgramsQCOM(IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet2.html" title="class in org.lwjgl.opengles">QCOMExtendedGet2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetRenderbuffersQCOM(java.nio.IntBuffer, java.nio.IntBuffer)"><B>glExtGetRenderbuffersQCOM(IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet2.html#glExtGetShadersQCOM(java.nio.IntBuffer, java.nio.IntBuffer)"><B>glExtGetShadersQCOM(IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet2.html" title="class in org.lwjgl.opengles">QCOMExtendedGet2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetTexLevelParameterivQCOM(int, int, int, int, java.nio.IntBuffer)"><B>glExtGetTexLevelParameterivQCOM(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glExtGetTexSubImageQCOM(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtGetTexturesQCOM(java.nio.IntBuffer, java.nio.IntBuffer)"><B>glExtGetTexturesQCOM(IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet2.html#glExtIsProgramBinaryQCOM(int)"><B>glExtIsProgramBinaryQCOM(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet2.html" title="class in org.lwjgl.opengles">QCOMExtendedGet2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glExtractComponentEXT(int, int, int)"><B>glExtractComponentEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html#glExtTexObjectStateOverrideiQCOM(int, int, int)"><B>glExtTexObjectStateOverrideiQCOM(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles">QCOMExtendedGet</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glFeedbackBuffer(int, java.nio.FloatBuffer)"><B>glFeedbackBuffer(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#glFenceSync(int, int)"><B>glFenceSync(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glFenceSync(int, int)"><B>glFenceSync(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glFenceSync(int, int)"><B>glFenceSync(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#glFenceSyncAPPLE(int, int)"><B>glFenceSyncAPPLE(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glFinalCombinerInputNV(int, int, int, int)"><B>glFinalCombinerInputNV(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glFinish()"><B>glFinish()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glFinish()"><B>glFinish()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEFence.html#glFinishFenceAPPLE(int)"><B>glFinishFenceAPPLE(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFence.html#glFinishFenceNV(int)"><B>glFinishFenceNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFence.html#glFinishFenceNV(int)"><B>glFinishFenceNV(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEFence.html#glFinishObjectAPPLE(int, int)"><B>glFinishObjectAPPLE(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glFlush()"><B>glFlush()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glFlush()"><B>glFlush()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html#glFlushMappedBufferRange(int, long, long)"><B>glFlushMappedBufferRange(int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glFlushMappedBufferRange(int, long, long)"><B>glFlushMappedBufferRange(int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glFlushMappedBufferRange(int, long, long)"><B>glFlushMappedBufferRange(int, long, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEFlushBufferRange.html#glFlushMappedBufferRangeAPPLE(int, long, long)"><B>glFlushMappedBufferRangeAPPLE(int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFlushBufferRange.html" title="class in org.lwjgl.opengl">APPLEFlushBufferRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html#glFlushMappedBufferRangeEXT(int, long, long)"><B>glFlushMappedBufferRangeEXT(int, long, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glFlushMappedNamedBufferRange(int, long, long)"><B>glFlushMappedNamedBufferRange(int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glFlushMappedNamedBufferRange(int, long, long)"><B>glFlushMappedNamedBufferRange(int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glFlushMappedNamedBufferRangeEXT(int, long, long)"><B>glFlushMappedNamedBufferRangeEXT(int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPixelDataRange.html#glFlushPixelDataRangeNV(int)"><B>glFlushPixelDataRangeNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html#glFlushVertexArrayRangeAPPLE(java.nio.ByteBuffer)"><B>glFlushVertexArrayRangeAPPLE(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html#glFlushVertexArrayRangeNV()"><B>glFlushVertexArrayRangeNV()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glFog(int, java.nio.FloatBuffer)"><B>glFog(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glFog(int, java.nio.IntBuffer)"><B>glFog(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glFogCoordd(double)"><B>glFogCoordd(double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFogCoord.html#glFogCoorddEXT(double)"><B>glFogCoorddEXT(double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glFogCoordf(float)"><B>glFogCoordf(float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFogCoord.html#glFogCoordfEXT(float)"><B>glFogCoordfEXT(float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glFogCoordFormatNV(int, int)"><B>glFogCoordFormatNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glFogCoordhNV(short)"><B>glFogCoordhNV(short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glFogCoordPointer(int, java.nio.DoubleBuffer)"><B>glFogCoordPointer(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glFogCoordPointer(int, java.nio.FloatBuffer)"><B>glFogCoordPointer(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glFogCoordPointer(int, int, long)"><B>glFogCoordPointer(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFogCoord.html#glFogCoordPointerEXT(int, java.nio.DoubleBuffer)"><B>glFogCoordPointerEXT(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFogCoord.html#glFogCoordPointerEXT(int, java.nio.FloatBuffer)"><B>glFogCoordPointerEXT(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFogCoord.html#glFogCoordPointerEXT(int, int, long)"><B>glFogCoordPointerEXT(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFogCoord.html" title="class in org.lwjgl.opengl">EXTFogCoord</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glFogf(int, float)"><B>glFogf(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glFogi(int, int)"><B>glFogi(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glFramebufferDrawBufferEXT(int, int)"><B>glFramebufferDrawBufferEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glFramebufferDrawBuffersEXT(int, java.nio.IntBuffer)"><B>glFramebufferDrawBuffersEXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#glFramebufferParameteri(int, int, int)"><B>glFramebufferParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glFramebufferParameteri(int, int, int)"><B>glFramebufferParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glFramebufferReadBufferEXT(int, int)"><B>glFramebufferReadBufferEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glFramebufferRenderbuffer(int, int, int, int)"><B>glFramebufferRenderbuffer(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glFramebufferRenderbuffer(int, int, int, int)"><B>glFramebufferRenderbuffer(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glFramebufferRenderbuffer(int, int, int, int)"><B>glFramebufferRenderbuffer(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glFramebufferRenderbufferEXT(int, int, int, int)"><B>glFramebufferRenderbufferEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glFramebufferRenderbufferOES(int, int, int, int)"><B>glFramebufferRenderbufferOES(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glFramebufferTexture(int, int, int, int)"><B>glFramebufferTexture(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glFramebufferTexture1D(int, int, int, int, int)"><B>glFramebufferTexture1D(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glFramebufferTexture1D(int, int, int, int, int)"><B>glFramebufferTexture1D(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glFramebufferTexture1DEXT(int, int, int, int, int)"><B>glFramebufferTexture1DEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glFramebufferTexture2D(int, int, int, int, int)"><B>glFramebufferTexture2D(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glFramebufferTexture2D(int, int, int, int, int)"><B>glFramebufferTexture2D(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glFramebufferTexture2D(int, int, int, int, int)"><B>glFramebufferTexture2D(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glFramebufferTexture2DEXT(int, int, int, int, int)"><B>glFramebufferTexture2DEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html#glFramebufferTexture2DMultisampleEXT(int, int, int, int, int, int)"><B>glFramebufferTexture2DMultisampleEXT(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">EXTMultisampledRenderToTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html#glFramebufferTexture2DMultisampleIMG(int, int, int, int, int, int)"><B>glFramebufferTexture2DMultisampleIMG(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">IMGMultisampledRenderToTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glFramebufferTexture2DOES(int, int, int, int, int)"><B>glFramebufferTexture2DOES(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glFramebufferTexture3D(int, int, int, int, int, int)"><B>glFramebufferTexture3D(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glFramebufferTexture3D(int, int, int, int, int, int)"><B>glFramebufferTexture3D(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glFramebufferTexture3DEXT(int, int, int, int, int, int)"><B>glFramebufferTexture3DEXT(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#glFramebufferTexture3DOES(int, int, int, int, int, int)"><B>glFramebufferTexture3DOES(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#glFramebufferTextureARB(int, int, int, int)"><B>glFramebufferTextureARB(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#glFramebufferTextureEXT(int, int, int, int)"><B>glFramebufferTextureEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html#glFramebufferTextureEXT(int, int, int, int)"><B>glFramebufferTextureEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl">NVGeometryProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#glFramebufferTextureFaceARB(int, int, int, int, int)"><B>glFramebufferTextureFaceARB(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#glFramebufferTextureFaceEXT(int, int, int, int, int)"><B>glFramebufferTextureFaceEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html#glFramebufferTextureFaceEXT(int, int, int, int, int)"><B>glFramebufferTextureFaceEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl">NVGeometryProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glFramebufferTextureLayer(int, int, int, int, int)"><B>glFramebufferTextureLayer(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glFramebufferTextureLayer(int, int, int, int, int)"><B>glFramebufferTextureLayer(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glFramebufferTextureLayer(int, int, int, int, int)"><B>glFramebufferTextureLayer(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#glFramebufferTextureLayerARB(int, int, int, int, int)"><B>glFramebufferTextureLayerARB(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#glFramebufferTextureLayerEXT(int, int, int, int, int)"><B>glFramebufferTextureLayerEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureArray.html#glFramebufferTextureLayerEXT(int, int, int, int, int)"><B>glFramebufferTextureLayerEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureArray.html" title="class in org.lwjgl.opengl">EXTTextureArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html#glFramebufferTextureLayerEXT(int, int, int, int, int)"><B>glFramebufferTextureLayerEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl">NVGeometryProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureArray.html#glFramebufferTextureLayerEXT(int, int, int, int, int)"><B>glFramebufferTextureLayerEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureArray.html" title="class in org.lwjgl.opengles">EXTTextureArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html#glFramebufferVertexAttribArrayNV(int, int, int, int, int, int, boolean, long, long, long, int)"><B>glFramebufferVertexAttribArrayNV(int, int, int, int, int, int, boolean, long, long, long, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles">NVFramebufferVertexAttribArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GREMEDYFrameTerminator.html#glFrameTerminatorGREMEDY()"><B>glFrameTerminatorGREMEDY()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GREMEDYFrameTerminator.html" title="class in org.lwjgl.opengl">GREMEDYFrameTerminator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html#glFreeMemoryNV(java.nio.ByteBuffer)"><B>glFreeMemoryNV(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glFreeObjectBufferATI(int)"><B>glFreeObjectBufferATI(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glFrontFace(int)"><B>glFrontFace(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glFrontFace(int)"><B>glFrontFace(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glFrustum(double, double, double, double, double, double)"><B>glFrustum(double, double, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGenBuffers(java.nio.IntBuffer)"><B>glGenBuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGenBuffers()"><B>glGenBuffers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>Overloads glGenBuffers.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGenBuffers(java.nio.IntBuffer)"><B>glGenBuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGenBuffers()"><B>glGenBuffers()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGenBuffers.
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glGenBuffersARB(java.nio.IntBuffer)"><B>glGenBuffersARB(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glGenBuffersARB()"><B>glGenBuffersARB()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Overloads glGenBuffersARB.
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glGenerateMipmap(int)"><B>glGenerateMipmap(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGenerateMipmap(int)"><B>glGenerateMipmap(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGenerateMipmap(int)"><B>glGenerateMipmap(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glGenerateMipmapEXT(int)"><B>glGenerateMipmapEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glGenerateMipmapOES(int)"><B>glGenerateMipmapOES(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGenerateMultiTexMipmapEXT(int, int)"><B>glGenerateMultiTexMipmapEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGenerateTextureMipmap(int)"><B>glGenerateTextureMipmap(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGenerateTextureMipmap(int)"><B>glGenerateTextureMipmap(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGenerateTextureMipmapEXT(int, int)"><B>glGenerateTextureMipmapEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEFence.html#glGenFencesAPPLE(java.nio.IntBuffer)"><B>glGenFencesAPPLE(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEFence.html#glGenFencesAPPLE()"><B>glGenFencesAPPLE()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</A>
<DD>Overloads glGenFencesAPPLE.
<DT><A HREF="./org/lwjgl/opengl/NVFence.html#glGenFencesNV(java.nio.IntBuffer)"><B>glGenFencesNV(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFence.html#glGenFencesNV()"><B>glGenFencesNV()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</A>
<DD>Overloads glGenFencesNV.
<DT><A HREF="./org/lwjgl/opengles/NVFence.html#glGenFencesNV(java.nio.IntBuffer)"><B>glGenFencesNV(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFence.html#glGenFencesNV()"><B>glGenFencesNV()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</A>
<DD>Overloads glGenFencesNV.
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#glGenFragmentShadersATI(int)"><B>glGenFragmentShadersATI(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glGenFramebuffers(java.nio.IntBuffer)"><B>glGenFramebuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glGenFramebuffers()"><B>glGenFramebuffers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Overloads glGenFramebuffers.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGenFramebuffers(java.nio.IntBuffer)"><B>glGenFramebuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGenFramebuffers()"><B>glGenFramebuffers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glGenFramebuffers.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGenFramebuffers(java.nio.IntBuffer)"><B>glGenFramebuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGenFramebuffers()"><B>glGenFramebuffers()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGenFramebuffers.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glGenFramebuffersEXT(java.nio.IntBuffer)"><B>glGenFramebuffersEXT(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glGenFramebuffersEXT()"><B>glGenFramebuffersEXT()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Overloads glGenFramebuffersEXT.
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glGenFramebuffersOES(java.nio.IntBuffer)"><B>glGenFramebuffersOES(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glGenFramebuffersOES()"><B>glGenFramebuffersOES()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Overloads glGenFramebuffersOES.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGenLists(int)"><B>glGenLists(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html#glGenNamesAMD(int, java.nio.IntBuffer)"><B>glGenNamesAMD(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html#glGenNamesAMD(int)"><B>glGenNamesAMD(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</A>
<DD>Overloads glGenNamesAMD.
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#glGenOcclusionQueriesNV(java.nio.IntBuffer)"><B>glGenOcclusionQueriesNV(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#glGenOcclusionQueriesNV()"><B>glGenOcclusionQueriesNV()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>Overloads glGenOcclusionQueriesNV.
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGenPathsNV(int)"><B>glGenPathsNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGenPerfMonitorsAMD(java.nio.IntBuffer)"><B>glGenPerfMonitorsAMD(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGenPerfMonitorsAMD()"><B>glGenPerfMonitorsAMD()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>Overloads glGenPerfMonitorsAMD.
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGenPerfMonitorsAMD(java.nio.IntBuffer)"><B>glGenPerfMonitorsAMD(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGenPerfMonitorsAMD()"><B>glGenPerfMonitorsAMD()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>Overloads glGenPerfMonitorsAMD.
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glGenProgramPipelines(java.nio.IntBuffer)"><B>glGenProgramPipelines(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glGenProgramPipelines()"><B>glGenProgramPipelines()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Overloads glGenProgramPipelines.
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glGenProgramPipelines(java.nio.IntBuffer)"><B>glGenProgramPipelines(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glGenProgramPipelines()"><B>glGenProgramPipelines()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Overloads glGenProgramPipelines.
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glGenProgramPipelinesEXT(java.nio.IntBuffer)"><B>glGenProgramPipelinesEXT(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glGenProgramPipelinesEXT()"><B>glGenProgramPipelinesEXT()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Overloads glGenProgramPipelinesEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glGenProgramsARB(java.nio.IntBuffer)"><B>glGenProgramsARB(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glGenProgramsARB()"><B>glGenProgramsARB()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Overloads glGenProgramsARB.
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glGenProgramsNV(java.nio.IntBuffer)"><B>glGenProgramsNV(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glGenProgramsNV()"><B>glGenProgramsNV()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>Overloads glGenProgramsNV.
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGenQueries(java.nio.IntBuffer)"><B>glGenQueries(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGenQueries()"><B>glGenQueries()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>Overloads glGenQueries.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGenQueries(java.nio.IntBuffer)"><B>glGenQueries(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGenQueries()"><B>glGenQueries()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGenQueries.
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGenQueriesARB(java.nio.IntBuffer)"><B>glGenQueriesARB(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGenQueriesARB()"><B>glGenQueriesARB()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>Overloads glGenQueriesARB.
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glGenQueriesEXT(java.nio.IntBuffer)"><B>glGenQueriesEXT(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glGenQueriesEXT()"><B>glGenQueriesEXT()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>Overloads glGenQueriesEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glGenRenderbuffers(java.nio.IntBuffer)"><B>glGenRenderbuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glGenRenderbuffers()"><B>glGenRenderbuffers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Overloads glGenRenderbuffers.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGenRenderbuffers(java.nio.IntBuffer)"><B>glGenRenderbuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGenRenderbuffers()"><B>glGenRenderbuffers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glGenRenderbuffers.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGenRenderbuffers(java.nio.IntBuffer)"><B>glGenRenderbuffers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGenRenderbuffers()"><B>glGenRenderbuffers()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGenRenderbuffers.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glGenRenderbuffersEXT(java.nio.IntBuffer)"><B>glGenRenderbuffersEXT(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glGenRenderbuffersEXT()"><B>glGenRenderbuffersEXT()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Overloads glGenRenderbuffersEXT.
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glGenRenderbuffersOES(java.nio.IntBuffer)"><B>glGenRenderbuffersOES(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glGenRenderbuffersOES()"><B>glGenRenderbuffersOES()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Overloads glGenRenderbuffersOES.
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glGenSamplers(java.nio.IntBuffer)"><B>glGenSamplers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glGenSamplers()"><B>glGenSamplers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>Overloads glGenSamplers.
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGenSamplers(java.nio.IntBuffer)"><B>glGenSamplers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGenSamplers()"><B>glGenSamplers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Overloads glGenSamplers.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGenSamplers(java.nio.IntBuffer)"><B>glGenSamplers(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGenSamplers()"><B>glGenSamplers()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGenSamplers.
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glGenSymbolsEXT(int, int, int, int)"><B>glGenSymbolsEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGenTextures(java.nio.IntBuffer)"><B>glGenTextures(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGenTextures()"><B>glGenTextures()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glGenTextures.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGenTextures(java.nio.IntBuffer)"><B>glGenTextures(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGenTextures()"><B>glGenTextures()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGenTextures.
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html#glGenTransformFeedbacks(java.nio.IntBuffer)"><B>glGenTransformFeedbacks(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html#glGenTransformFeedbacks()"><B>glGenTransformFeedbacks()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</A>
<DD>Overloads glGenTransformFeedbacks.
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGenTransformFeedbacks(java.nio.IntBuffer)"><B>glGenTransformFeedbacks(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGenTransformFeedbacks()"><B>glGenTransformFeedbacks()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Overloads glGenTransformFeedbacks.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGenTransformFeedbacks(java.nio.IntBuffer)"><B>glGenTransformFeedbacks(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGenTransformFeedbacks()"><B>glGenTransformFeedbacks()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGenTransformFeedbacks.
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html#glGenTransformFeedbacksNV(java.nio.IntBuffer)"><B>glGenTransformFeedbacksNV(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html#glGenTransformFeedbacksNV()"><B>glGenTransformFeedbacksNV()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</A>
<DD>Overloads glGenTransformFeedbacksNV.
<DT><A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html#glGenVertexArrays(java.nio.IntBuffer)"><B>glGenVertexArrays(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl">ARBVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html#glGenVertexArrays()"><B>glGenVertexArrays()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl">ARBVertexArrayObject</A>
<DD>Overloads glGenVertexArrays.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGenVertexArrays(java.nio.IntBuffer)"><B>glGenVertexArrays(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGenVertexArrays()"><B>glGenVertexArrays()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glGenVertexArrays.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGenVertexArrays(java.nio.IntBuffer)"><B>glGenVertexArrays(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGenVertexArrays()"><B>glGenVertexArrays()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGenVertexArrays.
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html#glGenVertexArraysAPPLE(java.nio.IntBuffer)"><B>glGenVertexArraysAPPLE(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl">APPLEVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html#glGenVertexArraysAPPLE()"><B>glGenVertexArraysAPPLE()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl">APPLEVertexArrayObject</A>
<DD>Overloads glGenVertexArraysAPPLE.
<DT><A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html#glGenVertexArraysOES(java.nio.IntBuffer)"><B>glGenVertexArraysOES(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles">OESVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html#glGenVertexArraysOES()"><B>glGenVertexArraysOES()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles">OESVertexArrayObject</A>
<DD>Overloads glGenVertexArraysOES.
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glGenVertexShadersEXT(int)"><B>glGenVertexShadersEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#glGetActiveAtomicCounterBuffer(int, int, int, java.nio.IntBuffer)"><B>glGetActiveAtomicCounterBuffer(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html#glGetActiveAtomicCounterBuffer(int, int, int)"><B>glGetActiveAtomicCounterBuffer(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderAtomicCounters.html" title="class in org.lwjgl.opengl">ARBShaderAtomicCounters</A>
<DD>Overloads glGetActiveAtomicCounterBufferiv.
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glGetActiveAtomicCounterBuffer(int, int, int, java.nio.IntBuffer)"><B>glGetActiveAtomicCounterBuffer(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glGetActiveAtomicCounterBuffer(int, int, int)"><B>glGetActiveAtomicCounterBuffer(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Overloads glGetActiveAtomicCounterBufferiv.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetActiveAttrib(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveAttrib(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetActiveAttrib(int, int, int, java.nio.IntBuffer)"><B>glGetActiveAttrib(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetActiveAttrib.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetActiveAttrib(int, int, int)"><B>glGetActiveAttrib(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetActiveAttrib.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetActiveAttrib(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveAttrib(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetActiveAttrib(int, int, int, java.nio.IntBuffer)"><B>glGetActiveAttrib(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetActiveAttrib.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetActiveAttrib(int, int, int)"><B>glGetActiveAttrib(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetActiveAttrib.
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glGetActiveAttribARB(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveAttribARB(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glGetActiveAttribARB(int, int, int, java.nio.IntBuffer)"><B>glGetActiveAttribARB(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Overloads glGetActiveAttribARB.
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glGetActiveAttribARB(int, int, int)"><B>glGetActiveAttribARB(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Overloads glGetActiveAttribARB.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetActiveAttribSize(int, int)"><B>glGetActiveAttribSize(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetActiveAttrib.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetActiveAttribSize(int, int)"><B>glGetActiveAttribSize(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetActiveAttrib.
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glGetActiveAttribSizeARB(int, int)"><B>glGetActiveAttribSizeARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Overloads glGetActiveAttribARB.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetActiveAttribType(int, int)"><B>glGetActiveAttribType(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetActiveAttrib.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetActiveAttribType(int, int)"><B>glGetActiveAttribType(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetActiveAttrib.
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glGetActiveAttribTypeARB(int, int)"><B>glGetActiveAttribTypeARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Overloads glGetActiveAttribARB.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetActiveSubroutineName(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveSubroutineName(int, int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetActiveSubroutineName(int, int, int, int)"><B>glGetActiveSubroutineName(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Overloads glGetActiveSubroutineName.
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineName(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveSubroutineName(int, int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineName(int, int, int, int)"><B>glGetActiveSubroutineName(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Overloads glGetActiveSubroutineName.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetActiveSubroutineUniform(int, int, int, int, java.nio.IntBuffer)"><B>glGetActiveSubroutineUniform(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineUniform(int, int, int, int, java.nio.IntBuffer)"><B>glGetActiveSubroutineUniform(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineUniform(int, int, int, int)"><B>glGetActiveSubroutineUniform(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineUniformi(int, int, int, int)"><CODE>GL40.glGetActiveSubroutineUniformi(int, int, int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetActiveSubroutineUniformi(int, int, int, int)"><B>glGetActiveSubroutineUniformi(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Overloads glGetActiveSubroutineUniformiv.
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineUniformi(int, int, int, int)"><B>glGetActiveSubroutineUniformi(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Overloads glGetActiveSubroutineUniformiv.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetActiveSubroutineUniformName(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveSubroutineUniformName(int, int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetActiveSubroutineUniformName(int, int, int, int)"><B>glGetActiveSubroutineUniformName(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Overloads glGetActiveSubroutineUniformName.
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineUniformName(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveSubroutineUniformName(int, int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetActiveSubroutineUniformName(int, int, int, int)"><B>glGetActiveSubroutineUniformName(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Overloads glGetActiveSubroutineUniformName.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetActiveUniform(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveUniform(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetActiveUniform(int, int, int, java.nio.IntBuffer)"><B>glGetActiveUniform(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetActiveUniform.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetActiveUniform(int, int, int)"><B>glGetActiveUniform(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetActiveUniform.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetActiveUniform(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveUniform(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetActiveUniform(int, int, int, java.nio.IntBuffer)"><B>glGetActiveUniform(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetActiveUniform.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetActiveUniform(int, int, int)"><B>glGetActiveUniform(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetActiveUniform.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetActiveUniformARB(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveUniformARB(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetActiveUniformARB(int, int, int, java.nio.IntBuffer)"><B>glGetActiveUniformARB(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Overloads glGetActiveUniformARB.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetActiveUniformARB(int, int, int)"><B>glGetActiveUniformARB(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Overloads glGetActiveUniformARB.
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformBlock(int, int, int, java.nio.IntBuffer)"><B>glGetActiveUniformBlock(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformBlock(int, int, int)"><B>glGetActiveUniformBlock(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformBlocki(int, int, int)"><CODE>ARBUniformBufferObject.glGetActiveUniformBlocki(int, int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glGetActiveUniformBlock(int, int, int, java.nio.IntBuffer)"><B>glGetActiveUniformBlock(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glGetActiveUniformBlock(int, int, int)"><B>glGetActiveUniformBlock(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL31.html#glGetActiveUniformBlocki(int, int, int)"><CODE>GL31.glGetActiveUniformBlocki(int, int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetActiveUniformBlock(int, int, int, java.nio.IntBuffer)"><B>glGetActiveUniformBlock(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformBlocki(int, int, int)"><B>glGetActiveUniformBlocki(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Overloads glGetActiveUniformBlockiv.
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glGetActiveUniformBlocki(int, int, int)"><B>glGetActiveUniformBlocki(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Overloads glGetActiveUniformBlockiv.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetActiveUniformBlocki(int, int, int)"><B>glGetActiveUniformBlocki(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetActiveUniformBlockiv.
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformBlockName(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveUniformBlockName(int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformBlockName(int, int, int)"><B>glGetActiveUniformBlockName(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Overloads glGetActiveUniformBlockName.
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glGetActiveUniformBlockName(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveUniformBlockName(int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glGetActiveUniformBlockName(int, int, int)"><B>glGetActiveUniformBlockName(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Overloads glGetActiveUniformBlockName.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetActiveUniformBlockName(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveUniformBlockName(int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetActiveUniformBlockName(int, int, int)"><B>glGetActiveUniformBlockName(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetActiveUniformBlockName.
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformName(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveUniformName(int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformName(int, int, int)"><B>glGetActiveUniformName(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Overloads glGetActiveUniformName.
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glGetActiveUniformName(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveUniformName(int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glGetActiveUniformName(int, int, int)"><B>glGetActiveUniformName(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Overloads glGetActiveUniformName.
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniforms(int, java.nio.IntBuffer, int, java.nio.IntBuffer)"><B>glGetActiveUniforms(int, IntBuffer, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniforms(int, int, int)"><B>glGetActiveUniforms(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformsi(int, int, int)"><CODE>ARBUniformBufferObject.glGetActiveUniformsi(int, int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glGetActiveUniforms(int, java.nio.IntBuffer, int, java.nio.IntBuffer)"><B>glGetActiveUniforms(int, IntBuffer, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glGetActiveUniforms(int, int, int)"><B>glGetActiveUniforms(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL31.html#glGetActiveUniformsi(int, int, int)"><CODE>GL31.glGetActiveUniformsi(int, int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetActiveUniforms(int, java.nio.IntBuffer, int, java.nio.IntBuffer)"><B>glGetActiveUniforms(int, IntBuffer, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetActiveUniformsi(int, int, int)"><B>glGetActiveUniformsi(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Overloads glGetActiveUniformsiv.
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glGetActiveUniformsi(int, int, int)"><B>glGetActiveUniformsi(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Overloads glGetActiveUniformsiv.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetActiveUniformsi(int, int, int)"><B>glGetActiveUniformsi(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetActiveUniformsiv.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetActiveUniformSize(int, int)"><B>glGetActiveUniformSize(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetActiveUniform.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetActiveUniformSize(int, int)"><B>glGetActiveUniformSize(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetActiveUniform.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetActiveUniformSizeARB(int, int)"><B>glGetActiveUniformSizeARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Overloads glGetActiveUniformARB.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetActiveUniformType(int, int)"><B>glGetActiveUniformType(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetActiveUniform.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetActiveUniformType(int, int)"><B>glGetActiveUniformType(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetActiveUniform.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetActiveUniformTypeARB(int, int)"><B>glGetActiveUniformTypeARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Overloads glGetActiveUniformARB.
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glGetActiveVaryingNV(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetActiveVaryingNV(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glGetActiveVaryingNV(int, int, int, java.nio.IntBuffer)"><B>glGetActiveVaryingNV(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Overloads glGetActiveVaryingNV.
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glGetActiveVaryingNV(int, int, int)"><B>glGetActiveVaryingNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Overloads glGetActiveVaryingNV.
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glGetActiveVaryingSizeNV(int, int)"><B>glGetActiveVaryingSizeNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Overloads glGetActiveVaryingNV.
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glGetActiveVaryingTypeNV(int, int)"><B>glGetActiveVaryingTypeNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Overloads glGetActiveVaryingNV.
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glGetArrayObjectATI(int, int, java.nio.FloatBuffer)"><B>glGetArrayObjectATI(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glGetArrayObjectATI(int, int, java.nio.IntBuffer)"><B>glGetArrayObjectATI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetAttachedObjectsARB(int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetAttachedObjectsARB(int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetAttachedShaders(int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetAttachedShaders(int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetAttachedShaders(int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetAttachedShaders(int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetAttribLocation(int, java.nio.ByteBuffer)"><B>glGetAttribLocation(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetAttribLocation(int, java.lang.CharSequence)"><B>glGetAttribLocation(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetAttribLocation.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetAttribLocation(int, java.nio.ByteBuffer)"><B>glGetAttribLocation(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetAttribLocation(int, java.lang.CharSequence)"><B>glGetAttribLocation(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetAttribLocation.
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glGetAttribLocationARB(int, java.nio.ByteBuffer)"><B>glGetAttribLocationARB(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glGetAttribLocationARB(int, java.lang.CharSequence)"><B>glGetAttribLocationARB(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Overloads glGetAttribLocationARB.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetBoolean(int, java.nio.ByteBuffer)"><B>glGetBoolean(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetBoolean(int)"><B>glGetBoolean(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glGetBooleanv.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetBoolean(int, int, java.nio.ByteBuffer)"><B>glGetBoolean(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetBoolean(int, int)"><B>glGetBoolean(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glGetBooleani_v.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetBoolean(int, java.nio.ByteBuffer)"><B>glGetBoolean(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetBoolean(int)"><B>glGetBoolean(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetBooleanv.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetBooleanIndexedEXT(int, int, java.nio.ByteBuffer)"><B>glGetBooleanIndexedEXT(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetBooleanIndexedEXT(int, int)"><B>glGetBooleanIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetBooleanIndexedvEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html#glGetBooleanIndexedEXT(int, int, java.nio.ByteBuffer)"><B>glGetBooleanIndexedEXT(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html#glGetBooleanIndexedEXT(int, int)"><B>glGetBooleanIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</A>
<DD>Overloads glGetBooleanIndexedvEXT.
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#glGetBooleanIndexedEXT(int, int, java.nio.ByteBuffer)"><B>glGetBooleanIndexedEXT(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#glGetBooleanIndexedEXT(int, int)"><B>glGetBooleanIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>Overloads glGetBooleanIndexedvEXT.
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetBufferParameter(int, int, java.nio.IntBuffer)"><B>glGetBufferParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetBufferParameter(int, int)"><B>glGetBufferParameter(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL15.html#glGetBufferParameteri(int, int)"><CODE>GL15.glGetBufferParameteri(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glGetBufferParameter(int, int, java.nio.LongBuffer)"><B>glGetBufferParameter(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glGetBufferParameter(int, int)"><B>glGetBufferParameter(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL32.html#glGetBufferParameteri64(int, int)"><CODE>GL32.glGetBufferParameteri64(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetBufferParameter(int, int, java.nio.IntBuffer)"><B>glGetBufferParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetBufferParameter(int, int)"><B>glGetBufferParameter(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengles/GLES20.html#glGetBufferParameteri(int, int)"><CODE>GLES20.glGetBufferParameteri(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetBufferParameter(int, int, java.nio.LongBuffer)"><B>glGetBufferParameter(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferParameterARB(int, int, java.nio.IntBuffer)"><B>glGetBufferParameterARB(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferParameterARB(int, int)"><B>glGetBufferParameterARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferParameteriARB(int, int)"><CODE>ARBBufferObject.glGetBufferParameteriARB(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetBufferParameteri(int, int)"><B>glGetBufferParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>Overloads glGetBufferParameteriv.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetBufferParameteri(int, int)"><B>glGetBufferParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetBufferParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glGetBufferParameteri64(int, int)"><B>glGetBufferParameteri64(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Overloads glGetBufferParameteri64v.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetBufferParameteri64(int, int)"><B>glGetBufferParameteri64(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetBufferParameteri64v.
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferParameteriARB(int, int)"><B>glGetBufferParameteriARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>Overloads glGetBufferParameterivARB.
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glGetBufferParameterui64NV(int, int)"><B>glGetBufferParameterui64NV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>Overloads glGetBufferParameterui64vNV.
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glGetBufferParameteruNV(int, int, java.nio.LongBuffer)"><B>glGetBufferParameteruNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetBufferPointer(int, int)"><B>glGetBufferPointer(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetBufferPointer(int, int)"><B>glGetBufferPointer(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferPointerARB(int, int)"><B>glGetBufferPointerARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESMapbuffer.html#glGetBufferPointerOES(int, int, java.nio.ByteBuffer)"><B>glGetBufferPointerOES(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESMapbuffer.html#glGetBufferPointervOES(int, int, long, java.nio.ByteBuffer)"><B>glGetBufferPointervOES(int, int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetBufferSubData(int, long, java.nio.ByteBuffer)"><B>glGetBufferSubData(int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetBufferSubData(int, long, java.nio.DoubleBuffer)"><B>glGetBufferSubData(int, long, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetBufferSubData(int, long, java.nio.FloatBuffer)"><B>glGetBufferSubData(int, long, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetBufferSubData(int, long, java.nio.IntBuffer)"><B>glGetBufferSubData(int, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetBufferSubData(int, long, java.nio.ShortBuffer)"><B>glGetBufferSubData(int, long, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferSubDataARB(int, long, java.nio.ByteBuffer)"><B>glGetBufferSubDataARB(int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferSubDataARB(int, long, java.nio.DoubleBuffer)"><B>glGetBufferSubDataARB(int, long, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferSubDataARB(int, long, java.nio.FloatBuffer)"><B>glGetBufferSubDataARB(int, long, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferSubDataARB(int, long, java.nio.IntBuffer)"><B>glGetBufferSubDataARB(int, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glGetBufferSubDataARB(int, long, java.nio.ShortBuffer)"><B>glGetBufferSubDataARB(int, long, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetClipPlane(int, java.nio.DoubleBuffer)"><B>glGetClipPlane(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetColorTable(int, int, int, java.nio.ByteBuffer)"><B>glGetColorTable(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetColorTable(int, int, int, java.nio.DoubleBuffer)"><B>glGetColorTable(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetColorTable(int, int, int, java.nio.FloatBuffer)"><B>glGetColorTable(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glGetColorTableEXT(int, int, int, java.nio.ByteBuffer)"><B>glGetColorTableEXT(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glGetColorTableEXT(int, int, int, java.nio.DoubleBuffer)"><B>glGetColorTableEXT(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glGetColorTableEXT(int, int, int, java.nio.FloatBuffer)"><B>glGetColorTableEXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glGetColorTableEXT(int, int, int, java.nio.IntBuffer)"><B>glGetColorTableEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glGetColorTableEXT(int, int, int, java.nio.ShortBuffer)"><B>glGetColorTableEXT(int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetColorTableParameter(int, int, java.nio.IntBuffer)"><B>glGetColorTableParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetColorTableParameter(int, int, java.nio.FloatBuffer)"><B>glGetColorTableParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glGetColorTableParameterEXT(int, int, java.nio.IntBuffer)"><B>glGetColorTableParameterEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html#glGetColorTableParameterEXT(int, int, java.nio.FloatBuffer)"><B>glGetColorTableParameterEXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPalettedTexture.html" title="class in org.lwjgl.opengl">EXTPalettedTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerInputParameterfNV(int, int, int, int)"><B>glGetCombinerInputParameterfNV(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>Overloads glGetCombinerInputParameterfvNV.
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerInputParameteriNV(int, int, int, int)"><B>glGetCombinerInputParameteriNV(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>Overloads glGetCombinerInputParameterivNV.
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerInputParameterNV(int, int, int, int, java.nio.FloatBuffer)"><B>glGetCombinerInputParameterNV(int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerInputParameterNV(int, int, int, int, java.nio.IntBuffer)"><B>glGetCombinerInputParameterNV(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerOutputParameterfNV(int, int, int)"><B>glGetCombinerOutputParameterfNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>Overloads glGetCombinerOutputParameterfvNV.
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerOutputParameteriNV(int, int, int)"><B>glGetCombinerOutputParameteriNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>Overloads glGetCombinerOutputParameterivNV.
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerOutputParameterNV(int, int, int, java.nio.FloatBuffer)"><B>glGetCombinerOutputParameterNV(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetCombinerOutputParameterNV(int, int, int, java.nio.IntBuffer)"><B>glGetCombinerOutputParameterNV(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners2.html#glGetCombinerStageParameterNV(int, int, java.nio.FloatBuffer)"><B>glGetCombinerStageParameterNV(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners2.html" title="class in org.lwjgl.opengl">NVRegisterCombiners2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedMultiTexImageEXT(int, int, int, java.nio.ByteBuffer)"><B>glGetCompressedMultiTexImageEXT(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedMultiTexImageEXT(int, int, int, java.nio.IntBuffer)"><B>glGetCompressedMultiTexImageEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedMultiTexImageEXT(int, int, int, java.nio.ShortBuffer)"><B>glGetCompressedMultiTexImageEXT(int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedMultiTexImageEXT(int, int, int, long)"><B>glGetCompressedMultiTexImageEXT(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glGetCompressedTexImage(int, int, java.nio.ByteBuffer)"><B>glGetCompressedTexImage(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glGetCompressedTexImage(int, int, java.nio.IntBuffer)"><B>glGetCompressedTexImage(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glGetCompressedTexImage(int, int, java.nio.ShortBuffer)"><B>glGetCompressedTexImage(int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glGetCompressedTexImage(int, int, long)"><B>glGetCompressedTexImage(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#glGetCompressedTexImageARB(int, int, java.nio.ByteBuffer)"><B>glGetCompressedTexImageARB(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureCompression.html#glGetCompressedTexImageARB(int, int, long)"><B>glGetCompressedTexImageARB(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureCompression.html" title="class in org.lwjgl.opengl">ARBTextureCompression</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#glGetCompressedTexImageNV(int, int, java.nio.ByteBuffer)"><B>glGetCompressedTexImageNV(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetCompressedTextureImage(int, int, java.nio.ByteBuffer)"><B>glGetCompressedTextureImage(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetCompressedTextureImage(int, int, java.nio.IntBuffer)"><B>glGetCompressedTextureImage(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetCompressedTextureImage(int, int, java.nio.ShortBuffer)"><B>glGetCompressedTextureImage(int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetCompressedTextureImage(int, int, int, long)"><B>glGetCompressedTextureImage(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetCompressedTextureImage(int, int, java.nio.ByteBuffer)"><B>glGetCompressedTextureImage(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetCompressedTextureImage(int, int, java.nio.IntBuffer)"><B>glGetCompressedTextureImage(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetCompressedTextureImage(int, int, java.nio.ShortBuffer)"><B>glGetCompressedTextureImage(int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetCompressedTextureImage(int, int, int, long)"><B>glGetCompressedTextureImage(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedTextureImageEXT(int, int, int, java.nio.ByteBuffer)"><B>glGetCompressedTextureImageEXT(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedTextureImageEXT(int, int, int, java.nio.IntBuffer)"><B>glGetCompressedTextureImageEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedTextureImageEXT(int, int, int, java.nio.ShortBuffer)"><B>glGetCompressedTextureImageEXT(int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetCompressedTextureImageEXT(int, int, int, long)"><B>glGetCompressedTextureImageEXT(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html#glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html" title="class in org.lwjgl.opengl">ARBGetTextureSubImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html#glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html" title="class in org.lwjgl.opengl">ARBGetTextureSubImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html#glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html" title="class in org.lwjgl.opengl">ARBGetTextureSubImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html#glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html" title="class in org.lwjgl.opengl">ARBGetTextureSubImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html#glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html" title="class in org.lwjgl.opengl">ARBGetTextureSubImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html#glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, int, long)"><B>glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html" title="class in org.lwjgl.opengl">ARBGetTextureSubImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, int, long)"><B>glGetCompressedTextureSubImage(int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionFilter(int, int, int, java.nio.ByteBuffer)"><B>glGetConvolutionFilter(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionFilter(int, int, int, java.nio.DoubleBuffer)"><B>glGetConvolutionFilter(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionFilter(int, int, int, java.nio.FloatBuffer)"><B>glGetConvolutionFilter(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionFilter(int, int, int, java.nio.IntBuffer)"><B>glGetConvolutionFilter(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionFilter(int, int, int, java.nio.ShortBuffer)"><B>glGetConvolutionFilter(int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionFilter(int, int, int, long)"><B>glGetConvolutionFilter(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionParameter(int, int, java.nio.FloatBuffer)"><B>glGetConvolutionParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetConvolutionParameter(int, int, java.nio.IntBuffer)"><B>glGetConvolutionParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetDebugMessageLog(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetDebugMessageLog(int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glGetDebugMessageLog(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetDebugMessageLog(int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glGetDebugMessageLog(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetDebugMessageLog(int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutput.html#glGetDebugMessageLogAMD(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetDebugMessageLogAMD(int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutput.html" title="class in org.lwjgl.opengl">AMDDebugOutput</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutput.html#glGetDebugMessageLogARB(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetDebugMessageLogARB(int, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutput.html" title="class in org.lwjgl.opengl">ARBDebugOutput</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glGetDouble(int, int, java.nio.DoubleBuffer)"><B>glGetDouble(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glGetDouble(int, int)"><B>glGetDouble(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>Overloads glGetDoublei_v.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetDouble(int, java.nio.DoubleBuffer)"><B>glGetDouble(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetDouble(int)"><B>glGetDouble(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glGetDoublev.
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glGetDouble(int, int, java.nio.DoubleBuffer)"><B>glGetDouble(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glGetDouble(int, int)"><B>glGetDouble(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Overloads glGetDoublei_v.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetDoubleEXT(int, int, java.nio.DoubleBuffer)"><B>glGetDoubleEXT(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetDoubleEXT(int, int)"><B>glGetDoubleEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetDoublei_vEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetDoubleIndexedEXT(int, int, java.nio.DoubleBuffer)"><B>glGetDoubleIndexedEXT(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetDoubleIndexedEXT(int, int)"><B>glGetDoubleIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetDoubleIndexedvEXT.
<DT><A HREF="./org/lwjgl/opengles/QCOMDriverControl.html#glGetDriverControlsQCOM(java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetDriverControlsQCOM(IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMDriverControl.html" title="class in org.lwjgl.opengles">QCOMDriverControl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMDriverControl.html#glGetDriverControlStringQCOM(int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetDriverControlStringQCOM(int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMDriverControl.html" title="class in org.lwjgl.opengles">QCOMDriverControl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMDriverControl.html#glGetDriverControlStringQCOM(int, int)"><B>glGetDriverControlStringQCOM(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMDriverControl.html" title="class in org.lwjgl.opengles">QCOMDriverControl</A>
<DD>Overloads glGetDriverControlStringQCOM.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetError()"><B>glGetError()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetError()"><B>glGetError()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFence.html#glGetFenceivNV(int, int, java.nio.IntBuffer)"><B>glGetFenceivNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFence.html#glGetFenceivNV(int, int, java.nio.IntBuffer)"><B>glGetFenceivNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetFinalCombinerInputParameterfNV(int, int)"><B>glGetFinalCombinerInputParameterfNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>Overloads glGetFinalCombinerInputParameterfvNV.
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetFinalCombinerInputParameteriNV(int, int)"><B>glGetFinalCombinerInputParameteriNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>Overloads glGetFinalCombinerInputParameterivNV.
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetFinalCombinerInputParameterNV(int, int, java.nio.FloatBuffer)"><B>glGetFinalCombinerInputParameterNV(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html#glGetFinalCombinerInputParameterNV(int, int, java.nio.IntBuffer)"><B>glGetFinalCombinerInputParameterNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl">NVRegisterCombiners</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glGetFloat(int, int, java.nio.FloatBuffer)"><B>glGetFloat(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glGetFloat(int, int)"><B>glGetFloat(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>Overloads glGetFloati_v.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetFloat(int, java.nio.FloatBuffer)"><B>glGetFloat(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetFloat(int)"><B>glGetFloat(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glGetFloatv.
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glGetFloat(int, int, java.nio.FloatBuffer)"><B>glGetFloat(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glGetFloat(int, int)"><B>glGetFloat(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Overloads glGetFloati_v.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetFloat(int, java.nio.FloatBuffer)"><B>glGetFloat(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetFloat(int)"><B>glGetFloat(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetFloatv.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetFloatEXT(int, int, java.nio.FloatBuffer)"><B>glGetFloatEXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetFloatEXT(int, int)"><B>glGetFloatEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetFloati_vEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetFloatIndexedEXT(int, int, java.nio.FloatBuffer)"><B>glGetFloatIndexedEXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetFloatIndexedEXT(int, int)"><B>glGetFloatIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetFloatIndexedvEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html#glGetFragDataIndex(int, java.nio.ByteBuffer)"><B>glGetFragDataIndex(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html#glGetFragDataIndex(int, java.lang.CharSequence)"><B>glGetFragDataIndex(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBlendFuncExtended.html" title="class in org.lwjgl.opengl">ARBBlendFuncExtended</A>
<DD>Overloads glGetFragDataIndex.
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetFragDataIndex(int, java.nio.ByteBuffer)"><B>glGetFragDataIndex(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetFragDataIndex(int, java.lang.CharSequence)"><B>glGetFragDataIndex(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Overloads glGetFragDataIndex.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetFragDataLocation(int, java.nio.ByteBuffer)"><B>glGetFragDataLocation(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetFragDataLocation(int, java.lang.CharSequence)"><B>glGetFragDataLocation(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glGetFragDataLocation.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetFragDataLocation(int, java.nio.ByteBuffer)"><B>glGetFragDataLocation(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetFragDataLocation(int, java.lang.CharSequence)"><B>glGetFragDataLocation(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetFragDataLocation.
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glGetFragDataLocationEXT(int, java.nio.ByteBuffer)"><B>glGetFragDataLocationEXT(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glGetFragDataLocationEXT(int, java.lang.CharSequence)"><B>glGetFragDataLocationEXT(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>Overloads glGetFragDataLocationEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glGetFramebufferAttachmentParameter(int, int, int, java.nio.IntBuffer)"><B>glGetFramebufferAttachmentParameter(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glGetFramebufferAttachmentParameter(int, int, int)"><B>glGetFramebufferAttachmentParameter(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glGetFramebufferAttachmentParameteri(int, int, int)"><CODE>ARBFramebufferObject.glGetFramebufferAttachmentParameteri(int, int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetFramebufferAttachmentParameter(int, int, int, java.nio.IntBuffer)"><B>glGetFramebufferAttachmentParameter(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetFramebufferAttachmentParameter(int, int, int)"><B>glGetFramebufferAttachmentParameter(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL30.html#glGetFramebufferAttachmentParameteri(int, int, int)"><CODE>GL30.glGetFramebufferAttachmentParameteri(int, int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetFramebufferAttachmentParameter(int, int, int, java.nio.IntBuffer)"><B>glGetFramebufferAttachmentParameter(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetFramebufferAttachmentParameter(int, int, int)"><B>glGetFramebufferAttachmentParameter(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengles/GLES20.html#glGetFramebufferAttachmentParameteri(int, int, int)"><CODE>GLES20.glGetFramebufferAttachmentParameteri(int, int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glGetFramebufferAttachmentParameterEXT(int, int, int, java.nio.IntBuffer)"><B>glGetFramebufferAttachmentParameterEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glGetFramebufferAttachmentParameterEXT(int, int, int)"><B>glGetFramebufferAttachmentParameterEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glGetFramebufferAttachmentParameteriEXT(int, int, int)"><CODE>EXTFramebufferObject.glGetFramebufferAttachmentParameteriEXT(int, int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glGetFramebufferAttachmentParameteri(int, int, int)"><B>glGetFramebufferAttachmentParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Overloads glGetFramebufferAttachmentParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetFramebufferAttachmentParameteri(int, int, int)"><B>glGetFramebufferAttachmentParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glGetFramebufferAttachmentParameteriv.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetFramebufferAttachmentParameteri(int, int, int)"><B>glGetFramebufferAttachmentParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetFramebufferAttachmentParameteriv.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glGetFramebufferAttachmentParameteriEXT(int, int, int)"><B>glGetFramebufferAttachmentParameteriEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Overloads glGetFramebufferAttachmentParameterivEXT.
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glGetFramebufferAttachmentParameteriOES(int, int, int)"><B>glGetFramebufferAttachmentParameteriOES(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Overloads glGetFramebufferAttachmentParameterivOES.
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glGetFramebufferAttachmentParameterOES(int, int, int, java.nio.IntBuffer)"><B>glGetFramebufferAttachmentParameterOES(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glGetFramebufferAttachmentParameterOES(int, int, int)"><B>glGetFramebufferAttachmentParameterOES(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glGetFramebufferAttachmentParameteriOES(int, int, int)"><CODE>OESFramebufferObject.glGetFramebufferAttachmentParameteriOES(int, int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#glGetFramebufferParameter(int, int, java.nio.IntBuffer)"><B>glGetFramebufferParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetFramebufferParameter(int, int, java.nio.IntBuffer)"><B>glGetFramebufferParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetFramebufferParameterEXT(int, int, java.nio.IntBuffer)"><B>glGetFramebufferParameterEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetFramebufferParameterEXT(int, int)"><B>glGetFramebufferParameterEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetFramebufferParameterivEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#glGetFramebufferParameteri(int, int)"><B>glGetFramebufferParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>Overloads glGetFramebufferParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetFramebufferParameteri(int, int)"><B>glGetFramebufferParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glGetFramebufferParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetGraphicsResetStatus()"><B>glGetGraphicsResetStatus()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#glGetGraphicsResetStatus()"><B>glGetGraphicsResetStatus()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetGraphicsResetStatusARB()"><B>glGetGraphicsResetStatusARB()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#glGetGraphicsResetStatusEXT()"><B>glGetGraphicsResetStatusEXT()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetHandleARB(int)"><B>glGetHandleARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetHistogram(int, boolean, int, int, java.nio.ByteBuffer)"><B>glGetHistogram(int, boolean, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetHistogram(int, boolean, int, int, java.nio.DoubleBuffer)"><B>glGetHistogram(int, boolean, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetHistogram(int, boolean, int, int, java.nio.FloatBuffer)"><B>glGetHistogram(int, boolean, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetHistogram(int, boolean, int, int, java.nio.IntBuffer)"><B>glGetHistogram(int, boolean, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetHistogram(int, boolean, int, int, java.nio.ShortBuffer)"><B>glGetHistogram(int, boolean, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetHistogram(int, boolean, int, int, long)"><B>glGetHistogram(int, boolean, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetHistogramParameter(int, int, java.nio.FloatBuffer)"><B>glGetHistogramParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetHistogramParameter(int, int, java.nio.IntBuffer)"><B>glGetHistogramParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glGetImageHandleARB(int, int, boolean, int, int)"><B>glGetImageHandleARB(int, int, boolean, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessTexture.html#glGetImageHandleNV(int, int, boolean, int, int)"><B>glGetImageHandleNV(int, int, boolean, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetInfoLogARB(int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetInfoLogARB(int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetInfoLogARB(int, int)"><B>glGetInfoLogARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Overloads glGetInfoLogARB.
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetInteger(int, int, java.nio.IntBuffer)"><B>glGetInteger(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetInteger(int, int)"><B>glGetInteger(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Overloads glGetIntegeri_v.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetInteger(int, java.nio.IntBuffer)"><B>glGetInteger(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetInteger(int)"><B>glGetInteger(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glGetIntegerv.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetInteger(int, int, java.nio.IntBuffer)"><B>glGetInteger(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetInteger(int, int)"><B>glGetInteger(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glGetIntegeri_v.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetInteger(int, java.nio.IntBuffer)"><B>glGetInteger(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetInteger(int)"><B>glGetInteger(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetIntegerv.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetInteger(int, int, java.nio.IntBuffer)"><B>glGetInteger(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetInteger(int, int)"><B>glGetInteger(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetIntegeri_v.
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#glGetInteger64(int, java.nio.LongBuffer)"><B>glGetInteger64(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#glGetInteger64(int)"><B>glGetInteger64(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Overloads glGetInteger64v.
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glGetInteger64(int, java.nio.LongBuffer)"><B>glGetInteger64(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glGetInteger64(int)"><B>glGetInteger64(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Overloads glGetInteger64v.
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glGetInteger64(int, int, java.nio.LongBuffer)"><B>glGetInteger64(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glGetInteger64(int, int)"><B>glGetInteger64(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Overloads glGetInteger64i_v.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetInteger64(int, java.nio.LongBuffer)"><B>glGetInteger64(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetInteger64(int)"><B>glGetInteger64(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetInteger64v.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetInteger64(int, int, java.nio.LongBuffer)"><B>glGetInteger64(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetInteger64(int, int)"><B>glGetInteger64(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetInteger64i_v.
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#glGetInteger64APPLE(int, java.nio.LongBuffer)"><B>glGetInteger64APPLE(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#glGetInteger64APPLE(int)"><B>glGetInteger64APPLE(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Overloads glGetInteger64vAPPLE.
<DT><A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#glGetIntegerEXT(int, int, java.nio.IntBuffer)"><B>glGetIntegerEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#glGetIntegerEXT(int, int)"><B>glGetIntegerEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</A>
<DD>Overloads glGetIntegeri_vEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glGetIntegerIndexedEXT(int, int, java.nio.IntBuffer)"><B>glGetIntegerIndexedEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glGetIntegerIndexedEXT(int, int)"><B>glGetIntegerIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>Overloads glGetIntegerIndexedivEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetIntegerIndexedEXT(int, int, java.nio.IntBuffer)"><B>glGetIntegerIndexedEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetIntegerIndexedEXT(int, int)"><B>glGetIntegerIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetIntegerIndexedvEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html#glGetIntegerIndexedEXT(int, int, java.nio.IntBuffer)"><B>glGetIntegerIndexedEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html#glGetIntegerIndexedEXT(int, int)"><B>glGetIntegerIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</A>
<DD>Overloads glGetIntegerIndexedvEXT.
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#glGetIntegerIndexedEXT(int, int, java.nio.IntBuffer)"><B>glGetIntegerIndexedEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#glGetIntegerIndexedEXT(int, int)"><B>glGetIntegerIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>Overloads glGetIntegerIndexedvEXT.
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glGetIntegerui64NV(int)"><B>glGetIntegerui64NV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>Overloads glGetIntegerui64vNV.
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glGetIntegerui64NV(int, int)"><B>glGetIntegerui64NV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>Overloads glGetIntegerui64i_vNV.
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glGetIntegeruNV(int, java.nio.LongBuffer)"><B>glGetIntegeruNV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glGetIntegeruNV(int, int, java.nio.LongBuffer)"><B>glGetIntegeruNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/Util.html#glGetIntegerv(int)"><B>glGetIntegerv(int)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Util.html" title="class in org.lwjgl.util.glu">Util</A>
<DD>Convenience method for returning an int, rather than getting it out of a buffer yourself.
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery.html#glGetInternalformat(int, int, int, java.nio.IntBuffer)"><B>glGetInternalformat(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery.html#glGetInternalformat(int, int, int)"><B>glGetInternalformat(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery</A>
<DD>Overloads glGetInternalformativ.
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#glGetInternalformat(int, int, int, java.nio.LongBuffer)"><B>glGetInternalformat(int, int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glGetInternalformat(int, int, int, java.nio.IntBuffer)"><B>glGetInternalformat(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glGetInternalformat(int, int, int)"><B>glGetInternalformat(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Overloads glGetInternalformativ.
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetInternalformat(int, int, int, java.nio.LongBuffer)"><B>glGetInternalformat(int, int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetInternalformat(int, int, int, java.nio.IntBuffer)"><B>glGetInternalformat(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetInternalformat(int, int, int)"><B>glGetInternalformat(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetInternalformativ.
<DT><A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html#glGetInternalformati64(int, int, int)"><B>glGetInternalformati64(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInternalformatQuery2.html" title="class in org.lwjgl.opengl">ARBInternalformatQuery2</A>
<DD>Overloads glGetInternalformati64v.
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetInternalformati64(int, int, int)"><B>glGetInternalformati64(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glGetInternalformati64v.
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glGetInvariantBooleanEXT(int, int, java.nio.ByteBuffer)"><B>glGetInvariantBooleanEXT(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glGetInvariantFloatEXT(int, int, java.nio.FloatBuffer)"><B>glGetInvariantFloatEXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glGetInvariantIntegerEXT(int, int, java.nio.IntBuffer)"><B>glGetInvariantIntegerEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetLight(int, int, java.nio.FloatBuffer)"><B>glGetLight(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetLight(int, int, java.nio.IntBuffer)"><B>glGetLight(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glGetLocalConstantBooleanEXT(int, int, java.nio.ByteBuffer)"><B>glGetLocalConstantBooleanEXT(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glGetLocalConstantFloatEXT(int, int, java.nio.FloatBuffer)"><B>glGetLocalConstantFloatEXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glGetLocalConstantIntegerEXT(int, int, java.nio.IntBuffer)"><B>glGetLocalConstantIntegerEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetMap(int, int, java.nio.FloatBuffer)"><B>glGetMap(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetMap(int, int, java.nio.DoubleBuffer)"><B>glGetMap(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetMap(int, int, java.nio.IntBuffer)"><B>glGetMap(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#glGetMapAttribParameterNV(int, int, int, java.nio.FloatBuffer)"><B>glGetMapAttribParameterNV(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#glGetMapAttribParameterNV(int, int, int, java.nio.IntBuffer)"><B>glGetMapAttribParameterNV(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#glGetMapControlPointsNV(int, int, int, int, int, boolean, java.nio.FloatBuffer)"><B>glGetMapControlPointsNV(int, int, int, int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#glGetMapParameterNV(int, int, java.nio.FloatBuffer)"><B>glGetMapParameterNV(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#glGetMapParameterNV(int, int, java.nio.IntBuffer)"><B>glGetMapParameterNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetMaterial(int, int, java.nio.FloatBuffer)"><B>glGetMaterial(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetMaterial(int, int, java.nio.IntBuffer)"><B>glGetMaterial(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetMinmax(int, boolean, int, int, java.nio.ByteBuffer)"><B>glGetMinmax(int, boolean, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetMinmax(int, boolean, int, int, java.nio.DoubleBuffer)"><B>glGetMinmax(int, boolean, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetMinmax(int, boolean, int, int, java.nio.FloatBuffer)"><B>glGetMinmax(int, boolean, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetMinmax(int, boolean, int, int, java.nio.IntBuffer)"><B>glGetMinmax(int, boolean, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetMinmax(int, boolean, int, int, java.nio.ShortBuffer)"><B>glGetMinmax(int, boolean, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetMinmax(int, boolean, int, int, long)"><B>glGetMinmax(int, boolean, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetMinmaxParameter(int, int, java.nio.FloatBuffer)"><B>glGetMinmaxParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetMinmaxParameter(int, int, java.nio.IntBuffer)"><B>glGetMinmaxParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#glGetMultisample(int, int, java.nio.FloatBuffer)"><B>glGetMultisample(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glGetMultisample(int, int, java.nio.FloatBuffer)"><B>glGetMultisample(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#glGetMultisampleNV(int, int, java.nio.FloatBuffer)"><B>glGetMultisampleNV(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexEnvEXT(int, int, int, java.nio.FloatBuffer)"><B>glGetMultiTexEnvEXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexEnvEXT(int, int, int, java.nio.IntBuffer)"><B>glGetMultiTexEnvEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexGenEXT(int, int, int, java.nio.DoubleBuffer)"><B>glGetMultiTexGenEXT(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexGenEXT(int, int, int, java.nio.FloatBuffer)"><B>glGetMultiTexGenEXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexGenEXT(int, int, int, java.nio.IntBuffer)"><B>glGetMultiTexGenEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexImageEXT(int, int, int, int, int, java.nio.ByteBuffer)"><B>glGetMultiTexImageEXT(int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexImageEXT(int, int, int, int, int, java.nio.DoubleBuffer)"><B>glGetMultiTexImageEXT(int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexImageEXT(int, int, int, int, int, java.nio.FloatBuffer)"><B>glGetMultiTexImageEXT(int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexImageEXT(int, int, int, int, int, java.nio.IntBuffer)"><B>glGetMultiTexImageEXT(int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexImageEXT(int, int, int, int, int, java.nio.ShortBuffer)"><B>glGetMultiTexImageEXT(int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexImageEXT(int, int, int, int, int, long)"><B>glGetMultiTexImageEXT(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexLevelParameterEXT(int, int, int, int, java.nio.FloatBuffer)"><B>glGetMultiTexLevelParameterEXT(int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexLevelParameterEXT(int, int, int, int, java.nio.IntBuffer)"><B>glGetMultiTexLevelParameterEXT(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexLevelParameterfEXT(int, int, int, int)"><B>glGetMultiTexLevelParameterfEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetMultiTexLevelParameterfvEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexLevelParameteriEXT(int, int, int, int)"><B>glGetMultiTexLevelParameteriEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetMultiTexLevelParameterivEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameterEXT(int, int, int, java.nio.FloatBuffer)"><B>glGetMultiTexParameterEXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameterEXT(int, int, int, java.nio.IntBuffer)"><B>glGetMultiTexParameterEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameterfEXT(int, int, int)"><B>glGetMultiTexParameterfEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetMultiTexParameterfvEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameteriEXT(int, int, int)"><B>glGetMultiTexParameteriEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetMultiTexParameterivEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameterIEXT(int, int, int, java.nio.IntBuffer)"><B>glGetMultiTexParameterIEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameterIiEXT(int, int, int)"><B>glGetMultiTexParameterIiEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetMultiTexParameterIivEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameterIuEXT(int, int, int, java.nio.IntBuffer)"><B>glGetMultiTexParameterIuEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetMultiTexParameterIuiEXT(int, int, int)"><B>glGetMultiTexParameterIuiEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetMultiTexParameterIuivEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedBufferParameter(int, int, java.nio.IntBuffer)"><B>glGetNamedBufferParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedBufferParameter(int, int, java.nio.LongBuffer)"><B>glGetNamedBufferParameter(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedBufferParameter(int, int, java.nio.IntBuffer)"><B>glGetNamedBufferParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedBufferParameter(int, int, java.nio.LongBuffer)"><B>glGetNamedBufferParameter(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferParameterEXT(int, int, java.nio.IntBuffer)"><B>glGetNamedBufferParameterEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferParameterEXT(int, int)"><B>glGetNamedBufferParameterEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetNamedBufferParameterivEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedBufferParameteri(int, int)"><B>glGetNamedBufferParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetNamedBufferParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedBufferParameteri(int, int)"><B>glGetNamedBufferParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetNamedBufferParameteriv.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedBufferParameteri64(int, int)"><B>glGetNamedBufferParameteri64(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetNamedBufferParameteri64v.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedBufferParameteri64(int, int)"><B>glGetNamedBufferParameteri64(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetNamedBufferParameteri64v.
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glGetNamedBufferParameterui64NV(int, int)"><B>glGetNamedBufferParameterui64NV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>Overloads glGetNamedBufferParameterui64vNV.
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glGetNamedBufferParameteruNV(int, int, java.nio.LongBuffer)"><B>glGetNamedBufferParameteruNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedBufferPointer(int, int)"><B>glGetNamedBufferPointer(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedBufferPointer(int, int)"><B>glGetNamedBufferPointer(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferPointerEXT(int, int)"><B>glGetNamedBufferPointerEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedBufferSubData(int, long, java.nio.ByteBuffer)"><B>glGetNamedBufferSubData(int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedBufferSubData(int, long, java.nio.DoubleBuffer)"><B>glGetNamedBufferSubData(int, long, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedBufferSubData(int, long, java.nio.FloatBuffer)"><B>glGetNamedBufferSubData(int, long, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedBufferSubData(int, long, java.nio.IntBuffer)"><B>glGetNamedBufferSubData(int, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedBufferSubData(int, long, java.nio.ShortBuffer)"><B>glGetNamedBufferSubData(int, long, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedBufferSubData(int, long, java.nio.ByteBuffer)"><B>glGetNamedBufferSubData(int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedBufferSubData(int, long, java.nio.DoubleBuffer)"><B>glGetNamedBufferSubData(int, long, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedBufferSubData(int, long, java.nio.FloatBuffer)"><B>glGetNamedBufferSubData(int, long, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedBufferSubData(int, long, java.nio.IntBuffer)"><B>glGetNamedBufferSubData(int, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedBufferSubData(int, long, java.nio.ShortBuffer)"><B>glGetNamedBufferSubData(int, long, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferSubDataEXT(int, long, java.nio.ByteBuffer)"><B>glGetNamedBufferSubDataEXT(int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferSubDataEXT(int, long, java.nio.DoubleBuffer)"><B>glGetNamedBufferSubDataEXT(int, long, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferSubDataEXT(int, long, java.nio.FloatBuffer)"><B>glGetNamedBufferSubDataEXT(int, long, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferSubDataEXT(int, long, java.nio.IntBuffer)"><B>glGetNamedBufferSubDataEXT(int, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedBufferSubDataEXT(int, long, java.nio.ShortBuffer)"><B>glGetNamedBufferSubDataEXT(int, long, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedFramebufferAttachmentParameter(int, int, int, java.nio.IntBuffer)"><B>glGetNamedFramebufferAttachmentParameter(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedFramebufferAttachmentParameter(int, int, int)"><B>glGetNamedFramebufferAttachmentParameter(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetNamedFramebufferAttachmentParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedFramebufferAttachmentParameter(int, int, int, java.nio.IntBuffer)"><B>glGetNamedFramebufferAttachmentParameter(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedFramebufferAttachmentParameter(int, int, int)"><B>glGetNamedFramebufferAttachmentParameter(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetNamedFramebufferAttachmentParameteriv.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedFramebufferAttachmentParameterEXT(int, int, int, java.nio.IntBuffer)"><B>glGetNamedFramebufferAttachmentParameterEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedFramebufferAttachmentParameterEXT(int, int, int)"><B>glGetNamedFramebufferAttachmentParameterEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetNamedFramebufferAttachmentParameterivEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedFramebufferParameter(int, int, java.nio.IntBuffer)"><B>glGetNamedFramebufferParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedFramebufferParameter(int, int)"><B>glGetNamedFramebufferParameter(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetNamedFramebufferParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedFramebufferParameter(int, int, java.nio.IntBuffer)"><B>glGetNamedFramebufferParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedFramebufferParameter(int, int)"><B>glGetNamedFramebufferParameter(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetNamedFramebufferParameteriv.
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#glGetNamedFramebufferParameterEXT(int, int, java.nio.IntBuffer)"><B>glGetNamedFramebufferParameterEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#glGetNamedFramebufferParameterEXT(int, int)"><B>glGetNamedFramebufferParameterEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>Overloads glGetNamedFramebufferParameterivEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramEXT(int, int, int, java.nio.IntBuffer)"><B>glGetNamedProgramEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramEXT(int, int, int)"><B>glGetNamedProgramEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetNamedProgramivEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramLocalParameterEXT(int, int, int, java.nio.DoubleBuffer)"><B>glGetNamedProgramLocalParameterEXT(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramLocalParameterEXT(int, int, int, java.nio.FloatBuffer)"><B>glGetNamedProgramLocalParameterEXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramLocalParameterIEXT(int, int, int, java.nio.IntBuffer)"><B>glGetNamedProgramLocalParameterIEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramLocalParameterIuEXT(int, int, int, java.nio.IntBuffer)"><B>glGetNamedProgramLocalParameterIuEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramStringEXT(int, int, int, java.nio.ByteBuffer)"><B>glGetNamedProgramStringEXT(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedProgramStringEXT(int, int, int)"><B>glGetNamedProgramStringEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetNamedProgramStringEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedRenderbufferParameter(int, int, java.nio.IntBuffer)"><B>glGetNamedRenderbufferParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetNamedRenderbufferParameter(int, int)"><B>glGetNamedRenderbufferParameter(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetNamedRenderbufferParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedRenderbufferParameter(int, int, java.nio.IntBuffer)"><B>glGetNamedRenderbufferParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetNamedRenderbufferParameter(int, int)"><B>glGetNamedRenderbufferParameter(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetNamedRenderbufferParameteriv.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedRenderbufferParameterEXT(int, int, java.nio.IntBuffer)"><B>glGetNamedRenderbufferParameterEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetNamedRenderbufferParameterEXT(int, int)"><B>glGetNamedRenderbufferParameterEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetNamedRenderbufferParameterivEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glGetNamedStringARB(java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetNamedStringARB(ByteBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glGetNamedStringARB(java.lang.CharSequence, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetNamedStringARB(CharSequence, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>Overloads glGetNamedStringARB.
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glGetNamedStringARB(java.lang.CharSequence, int)"><B>glGetNamedStringARB(CharSequence, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>Overloads glGetNamedStringARB.
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glGetNamedStringARB(java.nio.ByteBuffer, int, java.nio.IntBuffer)"><B>glGetNamedStringARB(ByteBuffer, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glGetNamedStringiARB(java.lang.CharSequence, int, java.nio.IntBuffer)"><B>glGetNamedStringiARB(CharSequence, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>Overloads glGetNamedStringivARB.
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glGetNamedStringiARB(java.lang.CharSequence, int)"><B>glGetNamedStringiARB(CharSequence, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>Overloads glGetNamedStringivARB.
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnColorTableARB(int, int, int, java.nio.ByteBuffer)"><B>glGetnColorTableARB(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnColorTableARB(int, int, int, java.nio.DoubleBuffer)"><B>glGetnColorTableARB(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnColorTableARB(int, int, int, java.nio.FloatBuffer)"><B>glGetnColorTableARB(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnCompressedTexImageARB(int, int, java.nio.ByteBuffer)"><B>glGetnCompressedTexImageARB(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnCompressedTexImageARB(int, int, java.nio.IntBuffer)"><B>glGetnCompressedTexImageARB(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnCompressedTexImageARB(int, int, java.nio.ShortBuffer)"><B>glGetnCompressedTexImageARB(int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnCompressedTexImageARB(int, int, int, long)"><B>glGetnCompressedTexImageARB(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnConvolutionFilterARB(int, int, int, java.nio.ByteBuffer)"><B>glGetnConvolutionFilterARB(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnConvolutionFilterARB(int, int, int, java.nio.DoubleBuffer)"><B>glGetnConvolutionFilterARB(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnConvolutionFilterARB(int, int, int, java.nio.FloatBuffer)"><B>glGetnConvolutionFilterARB(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnConvolutionFilterARB(int, int, int, java.nio.IntBuffer)"><B>glGetnConvolutionFilterARB(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnConvolutionFilterARB(int, int, int, java.nio.ShortBuffer)"><B>glGetnConvolutionFilterARB(int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnConvolutionFilterARB(int, int, int, int, long)"><B>glGetnConvolutionFilterARB(int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnHistogramARB(int, boolean, int, int, java.nio.ByteBuffer)"><B>glGetnHistogramARB(int, boolean, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnHistogramARB(int, boolean, int, int, java.nio.DoubleBuffer)"><B>glGetnHistogramARB(int, boolean, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnHistogramARB(int, boolean, int, int, java.nio.FloatBuffer)"><B>glGetnHistogramARB(int, boolean, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnHistogramARB(int, boolean, int, int, java.nio.IntBuffer)"><B>glGetnHistogramARB(int, boolean, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnHistogramARB(int, boolean, int, int, java.nio.ShortBuffer)"><B>glGetnHistogramARB(int, boolean, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnHistogramARB(int, boolean, int, int, int, long)"><B>glGetnHistogramARB(int, boolean, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnMapdvARB(int, int, java.nio.DoubleBuffer)"><B>glGetnMapdvARB(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnMapfvARB(int, int, java.nio.FloatBuffer)"><B>glGetnMapfvARB(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnMapivARB(int, int, java.nio.IntBuffer)"><B>glGetnMapivARB(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnMinmaxARB(int, boolean, int, int, java.nio.ByteBuffer)"><B>glGetnMinmaxARB(int, boolean, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnMinmaxARB(int, boolean, int, int, java.nio.DoubleBuffer)"><B>glGetnMinmaxARB(int, boolean, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnMinmaxARB(int, boolean, int, int, java.nio.FloatBuffer)"><B>glGetnMinmaxARB(int, boolean, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnMinmaxARB(int, boolean, int, int, java.nio.IntBuffer)"><B>glGetnMinmaxARB(int, boolean, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnMinmaxARB(int, boolean, int, int, java.nio.ShortBuffer)"><B>glGetnMinmaxARB(int, boolean, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnMinmaxARB(int, boolean, int, int, int, long)"><B>glGetnMinmaxARB(int, boolean, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnPixelMapfvARB(int, java.nio.FloatBuffer)"><B>glGetnPixelMapfvARB(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnPixelMapuivARB(int, java.nio.IntBuffer)"><B>glGetnPixelMapuivARB(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnPixelMapusvARB(int, java.nio.ShortBuffer)"><B>glGetnPixelMapusvARB(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnPolygonStippleARB(java.nio.ByteBuffer)"><B>glGetnPolygonStippleARB(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, ByteBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, ByteBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, ByteBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, ByteBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, DoubleBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, DoubleBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, DoubleBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, DoubleBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, DoubleBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.FloatBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, FloatBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.FloatBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, FloatBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, FloatBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.FloatBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, FloatBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.FloatBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, FloatBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, IntBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, IntBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, IntBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, ShortBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, ShortBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, ShortBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ByteBuffer, ShortBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ByteBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ByteBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ByteBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ByteBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, DoubleBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, DoubleBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, DoubleBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, DoubleBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, DoubleBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.FloatBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, FloatBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.FloatBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, FloatBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, FloatBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.FloatBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, FloatBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.FloatBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, FloatBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, IntBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, IntBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, IntBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ShortBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ShortBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ShortBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, DoubleBuffer, ShortBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, ByteBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, ByteBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, ByteBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, ByteBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, DoubleBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, DoubleBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, DoubleBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, DoubleBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, DoubleBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, FloatBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, FloatBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, FloatBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, FloatBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, FloatBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, IntBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, IntBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, IntBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, ShortBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, ShortBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, ShortBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, FloatBuffer, ShortBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, ByteBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, ByteBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, ByteBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, ByteBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, DoubleBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, DoubleBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, DoubleBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, DoubleBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, DoubleBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.FloatBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, FloatBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.FloatBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, FloatBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, FloatBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.FloatBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, FloatBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.FloatBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, FloatBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, IntBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, IntBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, IntBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, ShortBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, ShortBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, ShortBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, IntBuffer, ShortBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, ByteBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, ByteBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, ByteBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, ByteBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, DoubleBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, DoubleBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, DoubleBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, DoubleBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, DoubleBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.FloatBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, FloatBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.FloatBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, FloatBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, FloatBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.FloatBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, FloatBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.FloatBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, FloatBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, IntBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, IntBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, IntBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, ShortBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, ShortBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.FloatBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, ShortBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)"><B>glGetnSeparableFilterARB(int, int, int, ShortBuffer, ShortBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnSeparableFilterARB(int, int, int, int, long, int, long, long)"><B>glGetnSeparableFilterARB(int, int, int, int, long, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnTexImageARB(int, int, int, int, java.nio.ByteBuffer)"><B>glGetnTexImageARB(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnTexImageARB(int, int, int, int, java.nio.DoubleBuffer)"><B>glGetnTexImageARB(int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnTexImageARB(int, int, int, int, java.nio.FloatBuffer)"><B>glGetnTexImageARB(int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnTexImageARB(int, int, int, int, java.nio.IntBuffer)"><B>glGetnTexImageARB(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnTexImageARB(int, int, int, int, java.nio.ShortBuffer)"><B>glGetnTexImageARB(int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnTexImageARB(int, int, int, int, int, long)"><B>glGetnTexImageARB(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetnUniform(int, int, java.nio.FloatBuffer)"><B>glGetnUniform(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetnUniform(int, int, java.nio.IntBuffer)"><B>glGetnUniform(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#glGetnUniform(int, int, java.nio.FloatBuffer)"><B>glGetnUniform(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#glGetnUniform(int, int, java.nio.IntBuffer)"><B>glGetnUniform(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnUniformdvARB(int, int, java.nio.DoubleBuffer)"><B>glGetnUniformdvARB(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#glGetnUniformEXT(int, int, java.nio.FloatBuffer)"><B>glGetnUniformEXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#glGetnUniformEXT(int, int, java.nio.IntBuffer)"><B>glGetnUniformEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnUniformfvARB(int, int, java.nio.FloatBuffer)"><B>glGetnUniformfvARB(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnUniformivARB(int, int, java.nio.IntBuffer)"><B>glGetnUniformivARB(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetnUniformu(int, int, java.nio.IntBuffer)"><B>glGetnUniformu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#glGetnUniformu(int, int, java.nio.IntBuffer)"><B>glGetnUniformu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glGetnUniformuivARB(int, int, java.nio.IntBuffer)"><B>glGetnUniformuivARB(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glGetObjectBufferATI(int, int, java.nio.FloatBuffer)"><B>glGetObjectBufferATI(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glGetObjectBufferATI(int, int, java.nio.IntBuffer)"><B>glGetObjectBufferATI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glGetObjectBufferiATI(int, int)"><B>glGetObjectBufferiATI(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>Overloads glGetObjectBufferivATI.
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetObjectLabel(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetObjectLabel(int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetObjectLabel(int, int, int)"><B>glGetObjectLabel(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glGetObjectLabel.
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glGetObjectLabel(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetObjectLabel(int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glGetObjectLabel(int, int, int)"><B>glGetObjectLabel(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Overloads glGetObjectLabel.
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glGetObjectLabel(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetObjectLabel(int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glGetObjectLabel(int, int, int)"><B>glGetObjectLabel(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Overloads glGetObjectLabel.
<DT><A HREF="./org/lwjgl/opengles/EXTDebugLabel.html#glGetObjectLabelEXT(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetObjectLabelEXT(int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTDebugLabel.html#glGetObjectLabelEXT(int, int, int)"><B>glGetObjectLabelEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</A>
<DD>Overloads glGetObjectLabelEXT.
<DT><A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html#glGetObjectParameterAPPLE(int, int, int, java.nio.IntBuffer)"><B>glGetObjectParameterAPPLE(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetObjectParameterARB(int, int, java.nio.FloatBuffer)"><B>glGetObjectParameterARB(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetObjectParameterARB(int, int, java.nio.IntBuffer)"><B>glGetObjectParameterARB(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetObjectParameterfARB(int, int)"><B>glGetObjectParameterfARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Overloads glGetObjectParameterfvARB.
<DT><A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html#glGetObjectParameteriAPPLE(int, int, int)"><B>glGetObjectParameteriAPPLE(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</A>
<DD>Overloads glGetObjectParameterivAPPLE.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetObjectParameteriARB(int, int)"><B>glGetObjectParameteriARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Overloads glGetObjectParameterivARB.
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetObjectPtrLabel(org.lwjgl.PointerWrapper, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetObjectPtrLabel(PointerWrapper, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetObjectPtrLabel(org.lwjgl.PointerWrapper, int)"><B>glGetObjectPtrLabel(PointerWrapper, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glGetObjectPtrLabel.
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glGetObjectPtrLabel(org.lwjgl.PointerWrapper, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetObjectPtrLabel(PointerWrapper, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glGetObjectPtrLabel(org.lwjgl.PointerWrapper, int)"><B>glGetObjectPtrLabel(PointerWrapper, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Overloads glGetObjectPtrLabel.
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glGetObjectPtrLabel(org.lwjgl.PointerWrapper, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetObjectPtrLabel(PointerWrapper, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glGetObjectPtrLabel(org.lwjgl.PointerWrapper, int)"><B>glGetObjectPtrLabel(PointerWrapper, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Overloads glGetObjectPtrLabel.
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#glGetOcclusionQueryiNV(int, int)"><B>glGetOcclusionQueryiNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>Overloads glGetOcclusionQueryivNV.
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#glGetOcclusionQueryNV(int, int, java.nio.IntBuffer)"><B>glGetOcclusionQueryNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#glGetOcclusionQueryuiNV(int, int)"><B>glGetOcclusionQueryuiNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>Overloads glGetOcclusionQueryuivNV.
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#glGetOcclusionQueryuNV(int, int, java.nio.IntBuffer)"><B>glGetOcclusionQueryuNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathColorGenfNV(int, int)"><B>glGetPathColorGenfNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Overloads glGetPathColorGenfvNV.
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathColorGeniNV(int, int)"><B>glGetPathColorGeniNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Overloads glGetPathColorGenivNV.
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathColorGenNV(int, int, java.nio.IntBuffer)"><B>glGetPathColorGenNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathColorGenNV(int, int, java.nio.FloatBuffer)"><B>glGetPathColorGenNV(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathCommandsNV(int, java.nio.ByteBuffer)"><B>glGetPathCommandsNV(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathCoordsNV(int, java.nio.FloatBuffer)"><B>glGetPathCoordsNV(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathDashArrayNV(int, java.nio.FloatBuffer)"><B>glGetPathDashArrayNV(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathLengthNV(int, int, int)"><B>glGetPathLengthNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathMetricRangeNV(int, int, int, int, java.nio.FloatBuffer)"><B>glGetPathMetricRangeNV(int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathMetricsNV(int, int, java.nio.ByteBuffer, int, int, java.nio.FloatBuffer)"><B>glGetPathMetricsNV(int, int, ByteBuffer, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathParameterfNV(int, int)"><B>glGetPathParameterfNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Overloads glGetPathParameterfvNV.
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathParameterfvNV(int, int, java.nio.FloatBuffer)"><B>glGetPathParameterfvNV(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathParameteriNV(int, int)"><B>glGetPathParameteriNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Overloads glGetPathParameterivNV.
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathParameterNV(int, int, java.nio.IntBuffer)"><B>glGetPathParameterNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathSpacingNV(int, int, java.nio.ByteBuffer, int, float, float, int, java.nio.FloatBuffer)"><B>glGetPathSpacingNV(int, int, ByteBuffer, int, float, float, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathTexGenfNV(int, int)"><B>glGetPathTexGenfNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Overloads glGetPathTexGenfvNV.
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathTexGeniNV(int, int)"><B>glGetPathTexGeniNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>Overloads glGetPathTexGenivNV.
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathTexGenNV(int, int, java.nio.IntBuffer)"><B>glGetPathTexGenNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glGetPathTexGenNV(int, int, java.nio.FloatBuffer)"><B>glGetPathTexGenNV(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorCounterDataAMD(int, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetPerfMonitorCounterDataAMD(int, int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorCounterDataAMD(int, int)"><B>glGetPerfMonitorCounterDataAMD(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>Overloads glGetPerfMonitorCounterDataAMD.
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorCounterDataAMD(int, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetPerfMonitorCounterDataAMD(int, int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorCounterDataAMD(int, int)"><B>glGetPerfMonitorCounterDataAMD(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>Overloads glGetPerfMonitorCounterDataAMD.
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorCounterInfoAMD(int, int, int, java.nio.ByteBuffer)"><B>glGetPerfMonitorCounterInfoAMD(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorCounterInfoAMD(int, int, int, java.nio.ByteBuffer)"><B>glGetPerfMonitorCounterInfoAMD(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorCountersAMD(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetPerfMonitorCountersAMD(int, IntBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorCountersAMD(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetPerfMonitorCountersAMD(int, IntBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorCounterStringAMD(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetPerfMonitorCounterStringAMD(int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorCounterStringAMD(int, int, int)"><B>glGetPerfMonitorCounterStringAMD(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>Overloads glGetPerfMonitorCounterStringAMD.
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorCounterStringAMD(int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetPerfMonitorCounterStringAMD(int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorCounterStringAMD(int, int, int)"><B>glGetPerfMonitorCounterStringAMD(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>Overloads glGetPerfMonitorCounterStringAMD.
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorGroupsAMD(java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetPerfMonitorGroupsAMD(IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorGroupsAMD(java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetPerfMonitorGroupsAMD(IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorGroupStringAMD(int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetPerfMonitorGroupStringAMD(int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glGetPerfMonitorGroupStringAMD(int, int)"><B>glGetPerfMonitorGroupStringAMD(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>Overloads glGetPerfMonitorGroupStringAMD.
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorGroupStringAMD(int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetPerfMonitorGroupStringAMD(int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glGetPerfMonitorGroupStringAMD(int, int)"><B>glGetPerfMonitorGroupStringAMD(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>Overloads glGetPerfMonitorGroupStringAMD.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetPixelMap(int, java.nio.FloatBuffer)"><B>glGetPixelMap(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetPixelMapfv(int, long)"><B>glGetPixelMapfv(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetPixelMapu(int, java.nio.IntBuffer)"><B>glGetPixelMapu(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetPixelMapu(int, java.nio.ShortBuffer)"><B>glGetPixelMapu(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetPixelMapuiv(int, long)"><B>glGetPixelMapuiv(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetPixelMapusv(int, long)"><B>glGetPixelMapusv(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetPointer(int, long)"><B>glGetPointer(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetPointerEXT(int, int, long)"><B>glGetPointerEXT(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetPointerIndexedEXT(int, int, long)"><B>glGetPointerIndexedEXT(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetPolygonStipple(java.nio.ByteBuffer)"><B>glGetPolygonStipple(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetPolygonStipple(long)"><B>glGetPolygonStipple(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetProgram(int, int, java.nio.IntBuffer)"><B>glGetProgram(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetProgram(int, int)"><B>glGetProgram(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL20.html#glGetProgrami(int, int)"><CODE>GL20.glGetProgrami(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetProgram(int, int, java.nio.IntBuffer)"><B>glGetProgram(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetProgram(int, int)"><B>glGetProgram(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengles/GLES20.html#glGetProgrami(int, int)"><CODE>GLES20.glGetProgrami(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glGetProgramARB(int, int, java.nio.IntBuffer)"><B>glGetProgramARB(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glGetProgramARB(int, int)"><B>glGetProgramARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/ARBProgram.html#glGetProgramiARB(int, int)"><CODE>ARBProgram.glGetProgramiARB(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html#glGetProgramBinary(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetProgramBinary(int, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl">ARBGetProgramBinary</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glGetProgramBinary(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetProgramBinary(int, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetProgramBinary(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetProgramBinary(int, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESGetProgramBinary.html#glGetProgramBinaryOES(int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetProgramBinaryOES(int, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESGetProgramBinary.html" title="class in org.lwjgl.opengles">OESGetProgramBinary</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glGetProgramEnvParameterARB(int, int, java.nio.FloatBuffer)"><B>glGetProgramEnvParameterARB(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glGetProgramEnvParameterARB(int, int, java.nio.DoubleBuffer)"><B>glGetProgramEnvParameterARB(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glGetProgramEnvParameterINV(int, int, java.nio.IntBuffer)"><B>glGetProgramEnvParameterINV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glGetProgramEnvParameterIuNV(int, int, java.nio.IntBuffer)"><B>glGetProgramEnvParameterIuNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetProgrami(int, int)"><B>glGetProgrami(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetProgramiv.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetProgrami(int, int)"><B>glGetProgrami(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetProgramiv.
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glGetProgramiARB(int, int)"><B>glGetProgramiARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Overloads glGetProgramivARB.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetProgramInfoLog(int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetProgramInfoLog(int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetProgramInfoLog(int, int)"><B>glGetProgramInfoLog(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetProgramInfoLog.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetProgramInfoLog(int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetProgramInfoLog(int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetProgramInfoLog(int, int)"><B>glGetProgramInfoLog(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetProgramInfoLog.
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramInterface(int, int, int, java.nio.IntBuffer)"><B>glGetProgramInterface(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetProgramInterface(int, int, int, java.nio.IntBuffer)"><B>glGetProgramInterface(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramInterfacei(int, int, int)"><B>glGetProgramInterfacei(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Overloads glGetProgramInterfaceiv.
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetProgramInterfacei(int, int, int)"><B>glGetProgramInterfacei(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glGetProgramInterfaceiv.
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glGetProgramiNV(int, int)"><B>glGetProgramiNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>Overloads glGetProgramivNV.
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glGetProgramLocalParameterARB(int, int, java.nio.FloatBuffer)"><B>glGetProgramLocalParameterARB(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glGetProgramLocalParameterARB(int, int, java.nio.DoubleBuffer)"><B>glGetProgramLocalParameterARB(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glGetProgramLocalParameterINV(int, int, java.nio.IntBuffer)"><B>glGetProgramLocalParameterINV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glGetProgramLocalParameterIuNV(int, int, java.nio.IntBuffer)"><B>glGetProgramLocalParameterIuNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram.html#glGetProgramNamedParameterNV(int, java.nio.ByteBuffer, java.nio.FloatBuffer)"><B>glGetProgramNamedParameterNV(int, ByteBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram.html#glGetProgramNamedParameterNV(int, java.nio.ByteBuffer, java.nio.DoubleBuffer)"><B>glGetProgramNamedParameterNV(int, ByteBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glGetProgramNV(int, int, java.nio.IntBuffer)"><B>glGetProgramNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glGetProgramNV(int, int)"><B>glGetProgramNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/NVProgram.html#glGetProgramiNV(int, int)"><CODE>NVProgram.glGetProgramiNV(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glGetProgramParameterNV(int, int, int, java.nio.FloatBuffer)"><B>glGetProgramParameterNV(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glGetProgramParameterNV(int, int, int, java.nio.DoubleBuffer)"><B>glGetProgramParameterNV(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glGetProgramPipeline(int, int, java.nio.IntBuffer)"><B>glGetProgramPipeline(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glGetProgramPipeline(int, int, java.nio.IntBuffer)"><B>glGetProgramPipeline(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glGetProgramPipelineEXT(int, int, java.nio.IntBuffer)"><B>glGetProgramPipelineEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glGetProgramPipelinei(int, int)"><B>glGetProgramPipelinei(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Overloads glGetProgramPipelineiv.
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glGetProgramPipelinei(int, int)"><B>glGetProgramPipelinei(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Overloads glGetProgramPipelineiv.
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glGetProgramPipelineiEXT(int, int)"><B>glGetProgramPipelineiEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Overloads glGetProgramPipelineivEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glGetProgramPipelineInfoLog(int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetProgramPipelineInfoLog(int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glGetProgramPipelineInfoLog(int, int)"><B>glGetProgramPipelineInfoLog(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>Overloads glGetProgramPipelineInfoLog.
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glGetProgramPipelineInfoLog(int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetProgramPipelineInfoLog(int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glGetProgramPipelineInfoLog(int, int)"><B>glGetProgramPipelineInfoLog(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>Overloads glGetProgramPipelineInfoLog.
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glGetProgramPipelineInfoLogEXT(int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetProgramPipelineInfoLogEXT(int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glGetProgramPipelineInfoLogEXT(int, int)"><B>glGetProgramPipelineInfoLogEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>Overloads glGetProgramPipelineInfoLogEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResource(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetProgramResource(int, int, int, IntBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetProgramResource(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetProgramResource(int, int, int, IntBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceIndex(int, int, java.nio.ByteBuffer)"><B>glGetProgramResourceIndex(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceIndex(int, int, java.lang.CharSequence)"><B>glGetProgramResourceIndex(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Overloads glGetProgramResourceIndex.
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetProgramResourceIndex(int, int, java.nio.ByteBuffer)"><B>glGetProgramResourceIndex(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetProgramResourceIndex(int, int, java.lang.CharSequence)"><B>glGetProgramResourceIndex(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glGetProgramResourceIndex.
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceLocation(int, int, java.nio.ByteBuffer)"><B>glGetProgramResourceLocation(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceLocation(int, int, java.lang.CharSequence)"><B>glGetProgramResourceLocation(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Overloads glGetProgramResourceLocation.
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetProgramResourceLocation(int, int, java.nio.ByteBuffer)"><B>glGetProgramResourceLocation(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetProgramResourceLocation(int, int, java.lang.CharSequence)"><B>glGetProgramResourceLocation(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glGetProgramResourceLocation.
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceLocationIndex(int, int, java.nio.ByteBuffer)"><B>glGetProgramResourceLocationIndex(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceLocationIndex(int, int, java.lang.CharSequence)"><B>glGetProgramResourceLocationIndex(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Overloads glGetProgramResourceLocationIndex.
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetProgramResourceLocationIndex(int, int, java.nio.ByteBuffer)"><B>glGetProgramResourceLocationIndex(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetProgramResourceLocationIndex(int, int, java.lang.CharSequence)"><B>glGetProgramResourceLocationIndex(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glGetProgramResourceLocationIndex.
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceName(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetProgramResourceName(int, int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html#glGetProgramResourceName(int, int, int, int)"><B>glGetProgramResourceName(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgramInterfaceQuery.html" title="class in org.lwjgl.opengl">ARBProgramInterfaceQuery</A>
<DD>Overloads glGetProgramResourceName.
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetProgramResourceName(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetProgramResourceName(int, int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glGetProgramResourceName(int, int, int, int)"><B>glGetProgramResourceName(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glGetProgramResourceName.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetProgramStage(int, int, int, java.nio.IntBuffer)"><B>glGetProgramStage(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetProgramStage(int, int, int, java.nio.IntBuffer)"><B>glGetProgramStage(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetProgramStage(int, int, int)"><B>glGetProgramStage(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL40.html#glGetProgramStagei(int, int, int)"><CODE>GL40.glGetProgramStagei(int, int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetProgramStagei(int, int, int)"><B>glGetProgramStagei(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Overloads glGetProgramStageiv.
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetProgramStagei(int, int, int)"><B>glGetProgramStagei(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Overloads glGetProgramStageiv.
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glGetProgramStringARB(int, int, java.nio.ByteBuffer)"><B>glGetProgramStringARB(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glGetProgramStringARB(int, int)"><B>glGetProgramStringARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Overloads glGetProgramStringARB.
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glGetProgramStringNV(int, int, java.nio.ByteBuffer)"><B>glGetProgramStringNV(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glGetProgramStringNV(int, int)"><B>glGetProgramStringNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>Overloads glGetProgramStringNV.
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetQuery(int, int, java.nio.IntBuffer)"><B>glGetQuery(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetQuery(int, int)"><B>glGetQuery(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL15.html#glGetQueryi(int, int)"><CODE>GL15.glGetQueryi(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetQuery(int, int, java.nio.IntBuffer)"><B>glGetQuery(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryARB(int, int, java.nio.IntBuffer)"><B>glGetQueryARB(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryARB(int, int)"><B>glGetQueryARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryiARB(int, int)"><CODE>ARBOcclusionQuery.glGetQueryiARB(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glGetQueryEXT(int, int, java.nio.IntBuffer)"><B>glGetQueryEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetQueryi(int, int)"><B>glGetQueryi(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>Overloads glGetQueryiv.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetQueryi(int, int)"><B>glGetQueryi(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetQueryiv.
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryiARB(int, int)"><B>glGetQueryiARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>Overloads glGetQueryivARB.
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glGetQueryiEXT(int, int)"><B>glGetQueryiEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>Overloads glGetQueryivEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html#glGetQueryIndexed(int, int, int, java.nio.IntBuffer)"><B>glGetQueryIndexed(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl">ARBTransformFeedback3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetQueryIndexed(int, int, int, java.nio.IntBuffer)"><B>glGetQueryIndexed(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetQueryIndexed(int, int, int)"><B>glGetQueryIndexed(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL40.html#glGetQueryIndexedi(int, int, int)"><CODE>GL40.glGetQueryIndexedi(int, int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html#glGetQueryIndexedi(int, int, int)"><B>glGetQueryIndexedi(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback3.html" title="class in org.lwjgl.opengl">ARBTransformFeedback3</A>
<DD>Overloads glGetQueryIndexediv.
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetQueryIndexedi(int, int, int)"><B>glGetQueryIndexedi(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Overloads glGetQueryIndexediv.
<DT><A HREF="./org/lwjgl/opengl/ARBTimerQuery.html#glGetQueryObject(int, int, java.nio.LongBuffer)"><B>glGetQueryObject(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl">ARBTimerQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetQueryObject(int, int, java.nio.IntBuffer)"><B>glGetQueryObject(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetQueryObject(int, int, java.nio.LongBuffer)"><B>glGetQueryObject(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetQueryObject(int, int)"><B>glGetQueryObject(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL33.html#glGetQueryObjecti64(int, int)"><CODE>GL33.glGetQueryObjecti64(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryObjectARB(int, int, java.nio.IntBuffer)"><B>glGetQueryObjectARB(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTimerQuery.html#glGetQueryObjectEXT(int, int, java.nio.LongBuffer)"><B>glGetQueryObjectEXT(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTimerQuery.html" title="class in org.lwjgl.opengl">EXTTimerQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTimerQuery.html#glGetQueryObjectEXT(int, int)"><B>glGetQueryObjectEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTimerQuery.html" title="class in org.lwjgl.opengl">EXTTimerQuery</A>
<DD>Overloads glGetQueryObjecti64vEXT.
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetQueryObjecti(int, int)"><B>glGetQueryObjecti(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>Overloads glGetQueryObjectiv.
<DT><A HREF="./org/lwjgl/opengl/ARBTimerQuery.html#glGetQueryObjecti64(int, int)"><B>glGetQueryObjecti64(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl">ARBTimerQuery</A>
<DD>Overloads glGetQueryObjecti64v.
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetQueryObjecti64(int, int)"><B>glGetQueryObjecti64(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Overloads glGetQueryObjecti64v.
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryObjectiARB(int, int)"><B>glGetQueryObjectiARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>Overloads glGetQueryObjectivARB.
<DT><A HREF="./org/lwjgl/opengl/ARBTimerQuery.html#glGetQueryObjectu(int, int, java.nio.LongBuffer)"><B>glGetQueryObjectu(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl">ARBTimerQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetQueryObjectu(int, int, java.nio.IntBuffer)"><B>glGetQueryObjectu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetQueryObjectu(int, int, java.nio.LongBuffer)"><B>glGetQueryObjectu(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetQueryObjectu(int, int)"><B>glGetQueryObjectu(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL33.html#glGetQueryObjectui64(int, int)"><CODE>GL33.glGetQueryObjectui64(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetQueryObjectu(int, int, java.nio.IntBuffer)"><B>glGetQueryObjectu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryObjectuARB(int, int, java.nio.IntBuffer)"><B>glGetQueryObjectuARB(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTimerQuery.html#glGetQueryObjectuEXT(int, int, java.nio.LongBuffer)"><B>glGetQueryObjectuEXT(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTimerQuery.html" title="class in org.lwjgl.opengl">EXTTimerQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTimerQuery.html#glGetQueryObjectuEXT(int, int)"><B>glGetQueryObjectuEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTimerQuery.html" title="class in org.lwjgl.opengl">EXTTimerQuery</A>
<DD>Overloads glGetQueryObjectui64vEXT.
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glGetQueryObjectuEXT(int, int, java.nio.IntBuffer)"><B>glGetQueryObjectuEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glGetQueryObjectui(int, int)"><B>glGetQueryObjectui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>Overloads glGetQueryObjectuiv.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetQueryObjectui(int, int)"><B>glGetQueryObjectui(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetQueryObjectuiv.
<DT><A HREF="./org/lwjgl/opengl/ARBTimerQuery.html#glGetQueryObjectui64(int, int)"><B>glGetQueryObjectui64(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl">ARBTimerQuery</A>
<DD>Overloads glGetQueryObjectui64v.
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetQueryObjectui64(int, int)"><B>glGetQueryObjectui64(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Overloads glGetQueryObjectui64v.
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glGetQueryObjectuiARB(int, int)"><B>glGetQueryObjectuiARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>Overloads glGetQueryObjectuivARB.
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glGetQueryObjectuiEXT(int, int)"><B>glGetQueryObjectuiEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>Overloads glGetQueryObjectuivEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glGetRenderbufferParameter(int, int, java.nio.IntBuffer)"><B>glGetRenderbufferParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glGetRenderbufferParameter(int, int)"><B>glGetRenderbufferParameter(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glGetRenderbufferParameteri(int, int)"><CODE>ARBFramebufferObject.glGetRenderbufferParameteri(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetRenderbufferParameter(int, int, java.nio.IntBuffer)"><B>glGetRenderbufferParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetRenderbufferParameter(int, int)"><B>glGetRenderbufferParameter(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL30.html#glGetRenderbufferParameteri(int, int)"><CODE>GL30.glGetRenderbufferParameteri(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetRenderbufferParameter(int, int, java.nio.IntBuffer)"><B>glGetRenderbufferParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetRenderbufferParameter(int, int)"><B>glGetRenderbufferParameter(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengles/GLES20.html#glGetRenderbufferParameteri(int, int)"><CODE>GLES20.glGetRenderbufferParameteri(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glGetRenderbufferParameterEXT(int, int, java.nio.IntBuffer)"><B>glGetRenderbufferParameterEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glGetRenderbufferParameterEXT(int, int)"><B>glGetRenderbufferParameterEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glGetRenderbufferParameteriEXT(int, int)"><CODE>EXTFramebufferObject.glGetRenderbufferParameteriEXT(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glGetRenderbufferParameteri(int, int)"><B>glGetRenderbufferParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>Overloads glGetRenderbufferParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetRenderbufferParameteri(int, int)"><B>glGetRenderbufferParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glGetRenderbufferParameteriv.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetRenderbufferParameteri(int, int)"><B>glGetRenderbufferParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetRenderbufferParameteriv.
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glGetRenderbufferParameteriEXT(int, int)"><B>glGetRenderbufferParameteriEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>Overloads glGetRenderbufferParameterivEXT.
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glGetRenderbufferParameteriOES(int, int)"><B>glGetRenderbufferParameteriOES(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>Overloads glGetRenderbufferParameterivOES.
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glGetRenderbufferParameterOES(int, int, java.nio.IntBuffer)"><B>glGetRenderbufferParameterOES(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glGetRenderbufferParameterOES(int, int)"><B>glGetRenderbufferParameterOES(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glGetRenderbufferParameteriOES(int, int)"><CODE>OESFramebufferObject.glGetRenderbufferParameteriOES(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameter(int, int, java.nio.IntBuffer)"><B>glGetSamplerParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameter(int, int, java.nio.FloatBuffer)"><B>glGetSamplerParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetSamplerParameter(int, int, java.nio.IntBuffer)"><B>glGetSamplerParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetSamplerParameter(int, int, java.nio.FloatBuffer)"><B>glGetSamplerParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetSamplerParameter(int, int, java.nio.IntBuffer)"><B>glGetSamplerParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetSamplerParameter(int, int, java.nio.FloatBuffer)"><B>glGetSamplerParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameterf(int, int)"><B>glGetSamplerParameterf(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>Overloads glGetSamplerParameterfv.
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetSamplerParameterf(int, int)"><B>glGetSamplerParameterf(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Overloads glGetSamplerParameterfv.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetSamplerParameterf(int, int)"><B>glGetSamplerParameterf(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetSamplerParameterfv.
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameteri(int, int)"><B>glGetSamplerParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>Overloads glGetSamplerParameteriv.
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameterI(int, int, java.nio.IntBuffer)"><B>glGetSamplerParameterI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetSamplerParameteri(int, int)"><B>glGetSamplerParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Overloads glGetSamplerParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetSamplerParameterI(int, int, java.nio.IntBuffer)"><B>glGetSamplerParameterI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetSamplerParameteri(int, int)"><B>glGetSamplerParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetSamplerParameteriv.
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameterIi(int, int)"><B>glGetSamplerParameterIi(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>Overloads glGetSamplerParameterIiv.
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetSamplerParameterIi(int, int)"><B>glGetSamplerParameterIi(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Overloads glGetSamplerParameterIiv.
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameterIu(int, int, java.nio.IntBuffer)"><B>glGetSamplerParameterIu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetSamplerParameterIu(int, int, java.nio.IntBuffer)"><B>glGetSamplerParameterIu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glGetSamplerParameterIui(int, int)"><B>glGetSamplerParameterIui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>Overloads glGetSamplerParameterIuiv.
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glGetSamplerParameterIui(int, int)"><B>glGetSamplerParameterIui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>Overloads glGetSamplerParameterIuiv.
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, ByteBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, ByteBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, ByteBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, DoubleBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, DoubleBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, DoubleBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, DoubleBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, IntBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, IntBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, ShortBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, ShortBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, ByteBuffer, ShortBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, ByteBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, ByteBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, ByteBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, DoubleBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, DoubleBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, DoubleBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, DoubleBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, IntBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, IntBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, ShortBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, ShortBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, DoubleBuffer, ShortBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, ByteBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, ByteBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, ByteBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, DoubleBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, DoubleBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, DoubleBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, DoubleBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, IntBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, IntBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, ShortBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, ShortBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, FloatBuffer, ShortBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, ByteBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, ByteBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, ByteBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, DoubleBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, DoubleBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, DoubleBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, DoubleBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, IntBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, IntBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, ShortBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, ShortBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, IntBuffer, ShortBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, ByteBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, ByteBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, ByteBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, DoubleBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, DoubleBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, DoubleBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, DoubleBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, IntBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, IntBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.ByteBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, ShortBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.DoubleBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, ShortBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer, java.nio.ShortBuffer)"><B>glGetSeparableFilter(int, int, int, ShortBuffer, ShortBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glGetSeparableFilter(int, int, int, long, long, long)"><B>glGetSeparableFilter(int, int, int, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetShader(int, int, java.nio.IntBuffer)"><B>glGetShader(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetShader(int, int)"><B>glGetShader(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL20.html#glGetShaderi(int, int)"><CODE>GL20.glGetShaderi(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetShader(int, int, java.nio.IntBuffer)"><B>glGetShader(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetShader(int, int)"><B>glGetShader(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengles/GLES20.html#glGetShaderi(int, int)"><CODE>GLES20.glGetShaderi(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetShaderi(int, int)"><B>glGetShaderi(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetShaderiv.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetShaderi(int, int)"><B>glGetShaderi(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetShaderiv.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetShaderInfoLog(int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetShaderInfoLog(int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetShaderInfoLog(int, int)"><B>glGetShaderInfoLog(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetShaderInfoLog.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetShaderInfoLog(int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetShaderInfoLog(int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetShaderInfoLog(int, int)"><B>glGetShaderInfoLog(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetShaderInfoLog.
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#glGetShaderPrecisionFormat(int, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetShaderPrecisionFormat(int, int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glGetShaderPrecisionFormat(int, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetShaderPrecisionFormat(int, int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetShaderPrecisionFormat(int, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetShaderPrecisionFormat(int, int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetShaderSource(int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetShaderSource(int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetShaderSource(int, int)"><B>glGetShaderSource(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetShaderSource.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetShaderSource(int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetShaderSource(int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetShaderSource(int, int)"><B>glGetShaderSource(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetShaderSource.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetShaderSourceARB(int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetShaderSourceARB(int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetShaderSourceARB(int, int)"><B>glGetShaderSourceARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Overloads glGetShaderSourceARB.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetString(int)"><B>glGetString(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetString(int)"><B>glGetString(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetStringi(int, int)"><B>glGetStringi(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetStringi(int, int)"><B>glGetStringi(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetSubroutineIndex(int, int, java.nio.ByteBuffer)"><B>glGetSubroutineIndex(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetSubroutineIndex(int, int, java.lang.CharSequence)"><B>glGetSubroutineIndex(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Overloads glGetSubroutineIndex.
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetSubroutineIndex(int, int, java.nio.ByteBuffer)"><B>glGetSubroutineIndex(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetSubroutineIndex(int, int, java.lang.CharSequence)"><B>glGetSubroutineIndex(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Overloads glGetSubroutineIndex.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetSubroutineUniformLocation(int, int, java.nio.ByteBuffer)"><B>glGetSubroutineUniformLocation(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetSubroutineUniformLocation(int, int, java.lang.CharSequence)"><B>glGetSubroutineUniformLocation(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Overloads glGetSubroutineUniformLocation.
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetSubroutineUniformLocation(int, int, java.nio.ByteBuffer)"><B>glGetSubroutineUniformLocation(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetSubroutineUniformLocation(int, int, java.lang.CharSequence)"><B>glGetSubroutineUniformLocation(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Overloads glGetSubroutineUniformLocation.
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#glGetSync(org.lwjgl.opengl.GLSync, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetSync(GLSync, int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#glGetSync(org.lwjgl.opengl.GLSync, int)"><B>glGetSync(GLSync, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/ARBSync.html#glGetSynci(org.lwjgl.opengl.GLSync, int)"><CODE>ARBSync.glGetSynci(org.lwjgl.opengl.GLSync, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glGetSync(org.lwjgl.opengl.GLSync, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetSync(GLSync, int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glGetSync(org.lwjgl.opengl.GLSync, int)"><B>glGetSync(GLSync, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL32.html#glGetSynci(org.lwjgl.opengl.GLSync, int)"><CODE>GL32.glGetSynci(org.lwjgl.opengl.GLSync, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetSync(org.lwjgl.opengles.GLSync, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetSync(GLSync, int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#glGetSyncAPPLE(org.lwjgl.opengles.GLSync, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetSyncAPPLE(GLSync, int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#glGetSynci(org.lwjgl.opengl.GLSync, int)"><B>glGetSynci(GLSync, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>Overloads glGetSynciv.
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glGetSynci(org.lwjgl.opengl.GLSync, int)"><B>glGetSynci(GLSync, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>Overloads glGetSynciv.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetSynci(org.lwjgl.opengles.GLSync, int)"><B>glGetSynci(GLSync, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetSynciv.
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#glGetSynciAPPLE(org.lwjgl.opengles.GLSync, int)"><B>glGetSynciAPPLE(GLSync, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Overloads glGetSyncivAPPLE.
<DT><A HREF="./org/lwjgl/opengles/NVSystemTime.html#glGetSystemTimeFrequencyNV()"><B>glGetSystemTimeFrequencyNV()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVSystemTime.html" title="class in org.lwjgl.opengles">NVSystemTime</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVSystemTime.html#glGetSystemTimeNV()"><B>glGetSystemTimeNV()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVSystemTime.html" title="class in org.lwjgl.opengles">NVSystemTime</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#glGetTexBumpParameterATI(int, java.nio.FloatBuffer)"><B>glGetTexBumpParameterATI(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#glGetTexBumpParameterATI(int, java.nio.IntBuffer)"><B>glGetTexBumpParameterATI(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexEnv(int, int, java.nio.IntBuffer)"><B>glGetTexEnv(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexEnv(int, int, java.nio.FloatBuffer)"><B>glGetTexEnv(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexEnvf(int, int)"><B>glGetTexEnvf(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glGetTexEnvfv.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexEnvi(int, int)"><B>glGetTexEnvi(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glGetTexEnviv.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexGen(int, int, java.nio.IntBuffer)"><B>glGetTexGen(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexGen(int, int, java.nio.FloatBuffer)"><B>glGetTexGen(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexGen(int, int, java.nio.DoubleBuffer)"><B>glGetTexGen(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexGend(int, int)"><B>glGetTexGend(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glGetTexGendv.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexGenf(int, int)"><B>glGetTexGenf(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glGetTexGenfv.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexGeni(int, int)"><B>glGetTexGeni(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glGetTexGeniv.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexImage(int, int, int, int, java.nio.ByteBuffer)"><B>glGetTexImage(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexImage(int, int, int, int, java.nio.DoubleBuffer)"><B>glGetTexImage(int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexImage(int, int, int, int, java.nio.FloatBuffer)"><B>glGetTexImage(int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexImage(int, int, int, int, java.nio.IntBuffer)"><B>glGetTexImage(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexImage(int, int, int, int, java.nio.ShortBuffer)"><B>glGetTexImage(int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexImage(int, int, int, int, long)"><B>glGetTexImage(int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexImageNV(int, int, int, int, java.nio.ByteBuffer)"><B>glGetTexImageNV(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexImageNV(int, int, int, int, java.nio.FloatBuffer)"><B>glGetTexImageNV(int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexImageNV(int, int, int, int, java.nio.IntBuffer)"><B>glGetTexImageNV(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexImageNV(int, int, int, int, java.nio.ShortBuffer)"><B>glGetTexImageNV(int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexLevelParameter(int, int, int, java.nio.FloatBuffer)"><B>glGetTexLevelParameter(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexLevelParameter(int, int, int, java.nio.IntBuffer)"><B>glGetTexLevelParameter(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexLevelParameterf(int, int, int)"><B>glGetTexLevelParameterf(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glGetTexLevelParameterfv.
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexLevelParameterfNV(int, int, int)"><B>glGetTexLevelParameterfNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>Overloads glGetTexLevelParameterfvNV.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexLevelParameteri(int, int, int)"><B>glGetTexLevelParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glGetTexLevelParameteriv.
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexLevelParameteriNV(int, int, int)"><B>glGetTexLevelParameteriNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>Overloads glGetTexLevelParameterivNV.
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexLevelParameterNV(int, int, int, java.nio.FloatBuffer)"><B>glGetTexLevelParameterNV(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html#glGetTexLevelParameterNV(int, int, int, java.nio.IntBuffer)"><B>glGetTexLevelParameterNV(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles">NVGetTexImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexParameter(int, int, java.nio.FloatBuffer)"><B>glGetTexParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexParameter(int, int, java.nio.IntBuffer)"><B>glGetTexParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetTexParameter(int, int, java.nio.FloatBuffer)"><B>glGetTexParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetTexParameter(int, int, java.nio.IntBuffer)"><B>glGetTexParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexParameterf(int, int)"><B>glGetTexParameterf(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glGetTexParameterfv.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetTexParameterf(int, int)"><B>glGetTexParameterf(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetTexParameterfv.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glGetTexParameteri(int, int)"><B>glGetTexParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glGetTexParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetTexParameterI(int, int, java.nio.IntBuffer)"><B>glGetTexParameterI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetTexParameteri(int, int)"><B>glGetTexParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetTexParameteriv.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#glGetTexParameterIEXT(int, int, java.nio.IntBuffer)"><B>glGetTexParameterIEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetTexParameterIi(int, int)"><B>glGetTexParameterIi(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glGetTexParameterIiv.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#glGetTexParameterIiEXT(int, int)"><B>glGetTexParameterIiEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Overloads glGetTexParameterIivEXT.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetTexParameterIu(int, int, java.nio.IntBuffer)"><B>glGetTexParameterIu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#glGetTexParameterIuEXT(int, int, java.nio.IntBuffer)"><B>glGetTexParameterIuEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetTexParameterIui(int, int)"><B>glGetTexParameterIui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glGetTexParameterIuiv.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#glGetTexParameterIuiEXT(int, int)"><B>glGetTexParameterIuiEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Overloads glGetTexParameterIuivEXT.
<DT><A HREF="./org/lwjgl/opengl/APPLETextureRange.html#glGetTexParameterPointervAPPLE(int, int, long)"><B>glGetTexParameterPointervAPPLE(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glGetTextureHandleARB(int)"><B>glGetTextureHandleARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessTexture.html#glGetTextureHandleNV(int)"><B>glGetTextureHandleNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureImage(int, int, int, int, java.nio.ByteBuffer)"><B>glGetTextureImage(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureImage(int, int, int, int, java.nio.DoubleBuffer)"><B>glGetTextureImage(int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureImage(int, int, int, int, java.nio.FloatBuffer)"><B>glGetTextureImage(int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureImage(int, int, int, int, java.nio.IntBuffer)"><B>glGetTextureImage(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureImage(int, int, int, int, java.nio.ShortBuffer)"><B>glGetTextureImage(int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureImage(int, int, int, int, int, long)"><B>glGetTextureImage(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureImage(int, int, int, int, java.nio.ByteBuffer)"><B>glGetTextureImage(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureImage(int, int, int, int, java.nio.DoubleBuffer)"><B>glGetTextureImage(int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureImage(int, int, int, int, java.nio.FloatBuffer)"><B>glGetTextureImage(int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureImage(int, int, int, int, java.nio.IntBuffer)"><B>glGetTextureImage(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureImage(int, int, int, int, java.nio.ShortBuffer)"><B>glGetTextureImage(int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureImage(int, int, int, int, int, long)"><B>glGetTextureImage(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureImageEXT(int, int, int, int, int, java.nio.ByteBuffer)"><B>glGetTextureImageEXT(int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureImageEXT(int, int, int, int, int, java.nio.DoubleBuffer)"><B>glGetTextureImageEXT(int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureImageEXT(int, int, int, int, int, java.nio.FloatBuffer)"><B>glGetTextureImageEXT(int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureImageEXT(int, int, int, int, int, java.nio.IntBuffer)"><B>glGetTextureImageEXT(int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureImageEXT(int, int, int, int, int, java.nio.ShortBuffer)"><B>glGetTextureImageEXT(int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureImageEXT(int, int, int, int, int, long)"><B>glGetTextureImageEXT(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureLevelParameter(int, int, int, java.nio.FloatBuffer)"><B>glGetTextureLevelParameter(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureLevelParameter(int, int, int, java.nio.IntBuffer)"><B>glGetTextureLevelParameter(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureLevelParameter(int, int, int, java.nio.FloatBuffer)"><B>glGetTextureLevelParameter(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureLevelParameter(int, int, int, java.nio.IntBuffer)"><B>glGetTextureLevelParameter(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureLevelParameterEXT(int, int, int, int, java.nio.FloatBuffer)"><B>glGetTextureLevelParameterEXT(int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureLevelParameterEXT(int, int, int, int, java.nio.IntBuffer)"><B>glGetTextureLevelParameterEXT(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureLevelParameterf(int, int, int)"><B>glGetTextureLevelParameterf(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetTextureLevelParameterfv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureLevelParameterf(int, int, int)"><B>glGetTextureLevelParameterf(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetTextureLevelParameterfv.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureLevelParameterfEXT(int, int, int, int)"><B>glGetTextureLevelParameterfEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetTextureLevelParameterfvEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureLevelParameteri(int, int, int)"><B>glGetTextureLevelParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetTextureLevelParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureLevelParameteri(int, int, int)"><B>glGetTextureLevelParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetTextureLevelParameteriv.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureLevelParameteriEXT(int, int, int, int)"><B>glGetTextureLevelParameteriEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetTextureLevelParameterivEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureParameter(int, int, java.nio.FloatBuffer)"><B>glGetTextureParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureParameter(int, int, java.nio.IntBuffer)"><B>glGetTextureParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureParameter(int, int, java.nio.FloatBuffer)"><B>glGetTextureParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureParameter(int, int, java.nio.IntBuffer)"><B>glGetTextureParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameterEXT(int, int, int, java.nio.FloatBuffer)"><B>glGetTextureParameterEXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameterEXT(int, int, int, java.nio.IntBuffer)"><B>glGetTextureParameterEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureParameterf(int, int)"><B>glGetTextureParameterf(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetTextureParameterfv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureParameterf(int, int)"><B>glGetTextureParameterf(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetTextureParameterfv.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameterfEXT(int, int, int)"><B>glGetTextureParameterfEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetTextureParameterfvEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureParameterI(int, int, java.nio.IntBuffer)"><B>glGetTextureParameterI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureParameteri(int, int)"><B>glGetTextureParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetTextureParameteriv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureParameterI(int, int, java.nio.IntBuffer)"><B>glGetTextureParameterI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureParameteri(int, int)"><B>glGetTextureParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetTextureParameteriv.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameteriEXT(int, int, int)"><B>glGetTextureParameteriEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetTextureParameterivEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameterIEXT(int, int, int, java.nio.IntBuffer)"><B>glGetTextureParameterIEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureParameterIi(int, int)"><B>glGetTextureParameterIi(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetTextureParameterIiv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureParameterIi(int, int)"><B>glGetTextureParameterIi(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetTextureParameterIiv.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameterIiEXT(int, int, int)"><B>glGetTextureParameterIiEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetTextureParameterIivEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureParameterIu(int, int, java.nio.IntBuffer)"><B>glGetTextureParameterIu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureParameterIu(int, int, java.nio.IntBuffer)"><B>glGetTextureParameterIu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameterIuEXT(int, int, int, java.nio.IntBuffer)"><B>glGetTextureParameterIuEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTextureParameterIui(int, int)"><B>glGetTextureParameterIui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetTextureParameterIuiv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureParameterIui(int, int)"><B>glGetTextureParameterIui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetTextureParameterIuiv.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetTextureParameterIuiEXT(int, int, int)"><B>glGetTextureParameterIuiEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetTextureParameterIuivEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glGetTextureSamplerHandleARB(int, int)"><B>glGetTextureSamplerHandleARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessTexture.html#glGetTextureSamplerHandleNV(int, int)"><B>glGetTextureSamplerHandleNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html#glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html" title="class in org.lwjgl.opengl">ARBGetTextureSubImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html#glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html" title="class in org.lwjgl.opengl">ARBGetTextureSubImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html#glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html" title="class in org.lwjgl.opengl">ARBGetTextureSubImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html#glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html" title="class in org.lwjgl.opengl">ARBGetTextureSubImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html#glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html" title="class in org.lwjgl.opengl">ARBGetTextureSubImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html#glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, int, long)"><B>glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetTextureSubImage.html" title="class in org.lwjgl.opengl">ARBGetTextureSubImage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, int, long)"><B>glGetTextureSubImage(int, int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glGetTrackMatrixNV(int, int, int, java.nio.IntBuffer)"><B>glGetTrackMatrixNV(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTransformFeedback(int, int, java.nio.IntBuffer)"><B>glGetTransformFeedback(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTransformFeedback(int, int, int, java.nio.IntBuffer)"><B>glGetTransformFeedback(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTransformFeedback(int, int, int, java.nio.LongBuffer)"><B>glGetTransformFeedback(int, int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTransformFeedback(int, int, java.nio.IntBuffer)"><B>glGetTransformFeedback(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTransformFeedback(int, int, int, java.nio.IntBuffer)"><B>glGetTransformFeedback(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTransformFeedback(int, int, int, java.nio.LongBuffer)"><B>glGetTransformFeedback(int, int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTransformFeedbacki(int, int)"><B>glGetTransformFeedbacki(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetTransformFeedbackiv.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTransformFeedbacki(int, int, int)"><B>glGetTransformFeedbacki(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetTransformFeedbacki_v.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTransformFeedbacki(int, int)"><B>glGetTransformFeedbacki(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetTransformFeedbackiv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTransformFeedbacki(int, int, int)"><B>glGetTransformFeedbacki(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetTransformFeedbacki_v.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetTransformFeedbacki64(int, int, int)"><B>glGetTransformFeedbacki64(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetTransformFeedbacki64_v.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetTransformFeedbacki64(int, int, int)"><B>glGetTransformFeedbacki64(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetTransformFeedbacki64_v.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetTransformFeedbackVarying(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetTransformFeedbackVarying(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetTransformFeedbackVarying(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetTransformFeedbackVarying(int, int, int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glGetTransformFeedbackVarying.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetTransformFeedbackVarying(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetTransformFeedbackVarying(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetTransformFeedbackVarying(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetTransformFeedbackVarying(int, int, int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetTransformFeedbackVarying.
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#glGetTransformFeedbackVaryingEXT(int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glGetTransformFeedbackVaryingEXT(int, int, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#glGetTransformFeedbackVaryingEXT(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glGetTransformFeedbackVaryingEXT(int, int, int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Overloads glGetTransformFeedbackVaryingEXT.
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glGetTransformFeedbackVaryingNV(int, int, java.nio.IntBuffer)"><B>glGetTransformFeedbackVaryingNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glGetTransformFeedbackVaryingNV(int, int)"><B>glGetTransformFeedbackVaryingNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Overloads glGetTransformFeedbackVaryingNV.
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glGetUniform(int, int, java.nio.DoubleBuffer)"><B>glGetUniform(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetUniform(int, int, java.nio.FloatBuffer)"><B>glGetUniform(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetUniform(int, int, java.nio.IntBuffer)"><B>glGetUniform(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetUniform(int, int, java.nio.DoubleBuffer)"><B>glGetUniform(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetUniform(int, int, java.nio.FloatBuffer)"><B>glGetUniform(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetUniform(int, int, java.nio.IntBuffer)"><B>glGetUniform(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetUniformARB(int, int, java.nio.FloatBuffer)"><B>glGetUniformARB(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetUniformARB(int, int, java.nio.IntBuffer)"><B>glGetUniformARB(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetUniformBlockIndex(int, java.nio.ByteBuffer)"><B>glGetUniformBlockIndex(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetUniformBlockIndex(int, java.lang.CharSequence)"><B>glGetUniformBlockIndex(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Overloads glGetUniformBlockIndex.
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glGetUniformBlockIndex(int, java.nio.ByteBuffer)"><B>glGetUniformBlockIndex(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glGetUniformBlockIndex(int, java.lang.CharSequence)"><B>glGetUniformBlockIndex(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Overloads glGetUniformBlockIndex.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetUniformBlockIndex(int, java.nio.ByteBuffer)"><B>glGetUniformBlockIndex(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetUniformBlockIndex(int, java.lang.CharSequence)"><B>glGetUniformBlockIndex(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetUniformBlockIndex.
<DT><A HREF="./org/lwjgl/opengl/EXTBindableUniform.html#glGetUniformBufferSizeEXT(int, int)"><B>glGetUniformBufferSizeEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetUniformIndices(int, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glGetUniformIndices(int, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glGetUniformIndices(int, java.lang.CharSequence[], java.nio.IntBuffer)"><B>glGetUniformIndices(int, CharSequence[], IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>Overloads glGetUniformIndices.
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glGetUniformIndices(int, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glGetUniformIndices(int, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glGetUniformIndices(int, java.lang.CharSequence[], java.nio.IntBuffer)"><B>glGetUniformIndices(int, CharSequence[], IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>Overloads glGetUniformIndices.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetUniformIndices(int, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glGetUniformIndices(int, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetUniformIndices(int, java.lang.CharSequence[], java.nio.IntBuffer)"><B>glGetUniformIndices(int, CharSequence[], IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glGetUniformIndices.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetUniformLocation(int, java.nio.ByteBuffer)"><B>glGetUniformLocation(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Returns the location of the uniform with the specified name.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetUniformLocation(int, java.lang.CharSequence)"><B>glGetUniformLocation(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetUniformLocation.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetUniformLocation(int, java.nio.ByteBuffer)"><B>glGetUniformLocation(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Returns the location of the uniform with the specified name.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetUniformLocation(int, java.lang.CharSequence)"><B>glGetUniformLocation(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glGetUniformLocation.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetUniformLocationARB(int, java.nio.ByteBuffer)"><B>glGetUniformLocationARB(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Returns the location of the uniform with the specified name.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glGetUniformLocationARB(int, java.lang.CharSequence)"><B>glGetUniformLocationARB(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Overloads glGetUniformLocationARB.
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glGetUniformNV(int, int, java.nio.LongBuffer)"><B>glGetUniformNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTBindableUniform.html#glGetUniformOffsetEXT(int, int)"><B>glGetUniformOffsetEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetUniformSubroutineu(int, int, java.nio.IntBuffer)"><B>glGetUniformSubroutineu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetUniformSubroutineu(int, int, java.nio.IntBuffer)"><B>glGetUniformSubroutineu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetUniformSubroutineu(int, int)"><B>glGetUniformSubroutineu(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD><B>Deprecated.</B>&nbsp;<I>Will be removed in 3.0. Use <A HREF="./org/lwjgl/opengl/GL40.html#glGetUniformSubroutineui(int, int)"><CODE>GL40.glGetUniformSubroutineui(int, int)</CODE></A> instead.</I>
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glGetUniformSubroutineui(int, int)"><B>glGetUniformSubroutineui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>Overloads glGetUniformSubroutineuiv.
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glGetUniformSubroutineui(int, int)"><B>glGetUniformSubroutineui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>Overloads glGetUniformSubroutineuiv.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetUniformu(int, int, java.nio.IntBuffer)"><B>glGetUniformu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetUniformu(int, int, java.nio.IntBuffer)"><B>glGetUniformu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glGetUniformuEXT(int, int, java.nio.IntBuffer)"><B>glGetUniformuEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glGetUniformuNV(int, int, java.nio.LongBuffer)"><B>glGetUniformuNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glGetUniformuNV(int, int, java.nio.LongBuffer)"><B>glGetUniformuNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glGetVariantArrayObjectATI(int, int, java.nio.FloatBuffer)"><B>glGetVariantArrayObjectATI(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glGetVariantArrayObjectATI(int, int, java.nio.IntBuffer)"><B>glGetVariantArrayObjectATI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glGetVariantBooleanEXT(int, int, java.nio.ByteBuffer)"><B>glGetVariantBooleanEXT(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glGetVariantFloatEXT(int, int, java.nio.FloatBuffer)"><B>glGetVariantFloatEXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glGetVariantIntegerEXT(int, int, java.nio.IntBuffer)"><B>glGetVariantIntegerEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glGetVariantPointerEXT(int, int, long)"><B>glGetVariantPointerEXT(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glGetVaryingLocationNV(int, java.nio.ByteBuffer)"><B>glGetVaryingLocationNV(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glGetVaryingLocationNV(int, java.lang.CharSequence)"><B>glGetVaryingLocationNV(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>Overloads glGetVaryingLocationNV.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetVertexArray(int, int, java.nio.IntBuffer)"><B>glGetVertexArray(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetVertexArray(int, int)"><B>glGetVertexArray(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetVertexArrayiv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetVertexArray(int, int, java.nio.IntBuffer)"><B>glGetVertexArray(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetVertexArray(int, int)"><B>glGetVertexArray(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetVertexArrayiv.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetVertexArrayIndexed(int, int, int, java.nio.IntBuffer)"><B>glGetVertexArrayIndexed(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetVertexArrayIndexed(int, int, int)"><B>glGetVertexArrayIndexed(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetVertexArrayIndexediv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetVertexArrayIndexed(int, int, int, java.nio.IntBuffer)"><B>glGetVertexArrayIndexed(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetVertexArrayIndexed(int, int, int)"><B>glGetVertexArrayIndexed(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetVertexArrayIndexediv.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetVertexArrayIndexed64i(int, int, int, java.nio.LongBuffer)"><B>glGetVertexArrayIndexed64i(int, int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glGetVertexArrayIndexed64i(int, int, int)"><B>glGetVertexArrayIndexed64i(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glGetVertexArrayIndexed64iv.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetVertexArrayIndexed64i(int, int, int, java.nio.LongBuffer)"><B>glGetVertexArrayIndexed64i(int, int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glGetVertexArrayIndexed64i(int, int, int)"><B>glGetVertexArrayIndexed64i(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glGetVertexArrayIndexed64iv.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetVertexArrayIntegerEXT(int, int, java.nio.IntBuffer)"><B>glGetVertexArrayIntegerEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetVertexArrayIntegerEXT(int, int)"><B>glGetVertexArrayIntegerEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetVertexArrayIntegervEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetVertexArrayIntegerEXT(int, int, int, java.nio.IntBuffer)"><B>glGetVertexArrayIntegerEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetVertexArrayIntegeriEXT(int, int, int)"><B>glGetVertexArrayIntegeriEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glGetVertexArrayIntegeri_vEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetVertexArrayPointerEXT(int, int, long)"><B>glGetVertexArrayPointerEXT(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glGetVertexArrayPointerEXT(int, int, int, long)"><B>glGetVertexArrayPointerEXT(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetVertexAttrib(int, int, java.nio.FloatBuffer)"><B>glGetVertexAttrib(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetVertexAttrib(int, int, java.nio.DoubleBuffer)"><B>glGetVertexAttrib(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetVertexAttrib(int, int, java.nio.IntBuffer)"><B>glGetVertexAttrib(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetVertexAttrib(int, int, java.nio.FloatBuffer)"><B>glGetVertexAttrib(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetVertexAttrib(int, int, java.nio.IntBuffer)"><B>glGetVertexAttrib(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glGetVertexAttribARB(int, int, java.nio.FloatBuffer)"><B>glGetVertexAttribARB(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glGetVertexAttribARB(int, int, java.nio.DoubleBuffer)"><B>glGetVertexAttribARB(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glGetVertexAttribARB(int, int, java.nio.IntBuffer)"><B>glGetVertexAttribARB(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glGetVertexAttribARB(int, int, java.nio.FloatBuffer)"><B>glGetVertexAttribARB(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glGetVertexAttribARB(int, int, java.nio.DoubleBuffer)"><B>glGetVertexAttribARB(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glGetVertexAttribARB(int, int, java.nio.IntBuffer)"><B>glGetVertexAttribARB(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexAttribArrayObject.html#glGetVertexAttribArrayObjectATI(int, int, java.nio.FloatBuffer)"><B>glGetVertexAttribArrayObjectATI(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexAttribArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexAttribArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexAttribArrayObject.html#glGetVertexAttribArrayObjectATI(int, int, java.nio.IntBuffer)"><B>glGetVertexAttribArrayObjectATI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexAttribArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexAttribArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetVertexAttribI(int, int, java.nio.IntBuffer)"><B>glGetVertexAttribI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetVertexAttribI(int, int, java.nio.IntBuffer)"><B>glGetVertexAttribI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glGetVertexAttribIEXT(int, int, java.nio.IntBuffer)"><B>glGetVertexAttribIEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glGetVertexAttribIu(int, int, java.nio.IntBuffer)"><B>glGetVertexAttribIu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glGetVertexAttribIu(int, int, java.nio.IntBuffer)"><B>glGetVertexAttribIu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glGetVertexAttribIuEXT(int, int, java.nio.IntBuffer)"><B>glGetVertexAttribIuEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glGetVertexAttribL(int, int, java.nio.DoubleBuffer)"><B>glGetVertexAttribL(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glGetVertexAttribL(int, int, java.nio.DoubleBuffer)"><B>glGetVertexAttribL(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glGetVertexAttribLEXT(int, int, java.nio.DoubleBuffer)"><B>glGetVertexAttribLEXT(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glGetVertexAttribLNV(int, int, java.nio.LongBuffer)"><B>glGetVertexAttribLNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glGetVertexAttribLuARB(int, int, java.nio.LongBuffer)"><B>glGetVertexAttribLuARB(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glGetVertexAttribLuNV(int, int, java.nio.LongBuffer)"><B>glGetVertexAttribLuNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glGetVertexAttribNV(int, int, java.nio.FloatBuffer)"><B>glGetVertexAttribNV(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glGetVertexAttribNV(int, int, java.nio.DoubleBuffer)"><B>glGetVertexAttribNV(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glGetVertexAttribNV(int, int, java.nio.IntBuffer)"><B>glGetVertexAttribNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetVertexAttribPointer(int, int, long)"><B>glGetVertexAttribPointer(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glGetVertexAttribPointer(int, int, java.nio.ByteBuffer)"><B>glGetVertexAttribPointer(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glGetVertexAttribPointerv.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glGetVertexAttribPointer(int, int, long)"><B>glGetVertexAttribPointer(int, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glGetVertexAttribPointerARB(int, int, long)"><B>glGetVertexAttribPointerARB(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glGetVertexAttribPointerARB(int, int, long)"><B>glGetVertexAttribPointerARB(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glGetVertexAttribPointerNV(int, int, long)"><B>glGetVertexAttribPointerNV(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureiNV(int, int)"><B>glGetVideoCaptureiNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Overloads glGetVideoCaptureivNV.
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureNV(int, int, java.nio.IntBuffer)"><B>glGetVideoCaptureNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureStreamdNV(int, int, int)"><B>glGetVideoCaptureStreamdNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Overloads glGetVideoCaptureStreamdvNV.
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureStreamfNV(int, int, int)"><B>glGetVideoCaptureStreamfNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Overloads glGetVideoCaptureStreamfvNV.
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureStreamiNV(int, int, int)"><B>glGetVideoCaptureStreamiNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>Overloads glGetVideoCaptureStreamivNV.
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureStreamNV(int, int, int, java.nio.IntBuffer)"><B>glGetVideoCaptureStreamNV(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureStreamNV(int, int, int, java.nio.FloatBuffer)"><B>glGetVideoCaptureStreamNV(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glGetVideoCaptureStreamNV(int, int, int, java.nio.DoubleBuffer)"><B>glGetVideoCaptureStreamNV(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideoi64NV(int, int)"><B>glGetVideoi64NV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>Overloads glGetVideoi64vNV.
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideoiNV(int, int)"><B>glGetVideoiNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>Overloads glGetVideoivNV.
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideoNV(int, int, java.nio.IntBuffer)"><B>glGetVideoNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideoNV(int, int, java.nio.LongBuffer)"><B>glGetVideoNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideoui64NV(int, int)"><B>glGetVideoui64NV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>Overloads glGetVideoui64vNV.
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideouiNV(int, int)"><B>glGetVideouiNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>Overloads glGetVideouivNV.
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideouNV(int, int, java.nio.IntBuffer)"><B>glGetVideouNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#glGetVideouNV(int, int, java.nio.LongBuffer)"><B>glGetVideouNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glHint(int, int)"><B>glHint(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glHint(int, int)"><B>glHint(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glHistogram(int, int, int, boolean)"><B>glHistogram(int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glIndexFormatNV(int, int)"><B>glIndexFormatNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glInitNames()"><B>glInitNames()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glInsertComponentEXT(int, int, int)"><B>glInsertComponentEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTDebugMarker.html#glInsertEventMarkerEXT(java.nio.ByteBuffer)"><B>glInsertEventMarkerEXT(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugMarker.html" title="class in org.lwjgl.opengles">EXTDebugMarker</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTDebugMarker.html#glInsertEventMarkerEXT(java.lang.CharSequence)"><B>glInsertEventMarkerEXT(CharSequence)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugMarker.html" title="class in org.lwjgl.opengles">EXTDebugMarker</A>
<DD>Overloads glInsertEventMarkerEXT.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glInterleavedArrays(int, int, java.nio.ByteBuffer)"><B>glInterleavedArrays(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glInterleavedArrays(int, int, java.nio.DoubleBuffer)"><B>glInterleavedArrays(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glInterleavedArrays(int, int, java.nio.FloatBuffer)"><B>glInterleavedArrays(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glInterleavedArrays(int, int, java.nio.IntBuffer)"><B>glInterleavedArrays(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glInterleavedArrays(int, int, java.nio.ShortBuffer)"><B>glInterleavedArrays(int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glInterleavedArrays(int, int, long)"><B>glInterleavedArrays(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glInterpolatePathsNV(int, int, int, float)"><B>glInterpolatePathsNV(int, int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInvalidateSubdata.html#glInvalidateBufferData(int)"><B>glInvalidateBufferData(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInvalidateSubdata.html" title="class in org.lwjgl.opengl">ARBInvalidateSubdata</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glInvalidateBufferData(int)"><B>glInvalidateBufferData(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInvalidateSubdata.html#glInvalidateBufferSubData(int, long, long)"><B>glInvalidateBufferSubData(int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInvalidateSubdata.html" title="class in org.lwjgl.opengl">ARBInvalidateSubdata</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glInvalidateBufferSubData(int, long, long)"><B>glInvalidateBufferSubData(int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInvalidateSubdata.html#glInvalidateFramebuffer(int, java.nio.IntBuffer)"><B>glInvalidateFramebuffer(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInvalidateSubdata.html" title="class in org.lwjgl.opengl">ARBInvalidateSubdata</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glInvalidateFramebuffer(int, java.nio.IntBuffer)"><B>glInvalidateFramebuffer(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glInvalidateFramebuffer(int, java.nio.IntBuffer)"><B>glInvalidateFramebuffer(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glInvalidateNamedFramebufferData(int, java.nio.IntBuffer)"><B>glInvalidateNamedFramebufferData(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glInvalidateNamedFramebufferData(int, java.nio.IntBuffer)"><B>glInvalidateNamedFramebufferData(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glInvalidateNamedFramebufferSubData(int, java.nio.IntBuffer, int, int, int, int)"><B>glInvalidateNamedFramebufferSubData(int, IntBuffer, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glInvalidateNamedFramebufferSubData(int, java.nio.IntBuffer, int, int, int, int)"><B>glInvalidateNamedFramebufferSubData(int, IntBuffer, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInvalidateSubdata.html#glInvalidateSubFramebuffer(int, java.nio.IntBuffer, int, int, int, int)"><B>glInvalidateSubFramebuffer(int, IntBuffer, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInvalidateSubdata.html" title="class in org.lwjgl.opengl">ARBInvalidateSubdata</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glInvalidateSubFramebuffer(int, java.nio.IntBuffer, int, int, int, int)"><B>glInvalidateSubFramebuffer(int, IntBuffer, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glInvalidateSubFramebuffer(int, java.nio.IntBuffer, int, int, int, int)"><B>glInvalidateSubFramebuffer(int, IntBuffer, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInvalidateSubdata.html#glInvalidateTexImage(int, int)"><B>glInvalidateTexImage(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInvalidateSubdata.html" title="class in org.lwjgl.opengl">ARBInvalidateSubdata</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glInvalidateTexImage(int, int)"><B>glInvalidateTexImage(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInvalidateSubdata.html#glInvalidateTexSubImage(int, int, int, int, int, int, int, int)"><B>glInvalidateTexSubImage(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInvalidateSubdata.html" title="class in org.lwjgl.opengl">ARBInvalidateSubdata</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glInvalidateTexSubImage(int, int, int, int, int, int, int, int)"><B>glInvalidateTexSubImage(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glIsBuffer(int)"><B>glIsBuffer(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glIsBuffer(int)"><B>glIsBuffer(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glIsBufferARB(int)"><B>glIsBufferARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glIsBufferResidentNV(int)"><B>glIsBufferResidentNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glIsEnabled(int)"><B>glIsEnabled(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glIsEnabled(int)"><B>glIsEnabled(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glIsEnabledi(int, int)"><B>glIsEnabledi(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glIsEnabledIndexedEXT(int, int)"><B>glIsEnabledIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glIsEnabledIndexedEXT(int, int)"><B>glIsEnabledIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html#glIsEnabledIndexedEXT(int, int)"><B>glIsEnabledIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDrawBuffers2.html" title="class in org.lwjgl.opengl">EXTDrawBuffers2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEFence.html#glIsFenceAPPLE(int)"><B>glIsFenceAPPLE(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFence.html#glIsFenceNV(int)"><B>glIsFenceNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFence.html#glIsFenceNV(int)"><B>glIsFenceNV(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glIsFramebuffer(int)"><B>glIsFramebuffer(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glIsFramebuffer(int)"><B>glIsFramebuffer(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glIsFramebuffer(int)"><B>glIsFramebuffer(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glIsFramebufferEXT(int)"><B>glIsFramebufferEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glIsFramebufferOES(int)"><B>glIsFramebufferOES(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glIsImageHandleResidentARB(long)"><B>glIsImageHandleResidentARB(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessTexture.html#glIsImageHandleResidentNV(long)"><B>glIsImageHandleResidentNV(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glIsList(int)"><B>glIsList(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html#glIsNameAMD(int, int)"><B>glIsNameAMD(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDNameGenDelete.html" title="class in org.lwjgl.opengl">AMDNameGenDelete</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glIsNamedBufferResidentNV(int)"><B>glIsNamedBufferResidentNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glIsNamedStringARB(java.nio.ByteBuffer)"><B>glIsNamedStringARB(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glIsNamedStringARB(java.lang.CharSequence)"><B>glIsNamedStringARB(CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>Overloads glIsNamedStringARB.
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glIsObjectBufferATI(int)"><B>glIsObjectBufferATI(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html#glIsOcclusionQueryNV(int)"><B>glIsOcclusionQueryNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl">NVOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glIsPathNV(int)"><B>glIsPathNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glIsPointInFillPathNV(int, int, float, float)"><B>glIsPointInFillPathNV(int, int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glIsPointInStrokePathNV(int, float, float)"><B>glIsPointInStrokePathNV(int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glIsProgram(int)"><B>glIsProgram(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glIsProgram(int)"><B>glIsProgram(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glIsProgramARB(int)"><B>glIsProgramARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glIsProgramNV(int)"><B>glIsProgramNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glIsProgramPipeline(int)"><B>glIsProgramPipeline(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glIsProgramPipeline(int)"><B>glIsProgramPipeline(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glIsProgramPipelineEXT(int)"><B>glIsProgramPipelineEXT(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glIsQuery(int)"><B>glIsQuery(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glIsQuery(int)"><B>glIsQuery(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html#glIsQueryARB(int)"><B>glIsQueryARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBOcclusionQuery.html" title="class in org.lwjgl.opengl">ARBOcclusionQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html#glIsQueryEXT(int)"><B>glIsQueryEXT(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTOcclusionQueryBoolean.html" title="class in org.lwjgl.opengles">EXTOcclusionQueryBoolean</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glIsRenderbuffer(int)"><B>glIsRenderbuffer(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glIsRenderbuffer(int)"><B>glIsRenderbuffer(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glIsRenderbuffer(int)"><B>glIsRenderbuffer(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glIsRenderbufferEXT(int)"><B>glIsRenderbufferEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glIsRenderbufferOES(int)"><B>glIsRenderbufferOES(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glIsSampler(int)"><B>glIsSampler(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glIsSampler(int)"><B>glIsSampler(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glIsSampler(int)"><B>glIsSampler(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glIsShader(int)"><B>glIsShader(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glIsShader(int)"><B>glIsShader(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#glIsSync(org.lwjgl.opengl.GLSync)"><B>glIsSync(GLSync)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glIsSync(org.lwjgl.opengl.GLSync)"><B>glIsSync(GLSync)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glIsSync(org.lwjgl.opengles.GLSync)"><B>glIsSync(GLSync)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#glIsSyncAPPLE(org.lwjgl.opengles.GLSync)"><B>glIsSyncAPPLE(GLSync)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glIsTexture(int)"><B>glIsTexture(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glIsTexture(int)"><B>glIsTexture(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glIsTextureHandleResidentARB(long)"><B>glIsTextureHandleResidentARB(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessTexture.html#glIsTextureHandleResidentNV(long)"><B>glIsTextureHandleResidentNV(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html#glIsTransformFeedback(int)"><B>glIsTransformFeedback(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glIsTransformFeedback(int)"><B>glIsTransformFeedback(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glIsTransformFeedback(int)"><B>glIsTransformFeedback(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html#glIsTransformFeedbackNV(int)"><B>glIsTransformFeedbackNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glIsVariantEnabledEXT(int, int)"><B>glIsVariantEnabledEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html#glIsVertexArray(int)"><B>glIsVertexArray(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexArrayObject.html" title="class in org.lwjgl.opengl">ARBVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glIsVertexArray(int)"><B>glIsVertexArray(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glIsVertexArray(int)"><B>glIsVertexArray(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html#glIsVertexArrayAPPLE(int)"><B>glIsVertexArrayAPPLE(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayObject.html" title="class in org.lwjgl.opengl">APPLEVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html#glIsVertexArrayOES(int)"><B>glIsVertexArrayOES(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles">OESVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#glIsVertexAttribEnabledAPPLE(int, int)"><B>glIsVertexAttribEnabledAPPLE(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTDebugLabel.html#glLabelObjectEXT(int, int, java.nio.ByteBuffer)"><B>glLabelObjectEXT(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTDebugLabel.html#glLabelObjectEXT(int, int, java.lang.CharSequence)"><B>glLabelObjectEXT(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugLabel.html" title="class in org.lwjgl.opengles">EXTDebugLabel</A>
<DD>Overloads glLabelObjectEXT.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLight(int, int, java.nio.FloatBuffer)"><B>glLight(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLight(int, int, java.nio.IntBuffer)"><B>glLight(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLightf(int, int, float)"><B>glLightf(int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLighti(int, int, int)"><B>glLighti(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLightModel(int, java.nio.FloatBuffer)"><B>glLightModel(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLightModel(int, java.nio.IntBuffer)"><B>glLightModel(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLightModelf(int, float)"><B>glLightModelf(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLightModeli(int, int)"><B>glLightModeli(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLineStipple(int, short)"><B>glLineStipple(int, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLineWidth(float)"><B>glLineWidth(float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glLineWidth(float)"><B>glLineWidth(float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glLinkProgram(int)"><B>glLinkProgram(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glLinkProgram(int)"><B>glLinkProgram(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glLinkProgramARB(int)"><B>glLinkProgramARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glListBase(int)"><B>glListBase(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLoadIdentity()"><B>glLoadIdentity()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLoadMatrix(java.nio.FloatBuffer)"><B>glLoadMatrix(FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLoadMatrix(java.nio.DoubleBuffer)"><B>glLoadMatrix(DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLoadName(int)"><B>glLoadName(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glLoadProgramNV(int, int, java.nio.ByteBuffer)"><B>glLoadProgramNV(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glLoadProgramNV(int, int, java.lang.CharSequence)"><B>glLoadProgramNV(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>Overloads glLoadProgramNV.
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glLoadTransposeMatrix(java.nio.FloatBuffer)"><B>glLoadTransposeMatrix(FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glLoadTransposeMatrix(java.nio.DoubleBuffer)"><B>glLoadTransposeMatrix(DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransposeMatrix.html#glLoadTransposeMatrixARB(java.nio.FloatBuffer)"><B>glLoadTransposeMatrixARB(FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransposeMatrix.html" title="class in org.lwjgl.opengl">ARBTransposeMatrix</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTCompiledVertexArray.html#glLockArraysEXT(int, int)"><B>glLockArraysEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTCompiledVertexArray.html" title="class in org.lwjgl.opengl">EXTCompiledVertexArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCaptureUtil.html#glLockVideoCaptureDeviceNV(long)"><B>glLockVideoCaptureDeviceNV(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCaptureUtil.html" title="class in org.lwjgl.opengl">NVVideoCaptureUtil</A>
<DD>To lock a video capture device to a display connection, use this method.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glLogicOp(int)"><B>glLogicOp(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glMakeBufferNonResidentNV(int)"><B>glMakeBufferNonResidentNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glMakeBufferResidentNV(int, int)"><B>glMakeBufferResidentNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glMakeImageHandleNonResidentARB(long)"><B>glMakeImageHandleNonResidentARB(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessTexture.html#glMakeImageHandleNonResidentNV(long)"><B>glMakeImageHandleNonResidentNV(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glMakeImageHandleResidentARB(long, int)"><B>glMakeImageHandleResidentARB(long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessTexture.html#glMakeImageHandleResidentNV(long, int)"><B>glMakeImageHandleResidentNV(long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glMakeNamedBufferNonResidentNV(int)"><B>glMakeNamedBufferNonResidentNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glMakeNamedBufferResidentNV(int, int)"><B>glMakeNamedBufferResidentNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glMakeTextureHandleNonResidentARB(long)"><B>glMakeTextureHandleNonResidentARB(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessTexture.html#glMakeTextureHandleNonResidentNV(long)"><B>glMakeTextureHandleNonResidentNV(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glMakeTextureHandleResidentARB(long)"><B>glMakeTextureHandleResidentARB(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessTexture.html#glMakeTextureHandleResidentNV(long)"><B>glMakeTextureHandleResidentNV(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMap1d(int, double, double, int, int, java.nio.DoubleBuffer)"><B>glMap1d(int, double, double, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMap1f(int, float, float, int, int, java.nio.FloatBuffer)"><B>glMap1f(int, float, float, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMap2d(int, double, double, int, int, double, double, int, int, java.nio.DoubleBuffer)"><B>glMap2d(int, double, double, int, int, double, double, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMap2f(int, float, float, int, int, float, float, int, int, java.nio.FloatBuffer)"><B>glMap2f(int, float, float, int, int, float, float, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glMapBuffer(int, int, java.nio.ByteBuffer)"><B>glMapBuffer(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>glMapBuffer maps a GL buffer object to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glMapBuffer(int, int, long, java.nio.ByteBuffer)"><B>glMapBuffer(int, int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>glMapBuffer maps a GL buffer object to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glMapBufferARB(int, int, java.nio.ByteBuffer)"><B>glMapBufferARB(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>glMapBufferARB maps a GL buffer object to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glMapBufferARB(int, int, long, java.nio.ByteBuffer)"><B>glMapBufferARB(int, int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>glMapBufferARB maps a GL buffer object to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengles/OESMapbuffer.html#glMapBufferOES(int, int, java.nio.ByteBuffer)"><B>glMapBufferOES(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</A>
<DD>glMapBufferOES maps a GL buffer object to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengles/OESMapbuffer.html#glMapBufferOES(int, int, long, java.nio.ByteBuffer)"><B>glMapBufferOES(int, int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</A>
<DD>glMapBufferOES maps a GL buffer object to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html#glMapBufferRange(int, long, long, int, java.nio.ByteBuffer)"><B>glMapBufferRange(int, long, long, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMapBufferRange.html" title="class in org.lwjgl.opengl">ARBMapBufferRange</A>
<DD>glMapBufferRange maps a GL buffer object range to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glMapBufferRange(int, long, long, int, java.nio.ByteBuffer)"><B>glMapBufferRange(int, long, long, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>glMapBufferRange maps a GL buffer object range to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glMapBufferRange(int, long, long, int, java.nio.ByteBuffer)"><B>glMapBufferRange(int, long, long, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>glMapBufferRange maps a GL buffer object range to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html#glMapBufferRangeEXT(int, long, long, int, java.nio.ByteBuffer)"><B>glMapBufferRangeEXT(int, long, long, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMapBufferRange.html" title="class in org.lwjgl.opengles">EXTMapBufferRange</A>
<DD>glMapBufferRange maps a GL buffer object range to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#glMapControlPointsNV(int, int, int, int, int, int, int, boolean, java.nio.FloatBuffer)"><B>glMapControlPointsNV(int, int, int, int, int, int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMapGrid1d(int, double, double)"><B>glMapGrid1d(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMapGrid1f(int, float, float)"><B>glMapGrid1f(int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMapGrid2d(int, double, double, int, double, double)"><B>glMapGrid2d(int, double, double, int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMapGrid2f(int, float, float, int, float, float)"><B>glMapGrid2f(int, float, float, int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glMapNamedBuffer(int, int, java.nio.ByteBuffer)"><B>glMapNamedBuffer(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Maps a buffer object's data store.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glMapNamedBuffer(int, int, long, java.nio.ByteBuffer)"><B>glMapNamedBuffer(int, int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Maps a buffer object's data store.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glMapNamedBuffer(int, int, java.nio.ByteBuffer)"><B>glMapNamedBuffer(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Maps a buffer object's data store.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glMapNamedBuffer(int, int, long, java.nio.ByteBuffer)"><B>glMapNamedBuffer(int, int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Maps a buffer object's data store.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMapNamedBufferEXT(int, int, java.nio.ByteBuffer)"><B>glMapNamedBufferEXT(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>glMapNamedBufferEXT maps a GL buffer object to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMapNamedBufferEXT(int, int, long, java.nio.ByteBuffer)"><B>glMapNamedBufferEXT(int, int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>glMapNamedBufferEXT maps a GL buffer object to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glMapNamedBufferRange(int, long, long, int, java.nio.ByteBuffer)"><B>glMapNamedBufferRange(int, long, long, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glMapNamedBufferRange(int, long, long, int, java.nio.ByteBuffer)"><B>glMapNamedBufferRange(int, long, long, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMapNamedBufferRangeEXT(int, long, long, int, java.nio.ByteBuffer)"><B>glMapNamedBufferRangeEXT(int, long, long, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>glMapNamedBufferRangeEXT maps a GL buffer object range to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengl/ATIMapObjectBuffer.html#glMapObjectBufferATI(int, java.nio.ByteBuffer)"><B>glMapObjectBufferATI(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIMapObjectBuffer.html" title="class in org.lwjgl.opengl">ATIMapObjectBuffer</A>
<DD>glMapObjectBufferATI maps an ATI vertex array object to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengl/ATIMapObjectBuffer.html#glMapObjectBufferATI(int, long, java.nio.ByteBuffer)"><B>glMapObjectBufferATI(int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIMapObjectBuffer.html" title="class in org.lwjgl.opengl">ATIMapObjectBuffer</A>
<DD>glMapObjectBufferATI maps an ATI vertex array object to a ByteBuffer.
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#glMapParameterNV(int, int, java.nio.FloatBuffer)"><B>glMapParameterNV(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html#glMapParameterNV(int, int, java.nio.IntBuffer)"><B>glMapParameterNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl">NVEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/INTELMapTexture.html#glMapTexture2DINTEL(int, int, long, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glMapTexture2DINTEL(int, int, long, int, IntBuffer, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl">INTELMapTexture</A>
<DD>The length parameter does not exist in the native API.
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, java.nio.DoubleBuffer)"><B>glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, java.nio.FloatBuffer)"><B>glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, java.nio.DoubleBuffer)"><B>glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html#glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, java.nio.FloatBuffer)"><B>glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexProgramEvaluators.html" title="class in org.lwjgl.opengl">APPLEVertexProgramEvaluators</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMaterial(int, int, java.nio.FloatBuffer)"><B>glMaterial(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMaterial(int, int, java.nio.IntBuffer)"><B>glMaterial(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMaterialf(int, int, float)"><B>glMaterialf(int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMateriali(int, int, int)"><B>glMateriali(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixFrustumEXT(int, double, double, double, double, double, double)"><B>glMatrixFrustumEXT(int, double, double, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#glMatrixIndexPointerARB(int, int, java.nio.ByteBuffer)"><B>glMatrixIndexPointerARB(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#glMatrixIndexPointerARB(int, int, java.nio.IntBuffer)"><B>glMatrixIndexPointerARB(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#glMatrixIndexPointerARB(int, int, java.nio.ShortBuffer)"><B>glMatrixIndexPointerARB(int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#glMatrixIndexPointerARB(int, int, int, long)"><B>glMatrixIndexPointerARB(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#glMatrixIndexuARB(java.nio.ByteBuffer)"><B>glMatrixIndexuARB(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#glMatrixIndexuARB(java.nio.ShortBuffer)"><B>glMatrixIndexuARB(ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html#glMatrixIndexuARB(java.nio.IntBuffer)"><B>glMatrixIndexuARB(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMatrixPalette.html" title="class in org.lwjgl.opengl">ARBMatrixPalette</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixLoadEXT(int, java.nio.FloatBuffer)"><B>glMatrixLoadEXT(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixLoadEXT(int, java.nio.DoubleBuffer)"><B>glMatrixLoadEXT(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixLoadIdentityEXT(int)"><B>glMatrixLoadIdentityEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixLoadTransposeEXT(int, java.nio.FloatBuffer)"><B>glMatrixLoadTransposeEXT(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixLoadTransposeEXT(int, java.nio.DoubleBuffer)"><B>glMatrixLoadTransposeEXT(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMatrixMode(int)"><B>glMatrixMode(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixMultEXT(int, java.nio.FloatBuffer)"><B>glMatrixMultEXT(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixMultEXT(int, java.nio.DoubleBuffer)"><B>glMatrixMultEXT(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixMultTransposeEXT(int, java.nio.FloatBuffer)"><B>glMatrixMultTransposeEXT(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixMultTransposeEXT(int, java.nio.DoubleBuffer)"><B>glMatrixMultTransposeEXT(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixOrthoEXT(int, double, double, double, double, double, double)"><B>glMatrixOrthoEXT(int, double, double, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixPopEXT(int)"><B>glMatrixPopEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixPushEXT(int)"><B>glMatrixPushEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixRotatedEXT(int, double, double, double, double)"><B>glMatrixRotatedEXT(int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixRotatefEXT(int, float, float, float, float)"><B>glMatrixRotatefEXT(int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixScaledEXT(int, double, double, double)"><B>glMatrixScaledEXT(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixScalefEXT(int, float, float, float)"><B>glMatrixScalefEXT(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixTranslatedEXT(int, double, double, double)"><B>glMatrixTranslatedEXT(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMatrixTranslatefEXT(int, float, float, float)"><B>glMatrixTranslatefEXT(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#glMemoryBarrier(int)"><B>glMemoryBarrier(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glMemoryBarrier(int)"><B>glMemoryBarrier(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES31Compatibility.html#glMemoryBarrierByRegion(int)"><B>glMemoryBarrierByRegion(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES31Compatibility.html" title="class in org.lwjgl.opengl">ARBES31Compatibility</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glMemoryBarrierByRegion(int)"><B>glMemoryBarrierByRegion(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html#glMemoryBarrierEXT(int)"><B>glMemoryBarrierEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTShaderImageLoadStore.html" title="class in org.lwjgl.opengl">EXTShaderImageLoadStore</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glMinmax(int, int, boolean)"><B>glMinmax(int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glMinSampleShading(float)"><B>glMinSampleShading(float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSampleShading.html#glMinSampleShadingARB(float)"><B>glMinSampleShadingARB(float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSampleShading.html" title="class in org.lwjgl.opengl">ARBSampleShading</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glMultiDrawArrays(int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glMultiDrawArrays(int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTMultiDrawArrays.html#glMultiDrawArraysEXT(int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glMultiDrawArraysEXT(int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTMultiDrawArrays.html" title="class in org.lwjgl.opengl">EXTMultiDrawArrays</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTMultiDrawArrays.html#glMultiDrawArraysEXT(int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glMultiDrawArraysEXT(int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultiDrawArrays.html" title="class in org.lwjgl.opengles">EXTMultiDrawArrays</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultiDrawIndirect.html#glMultiDrawArraysIndirect(int, java.nio.ByteBuffer, int, int)"><B>glMultiDrawArraysIndirect(int, ByteBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultiDrawIndirect.html" title="class in org.lwjgl.opengl">ARBMultiDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultiDrawIndirect.html#glMultiDrawArraysIndirect(int, long, int, int)"><B>glMultiDrawArraysIndirect(int, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultiDrawIndirect.html" title="class in org.lwjgl.opengl">ARBMultiDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultiDrawIndirect.html#glMultiDrawArraysIndirect(int, java.nio.IntBuffer, int, int)"><B>glMultiDrawArraysIndirect(int, IntBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultiDrawIndirect.html" title="class in org.lwjgl.opengl">ARBMultiDrawIndirect</A>
<DD>Overloads glMultiDrawArraysIndirect.
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glMultiDrawArraysIndirect(int, java.nio.ByteBuffer, int, int)"><B>glMultiDrawArraysIndirect(int, ByteBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glMultiDrawArraysIndirect(int, long, int, int)"><B>glMultiDrawArraysIndirect(int, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glMultiDrawArraysIndirect(int, java.nio.IntBuffer, int, int)"><B>glMultiDrawArraysIndirect(int, IntBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glMultiDrawArraysIndirect.
<DT><A HREF="./org/lwjgl/opengl/AMDMultiDrawIndirect.html#glMultiDrawArraysIndirectAMD(int, java.nio.ByteBuffer, int, int)"><B>glMultiDrawArraysIndirectAMD(int, ByteBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDMultiDrawIndirect.html" title="class in org.lwjgl.opengl">AMDMultiDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDMultiDrawIndirect.html#glMultiDrawArraysIndirectAMD(int, long, int, int)"><B>glMultiDrawArraysIndirectAMD(int, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDMultiDrawIndirect.html" title="class in org.lwjgl.opengl">AMDMultiDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDMultiDrawIndirect.html#glMultiDrawArraysIndirectAMD(int, java.nio.IntBuffer, int, int)"><B>glMultiDrawArraysIndirectAMD(int, IntBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDMultiDrawIndirect.html" title="class in org.lwjgl.opengl">AMDMultiDrawIndirect</A>
<DD>Overloads glMultiDrawArraysIndirectAMD.
<DT><A HREF="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html#glMultiDrawArraysIndirectBindlessNV(int, java.nio.ByteBuffer, int, int, int)"><B>glMultiDrawArraysIndirectBindlessNV(int, ByteBuffer, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html" title="class in org.lwjgl.opengl">NVBindlessMultiDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html#glMultiDrawArraysIndirectBindlessNV(int, long, int, int, int)"><B>glMultiDrawArraysIndirectBindlessNV(int, long, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html" title="class in org.lwjgl.opengl">NVBindlessMultiDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html#glMultiDrawArraysIndirectCountARB(int, java.nio.ByteBuffer, long, int, int)"><B>glMultiDrawArraysIndirectCountARB(int, ByteBuffer, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html#glMultiDrawArraysIndirectCountARB(int, long, long, int, int)"><B>glMultiDrawArraysIndirectCountARB(int, long, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html#glMultiDrawArraysIndirectCountARB(int, java.nio.IntBuffer, long, int, int)"><B>glMultiDrawArraysIndirectCountARB(int, IntBuffer, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</A>
<DD>Overloads glMultiDrawArraysIndirectCountARB.
<DT><A HREF="./org/lwjgl/opengl/APPLEElementArray.html#glMultiDrawElementArrayAPPLE(int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glMultiDrawElementArrayAPPLE(int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultiDrawIndirect.html#glMultiDrawElementsIndirect(int, int, java.nio.ByteBuffer, int, int)"><B>glMultiDrawElementsIndirect(int, int, ByteBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultiDrawIndirect.html" title="class in org.lwjgl.opengl">ARBMultiDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultiDrawIndirect.html#glMultiDrawElementsIndirect(int, int, long, int, int)"><B>glMultiDrawElementsIndirect(int, int, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultiDrawIndirect.html" title="class in org.lwjgl.opengl">ARBMultiDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultiDrawIndirect.html#glMultiDrawElementsIndirect(int, int, java.nio.IntBuffer, int, int)"><B>glMultiDrawElementsIndirect(int, int, IntBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultiDrawIndirect.html" title="class in org.lwjgl.opengl">ARBMultiDrawIndirect</A>
<DD>Overloads glMultiDrawElementsIndirect.
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glMultiDrawElementsIndirect(int, int, java.nio.ByteBuffer, int, int)"><B>glMultiDrawElementsIndirect(int, int, ByteBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glMultiDrawElementsIndirect(int, int, long, int, int)"><B>glMultiDrawElementsIndirect(int, int, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glMultiDrawElementsIndirect(int, int, java.nio.IntBuffer, int, int)"><B>glMultiDrawElementsIndirect(int, int, IntBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glMultiDrawElementsIndirect.
<DT><A HREF="./org/lwjgl/opengl/AMDMultiDrawIndirect.html#glMultiDrawElementsIndirectAMD(int, int, java.nio.ByteBuffer, int, int)"><B>glMultiDrawElementsIndirectAMD(int, int, ByteBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDMultiDrawIndirect.html" title="class in org.lwjgl.opengl">AMDMultiDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDMultiDrawIndirect.html#glMultiDrawElementsIndirectAMD(int, int, long, int, int)"><B>glMultiDrawElementsIndirectAMD(int, int, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDMultiDrawIndirect.html" title="class in org.lwjgl.opengl">AMDMultiDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDMultiDrawIndirect.html#glMultiDrawElementsIndirectAMD(int, int, java.nio.IntBuffer, int, int)"><B>glMultiDrawElementsIndirectAMD(int, int, IntBuffer, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDMultiDrawIndirect.html" title="class in org.lwjgl.opengl">AMDMultiDrawIndirect</A>
<DD>Overloads glMultiDrawElementsIndirectAMD.
<DT><A HREF="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html#glMultiDrawElementsIndirectBindlessNV(int, int, java.nio.ByteBuffer, int, int, int)"><B>glMultiDrawElementsIndirectBindlessNV(int, int, ByteBuffer, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html" title="class in org.lwjgl.opengl">NVBindlessMultiDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html#glMultiDrawElementsIndirectBindlessNV(int, int, long, int, int, int)"><B>glMultiDrawElementsIndirectBindlessNV(int, int, long, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html" title="class in org.lwjgl.opengl">NVBindlessMultiDrawIndirect</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html#glMultiDrawElementsIndirectCountARB(int, int, java.nio.ByteBuffer, long, int, int)"><B>glMultiDrawElementsIndirectCountARB(int, int, ByteBuffer, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html#glMultiDrawElementsIndirectCountARB(int, int, long, long, int, int)"><B>glMultiDrawElementsIndirectCountARB(int, int, long, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html#glMultiDrawElementsIndirectCountARB(int, int, java.nio.IntBuffer, long, int, int)"><B>glMultiDrawElementsIndirectCountARB(int, int, IntBuffer, long, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBIndirectParameters.html" title="class in org.lwjgl.opengl">ARBIndirectParameters</A>
<DD>Overloads glMultiDrawElementsIndirectCountARB.
<DT><A HREF="./org/lwjgl/opengl/APPLEElementArray.html#glMultiDrawRangeElementArrayAPPLE(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glMultiDrawRangeElementArrayAPPLE(int, int, int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEElementArray.html" title="class in org.lwjgl.opengl">APPLEElementArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexBufferEXT(int, int, int, int)"><B>glMultiTexBufferEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glMultiTexCoord1d(int, double)"><B>glMultiTexCoord1d(int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord1dARB(int, double)"><B>glMultiTexCoord1dARB(int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glMultiTexCoord1f(int, float)"><B>glMultiTexCoord1f(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord1fARB(int, float)"><B>glMultiTexCoord1fARB(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glMultiTexCoord1hNV(int, short)"><B>glMultiTexCoord1hNV(int, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord1iARB(int, int)"><B>glMultiTexCoord1iARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord1sARB(int, short)"><B>glMultiTexCoord1sARB(int, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glMultiTexCoord2d(int, double, double)"><B>glMultiTexCoord2d(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord2dARB(int, double, double)"><B>glMultiTexCoord2dARB(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glMultiTexCoord2f(int, float, float)"><B>glMultiTexCoord2f(int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord2fARB(int, float, float)"><B>glMultiTexCoord2fARB(int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glMultiTexCoord2hNV(int, short, short)"><B>glMultiTexCoord2hNV(int, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord2iARB(int, int, int)"><B>glMultiTexCoord2iARB(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord2sARB(int, short, short)"><B>glMultiTexCoord2sARB(int, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glMultiTexCoord3d(int, double, double, double)"><B>glMultiTexCoord3d(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord3dARB(int, double, double, double)"><B>glMultiTexCoord3dARB(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glMultiTexCoord3f(int, float, float, float)"><B>glMultiTexCoord3f(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord3fARB(int, float, float, float)"><B>glMultiTexCoord3fARB(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glMultiTexCoord3hNV(int, short, short, short)"><B>glMultiTexCoord3hNV(int, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord3iARB(int, int, int, int)"><B>glMultiTexCoord3iARB(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord3sARB(int, short, short, short)"><B>glMultiTexCoord3sARB(int, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glMultiTexCoord4d(int, double, double, double, double)"><B>glMultiTexCoord4d(int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord4dARB(int, double, double, double, double)"><B>glMultiTexCoord4dARB(int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glMultiTexCoord4f(int, float, float, float, float)"><B>glMultiTexCoord4f(int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord4fARB(int, float, float, float, float)"><B>glMultiTexCoord4fARB(int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glMultiTexCoord4hNV(int, short, short, short, short)"><B>glMultiTexCoord4hNV(int, short, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord4iARB(int, int, int, int, int)"><B>glMultiTexCoord4iARB(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultitexture.html#glMultiTexCoord4sARB(int, short, short, short, short)"><B>glMultiTexCoord4sARB(int, short, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultitexture.html" title="class in org.lwjgl.opengl">ARBMultitexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP1u(int, int, java.nio.IntBuffer)"><B>glMultiTexCoordP1u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP1u(int, int, java.nio.IntBuffer)"><B>glMultiTexCoordP1u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP1ui(int, int, int)"><B>glMultiTexCoordP1ui(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP1ui(int, int, int)"><B>glMultiTexCoordP1ui(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP2u(int, int, java.nio.IntBuffer)"><B>glMultiTexCoordP2u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP2u(int, int, java.nio.IntBuffer)"><B>glMultiTexCoordP2u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP2ui(int, int, int)"><B>glMultiTexCoordP2ui(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP2ui(int, int, int)"><B>glMultiTexCoordP2ui(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP3u(int, int, java.nio.IntBuffer)"><B>glMultiTexCoordP3u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP3u(int, int, java.nio.IntBuffer)"><B>glMultiTexCoordP3u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP3ui(int, int, int)"><B>glMultiTexCoordP3ui(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP3ui(int, int, int)"><B>glMultiTexCoordP3ui(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP4u(int, int, java.nio.IntBuffer)"><B>glMultiTexCoordP4u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP4u(int, int, java.nio.IntBuffer)"><B>glMultiTexCoordP4u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glMultiTexCoordP4ui(int, int, int)"><B>glMultiTexCoordP4ui(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glMultiTexCoordP4ui(int, int, int)"><B>glMultiTexCoordP4ui(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexCoordPointerEXT(int, int, int, java.nio.DoubleBuffer)"><B>glMultiTexCoordPointerEXT(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexCoordPointerEXT(int, int, int, java.nio.FloatBuffer)"><B>glMultiTexCoordPointerEXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexCoordPointerEXT(int, int, int, int, long)"><B>glMultiTexCoordPointerEXT(int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexEnvEXT(int, int, int, java.nio.FloatBuffer)"><B>glMultiTexEnvEXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexEnvEXT(int, int, int, java.nio.IntBuffer)"><B>glMultiTexEnvEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexEnvfEXT(int, int, int, float)"><B>glMultiTexEnvfEXT(int, int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexEnviEXT(int, int, int, int)"><B>glMultiTexEnviEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexGendEXT(int, int, int, double)"><B>glMultiTexGendEXT(int, int, int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexGenEXT(int, int, int, java.nio.DoubleBuffer)"><B>glMultiTexGenEXT(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexGenEXT(int, int, int, java.nio.FloatBuffer)"><B>glMultiTexGenEXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexGenEXT(int, int, int, java.nio.IntBuffer)"><B>glMultiTexGenEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexGenfEXT(int, int, int, float)"><B>glMultiTexGenfEXT(int, int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexGeniEXT(int, int, int, int)"><B>glMultiTexGeniEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, long)"><B>glMultiTexImage1DEXT(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, long)"><B>glMultiTexImage2DEXT(int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, long)"><B>glMultiTexImage3DEXT(int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameterEXT(int, int, int, java.nio.IntBuffer)"><B>glMultiTexParameterEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameterEXT(int, int, int, java.nio.FloatBuffer)"><B>glMultiTexParameterEXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameterfEXT(int, int, int, float)"><B>glMultiTexParameterfEXT(int, int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameteriEXT(int, int, int, int)"><B>glMultiTexParameteriEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameterIEXT(int, int, int, java.nio.IntBuffer)"><B>glMultiTexParameterIEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameterIEXT(int, int, int, int)"><B>glMultiTexParameterIEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glMultiTexParameterIivEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameterIuEXT(int, int, int, java.nio.IntBuffer)"><B>glMultiTexParameterIuEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexParameterIuEXT(int, int, int, int)"><B>glMultiTexParameterIuEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glMultiTexParameterIuivEXT.
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexRenderbufferEXT(int, int, int)"><B>glMultiTexRenderbufferEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, long)"><B>glMultiTexSubImage1DEXT(int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)"><B>glMultiTexSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)"><B>glMultiTexSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMultMatrix(java.nio.FloatBuffer)"><B>glMultMatrix(FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glMultMatrix(java.nio.DoubleBuffer)"><B>glMultMatrix(DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glMultTransposeMatrix(java.nio.FloatBuffer)"><B>glMultTransposeMatrix(FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glMultTransposeMatrix(java.nio.DoubleBuffer)"><B>glMultTransposeMatrix(DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransposeMatrix.html#glMultTransposeMatrixARB(java.nio.FloatBuffer)"><B>glMultTransposeMatrixARB(FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransposeMatrix.html" title="class in org.lwjgl.opengl">ARBTransposeMatrix</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferData(int, long, int)"><B>glNamedBufferData(int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferData(int, java.nio.ByteBuffer, int)"><B>glNamedBufferData(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferData(int, java.nio.DoubleBuffer, int)"><B>glNamedBufferData(int, DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferData(int, java.nio.FloatBuffer, int)"><B>glNamedBufferData(int, FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferData(int, java.nio.IntBuffer, int)"><B>glNamedBufferData(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferData(int, java.nio.ShortBuffer, int)"><B>glNamedBufferData(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferData(int, long, int)"><B>glNamedBufferData(int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferData(int, java.nio.ByteBuffer, int)"><B>glNamedBufferData(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferData(int, java.nio.DoubleBuffer, int)"><B>glNamedBufferData(int, DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferData(int, java.nio.FloatBuffer, int)"><B>glNamedBufferData(int, FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferData(int, java.nio.IntBuffer, int)"><B>glNamedBufferData(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferData(int, java.nio.ShortBuffer, int)"><B>glNamedBufferData(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferDataEXT(int, long, int)"><B>glNamedBufferDataEXT(int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferDataEXT(int, java.nio.ByteBuffer, int)"><B>glNamedBufferDataEXT(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferDataEXT(int, java.nio.DoubleBuffer, int)"><B>glNamedBufferDataEXT(int, DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferDataEXT(int, java.nio.FloatBuffer, int)"><B>glNamedBufferDataEXT(int, FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferDataEXT(int, java.nio.IntBuffer, int)"><B>glNamedBufferDataEXT(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferDataEXT(int, java.nio.ShortBuffer, int)"><B>glNamedBufferDataEXT(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferStorage(int, java.nio.ByteBuffer, int)"><B>glNamedBufferStorage(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferStorage(int, java.nio.DoubleBuffer, int)"><B>glNamedBufferStorage(int, DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferStorage(int, java.nio.FloatBuffer, int)"><B>glNamedBufferStorage(int, FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferStorage(int, java.nio.IntBuffer, int)"><B>glNamedBufferStorage(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferStorage(int, java.nio.ShortBuffer, int)"><B>glNamedBufferStorage(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferStorage(int, java.nio.LongBuffer, int)"><B>glNamedBufferStorage(int, LongBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferStorage(int, long, int)"><B>glNamedBufferStorage(int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>Overloads glNamedBufferStorage.
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferStorage(int, java.nio.ByteBuffer, int)"><B>glNamedBufferStorage(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferStorage(int, java.nio.DoubleBuffer, int)"><B>glNamedBufferStorage(int, DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferStorage(int, java.nio.FloatBuffer, int)"><B>glNamedBufferStorage(int, FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferStorage(int, java.nio.IntBuffer, int)"><B>glNamedBufferStorage(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferStorage(int, java.nio.ShortBuffer, int)"><B>glNamedBufferStorage(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferStorage(int, java.nio.LongBuffer, int)"><B>glNamedBufferStorage(int, LongBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferStorage(int, long, int)"><B>glNamedBufferStorage(int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>Overloads glNamedBufferStorage.
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#glNamedBufferStorageEXT(int, java.nio.ByteBuffer, int)"><B>glNamedBufferStorageEXT(int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#glNamedBufferStorageEXT(int, java.nio.DoubleBuffer, int)"><B>glNamedBufferStorageEXT(int, DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#glNamedBufferStorageEXT(int, java.nio.FloatBuffer, int)"><B>glNamedBufferStorageEXT(int, FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#glNamedBufferStorageEXT(int, java.nio.IntBuffer, int)"><B>glNamedBufferStorageEXT(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#glNamedBufferStorageEXT(int, java.nio.ShortBuffer, int)"><B>glNamedBufferStorageEXT(int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#glNamedBufferStorageEXT(int, java.nio.LongBuffer, int)"><B>glNamedBufferStorageEXT(int, LongBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferStorage.html#glNamedBufferStorageEXT(int, long, int)"><B>glNamedBufferStorageEXT(int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferStorage.html" title="class in org.lwjgl.opengl">ARBBufferStorage</A>
<DD>Overloads glNamedBufferStorageEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferSubData(int, long, java.nio.ByteBuffer)"><B>glNamedBufferSubData(int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferSubData(int, long, java.nio.DoubleBuffer)"><B>glNamedBufferSubData(int, long, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferSubData(int, long, java.nio.FloatBuffer)"><B>glNamedBufferSubData(int, long, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferSubData(int, long, java.nio.IntBuffer)"><B>glNamedBufferSubData(int, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedBufferSubData(int, long, java.nio.ShortBuffer)"><B>glNamedBufferSubData(int, long, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferSubData(int, long, java.nio.ByteBuffer)"><B>glNamedBufferSubData(int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferSubData(int, long, java.nio.DoubleBuffer)"><B>glNamedBufferSubData(int, long, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferSubData(int, long, java.nio.FloatBuffer)"><B>glNamedBufferSubData(int, long, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferSubData(int, long, java.nio.IntBuffer)"><B>glNamedBufferSubData(int, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedBufferSubData(int, long, java.nio.ShortBuffer)"><B>glNamedBufferSubData(int, long, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferSubDataEXT(int, long, java.nio.ByteBuffer)"><B>glNamedBufferSubDataEXT(int, long, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferSubDataEXT(int, long, java.nio.DoubleBuffer)"><B>glNamedBufferSubDataEXT(int, long, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferSubDataEXT(int, long, java.nio.FloatBuffer)"><B>glNamedBufferSubDataEXT(int, long, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferSubDataEXT(int, long, java.nio.IntBuffer)"><B>glNamedBufferSubDataEXT(int, long, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedBufferSubDataEXT(int, long, java.nio.ShortBuffer)"><B>glNamedBufferSubDataEXT(int, long, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedCopyBufferSubDataEXT(int, int, long, long, long)"><B>glNamedCopyBufferSubDataEXT(int, int, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedFramebufferDrawBuffer(int, int)"><B>glNamedFramebufferDrawBuffer(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedFramebufferDrawBuffer(int, int)"><B>glNamedFramebufferDrawBuffer(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedFramebufferDrawBuffers(int, java.nio.IntBuffer)"><B>glNamedFramebufferDrawBuffers(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedFramebufferDrawBuffers(int, java.nio.IntBuffer)"><B>glNamedFramebufferDrawBuffers(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedFramebufferParameteri(int, int, int)"><B>glNamedFramebufferParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedFramebufferParameteri(int, int, int)"><B>glNamedFramebufferParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html#glNamedFramebufferParameteriEXT(int, int, int)"><B>glNamedFramebufferParameteriEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferNoAttachments.html" title="class in org.lwjgl.opengl">ARBFramebufferNoAttachments</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedFramebufferReadBuffer(int, int)"><B>glNamedFramebufferReadBuffer(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedFramebufferReadBuffer(int, int)"><B>glNamedFramebufferReadBuffer(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedFramebufferRenderbuffer(int, int, int, int)"><B>glNamedFramebufferRenderbuffer(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedFramebufferRenderbuffer(int, int, int, int)"><B>glNamedFramebufferRenderbuffer(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedFramebufferRenderbufferEXT(int, int, int, int)"><B>glNamedFramebufferRenderbufferEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedFramebufferTexture(int, int, int, int)"><B>glNamedFramebufferTexture(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedFramebufferTexture(int, int, int, int)"><B>glNamedFramebufferTexture(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedFramebufferTexture1DEXT(int, int, int, int, int)"><B>glNamedFramebufferTexture1DEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedFramebufferTexture2DEXT(int, int, int, int, int)"><B>glNamedFramebufferTexture2DEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedFramebufferTexture3DEXT(int, int, int, int, int, int)"><B>glNamedFramebufferTexture3DEXT(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedFramebufferTextureEXT(int, int, int, int)"><B>glNamedFramebufferTextureEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedFramebufferTextureFaceEXT(int, int, int, int, int)"><B>glNamedFramebufferTextureFaceEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedFramebufferTextureLayer(int, int, int, int, int)"><B>glNamedFramebufferTextureLayer(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedFramebufferTextureLayer(int, int, int, int, int)"><B>glNamedFramebufferTextureLayer(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedFramebufferTextureLayerEXT(int, int, int, int, int)"><B>glNamedFramebufferTextureLayerEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameter4dEXT(int, int, int, double, double, double, double)"><B>glNamedProgramLocalParameter4dEXT(int, int, int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameter4EXT(int, int, int, java.nio.DoubleBuffer)"><B>glNamedProgramLocalParameter4EXT(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameter4EXT(int, int, int, java.nio.FloatBuffer)"><B>glNamedProgramLocalParameter4EXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameter4fEXT(int, int, int, float, float, float, float)"><B>glNamedProgramLocalParameter4fEXT(int, int, int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameterI4EXT(int, int, int, java.nio.IntBuffer)"><B>glNamedProgramLocalParameterI4EXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameterI4iEXT(int, int, int, int, int, int, int)"><B>glNamedProgramLocalParameterI4iEXT(int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameterI4uEXT(int, int, int, java.nio.IntBuffer)"><B>glNamedProgramLocalParameterI4uEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameterI4uiEXT(int, int, int, int, int, int, int)"><B>glNamedProgramLocalParameterI4uiEXT(int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParameters4EXT(int, int, int, java.nio.FloatBuffer)"><B>glNamedProgramLocalParameters4EXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParametersI4EXT(int, int, int, java.nio.IntBuffer)"><B>glNamedProgramLocalParametersI4EXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramLocalParametersI4uEXT(int, int, int, java.nio.IntBuffer)"><B>glNamedProgramLocalParametersI4uEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramStringEXT(int, int, int, java.nio.ByteBuffer)"><B>glNamedProgramStringEXT(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedProgramStringEXT(int, int, int, java.lang.CharSequence)"><B>glNamedProgramStringEXT(int, int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glNamedProgramStringEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedRenderbufferStorage(int, int, int, int)"><B>glNamedRenderbufferStorage(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedRenderbufferStorage(int, int, int, int)"><B>glNamedRenderbufferStorage(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedRenderbufferStorageEXT(int, int, int, int)"><B>glNamedRenderbufferStorageEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glNamedRenderbufferStorageMultisample(int, int, int, int, int)"><B>glNamedRenderbufferStorageMultisample(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glNamedRenderbufferStorageMultisample(int, int, int, int, int)"><B>glNamedRenderbufferStorageMultisample(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedRenderbufferStorageMultisampleCoverageEXT(int, int, int, int, int, int)"><B>glNamedRenderbufferStorageMultisampleCoverageEXT(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glNamedRenderbufferStorageMultisampleEXT(int, int, int, int, int)"><B>glNamedRenderbufferStorageMultisampleEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glNamedStringARB(int, java.nio.ByteBuffer, java.nio.ByteBuffer)"><B>glNamedStringARB(int, ByteBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html#glNamedStringARB(int, java.lang.CharSequence, java.lang.CharSequence)"><B>glNamedStringARB(int, CharSequence, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShadingLanguageInclude.html" title="class in org.lwjgl.opengl">ARBShadingLanguageInclude</A>
<DD>Overloads glNamedStringARB.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glNewList(int, int)"><B>glNewList(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glNewObjectBufferATI(int, int)"><B>glNewObjectBufferATI(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glNewObjectBufferATI(java.nio.ByteBuffer, int)"><B>glNewObjectBufferATI(ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glNewObjectBufferATI(java.nio.DoubleBuffer, int)"><B>glNewObjectBufferATI(DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glNewObjectBufferATI(java.nio.FloatBuffer, int)"><B>glNewObjectBufferATI(FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glNewObjectBufferATI(java.nio.IntBuffer, int)"><B>glNewObjectBufferATI(IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glNewObjectBufferATI(java.nio.ShortBuffer, int)"><B>glNewObjectBufferATI(ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glNormal3b(byte, byte, byte)"><B>glNormal3b(byte, byte, byte)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glNormal3d(double, double, double)"><B>glNormal3d(double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glNormal3f(float, float, float)"><B>glNormal3f(float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glNormal3hNV(short, short, short)"><B>glNormal3hNV(short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glNormal3i(int, int, int)"><B>glNormal3i(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glNormalFormatNV(int, int)"><B>glNormalFormatNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glNormalP3u(int, java.nio.IntBuffer)"><B>glNormalP3u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glNormalP3u(int, java.nio.IntBuffer)"><B>glNormalP3u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glNormalP3ui(int, int)"><B>glNormalP3ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glNormalP3ui(int, int)"><B>glNormalP3ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glNormalPointer(int, java.nio.ByteBuffer)"><B>glNormalPointer(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glNormalPointer(int, java.nio.DoubleBuffer)"><B>glNormalPointer(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glNormalPointer(int, java.nio.FloatBuffer)"><B>glNormalPointer(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glNormalPointer(int, java.nio.IntBuffer)"><B>glNormalPointer(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glNormalPointer(int, int, long)"><B>glNormalPointer(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glNormalPointer(int, int, java.nio.ByteBuffer)"><B>glNormalPointer(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glNormalPointer.
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glNormalStream3bATI(int, byte, byte, byte)"><B>glNormalStream3bATI(int, byte, byte, byte)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glNormalStream3dATI(int, double, double, double)"><B>glNormalStream3dATI(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glNormalStream3fATI(int, float, float, float)"><B>glNormalStream3fATI(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glNormalStream3iATI(int, int, int, int)"><B>glNormalStream3iATI(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glNormalStream3sATI(int, short, short, short)"><B>glNormalStream3sATI(int, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glObjectLabel(int, int, java.nio.ByteBuffer)"><B>glObjectLabel(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glObjectLabel(int, int, java.lang.CharSequence)"><B>glObjectLabel(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glObjectLabel.
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glObjectLabel(int, int, java.nio.ByteBuffer)"><B>glObjectLabel(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glObjectLabel(int, int, java.lang.CharSequence)"><B>glObjectLabel(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Overloads glObjectLabel.
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glObjectLabel(int, int, java.nio.ByteBuffer)"><B>glObjectLabel(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glObjectLabel(int, int, java.lang.CharSequence)"><B>glObjectLabel(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Overloads glObjectLabel.
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glObjectPtrLabel(org.lwjgl.PointerWrapper, java.nio.ByteBuffer)"><B>glObjectPtrLabel(PointerWrapper, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glObjectPtrLabel(org.lwjgl.PointerWrapper, java.lang.CharSequence)"><B>glObjectPtrLabel(PointerWrapper, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glObjectPtrLabel.
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glObjectPtrLabel(org.lwjgl.PointerWrapper, java.nio.ByteBuffer)"><B>glObjectPtrLabel(PointerWrapper, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glObjectPtrLabel(org.lwjgl.PointerWrapper, java.lang.CharSequence)"><B>glObjectPtrLabel(PointerWrapper, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Overloads glObjectPtrLabel.
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glObjectPtrLabel(org.lwjgl.PointerWrapper, java.nio.ByteBuffer)"><B>glObjectPtrLabel(PointerWrapper, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glObjectPtrLabel(org.lwjgl.PointerWrapper, java.lang.CharSequence)"><B>glObjectPtrLabel(PointerWrapper, CharSequence)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Overloads glObjectPtrLabel.
<DT><A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html#glObjectPurgeableAPPLE(int, int, int)"><B>glObjectPurgeableAPPLE(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html#glObjectUnpurgeableAPPLE(int, int, int)"><B>glObjectUnpurgeableAPPLE(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEObjectPurgeable.html" title="class in org.lwjgl.opengl">APPLEObjectPurgeable</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glOrtho(double, double, double, double, double, double)"><B>glOrtho(double, double, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#glPassTexCoordATI(int, int, int)"><B>glPassTexCoordATI(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPassThrough(float)"><B>glPassThrough(float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#glPatchParameter(int, java.nio.FloatBuffer)"><B>glPatchParameter(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glPatchParameter(int, java.nio.FloatBuffer)"><B>glPatchParameter(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTessellationShader.html#glPatchParameteri(int, int)"><B>glPatchParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTessellationShader.html" title="class in org.lwjgl.opengl">ARBTessellationShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glPatchParameteri(int, int)"><B>glPatchParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#glPathbufferPathNV(int, int, int)"><B>glPathbufferPathNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#glPathbufferPositionNV(int, int, float, float)"><B>glPathbufferPositionNV(int, int, float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathColorGenNV(int, int, int, java.nio.FloatBuffer)"><B>glPathColorGenNV(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathCommandsNV(int, java.nio.ByteBuffer, java.nio.FloatBuffer)"><B>glPathCommandsNV(int, ByteBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathCommandsNV(int, java.nio.ByteBuffer, boolean, java.nio.ByteBuffer)"><B>glPathCommandsNV(int, ByteBuffer, boolean, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathCommandsNV(int, java.nio.ByteBuffer, boolean, java.nio.ShortBuffer)"><B>glPathCommandsNV(int, ByteBuffer, boolean, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathCoordsNV(int, java.nio.FloatBuffer)"><B>glPathCoordsNV(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathCoordsNV(int, boolean, java.nio.ByteBuffer)"><B>glPathCoordsNV(int, boolean, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathCoordsNV(int, boolean, java.nio.ShortBuffer)"><B>glPathCoordsNV(int, boolean, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathCoverDepthFuncNV(int)"><B>glPathCoverDepthFuncNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathDashArrayNV(int, java.nio.FloatBuffer)"><B>glPathDashArrayNV(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathFogGenNV(int)"><B>glPathFogGenNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathGlyphRangeNV(int, int, java.nio.ByteBuffer, int, int, int, int, int, float)"><B>glPathGlyphRangeNV(int, int, ByteBuffer, int, int, int, int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathGlyphsNV(int, int, java.nio.ByteBuffer, int, int, java.nio.ByteBuffer, int, int, float)"><B>glPathGlyphsNV(int, int, ByteBuffer, int, int, ByteBuffer, int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#glPathMatrixNV(int, java.nio.FloatBuffer)"><B>glPathMatrixNV(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathParameterfNV(int, int, float)"><B>glPathParameterfNV(int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#glPathParameterfNV(int, int, float)"><B>glPathParameterfNV(int, int, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathParameteriNV(int, int, int)"><B>glPathParameteriNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#glPathParameteriNV(int, int, int)"><B>glPathParameteriNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathParameterNV(int, int, java.nio.IntBuffer)"><B>glPathParameterNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathParameterNV(int, int, java.nio.FloatBuffer)"><B>glPathParameterNV(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathStencilDepthOffsetNV(float, int)"><B>glPathStencilDepthOffsetNV(float, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathStencilFuncNV(int, int, int)"><B>glPathStencilFuncNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathStringNV(int, int, java.nio.ByteBuffer)"><B>glPathStringNV(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathSubCommandsNV(int, int, int, java.nio.ByteBuffer, java.nio.FloatBuffer)"><B>glPathSubCommandsNV(int, int, int, ByteBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathSubCommandsNV(int, int, int, java.nio.ByteBuffer, boolean, java.nio.ByteBuffer)"><B>glPathSubCommandsNV(int, int, int, ByteBuffer, boolean, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathSubCommandsNV(int, int, int, java.nio.ByteBuffer, boolean, java.nio.ShortBuffer)"><B>glPathSubCommandsNV(int, int, int, ByteBuffer, boolean, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathSubCoordsNV(int, int, java.nio.FloatBuffer)"><B>glPathSubCoordsNV(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathSubCoordsNV(int, int, boolean, java.nio.ByteBuffer)"><B>glPathSubCoordsNV(int, int, boolean, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathSubCoordsNV(int, int, boolean, java.nio.ShortBuffer)"><B>glPathSubCoordsNV(int, int, boolean, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPathTexGenNV(int, int, int, java.nio.FloatBuffer)"><B>glPathTexGenNV(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html#glPathVerticesNV(int, java.nio.ByteBuffer)"><B>glPathVerticesNV(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles">NVDrawPath</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html#glPauseTransformFeedback()"><B>glPauseTransformFeedback()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glPauseTransformFeedback()"><B>glPauseTransformFeedback()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glPauseTransformFeedback()"><B>glPauseTransformFeedback()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html#glPauseTransformFeedbackNV()"><B>glPauseTransformFeedbackNV()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPixelDataRange.html#glPixelDataRangeNV(int, java.nio.ByteBuffer)"><B>glPixelDataRangeNV(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPixelDataRange.html#glPixelDataRangeNV(int, java.nio.DoubleBuffer)"><B>glPixelDataRangeNV(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPixelDataRange.html#glPixelDataRangeNV(int, java.nio.FloatBuffer)"><B>glPixelDataRangeNV(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPixelDataRange.html#glPixelDataRangeNV(int, java.nio.IntBuffer)"><B>glPixelDataRangeNV(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPixelDataRange.html#glPixelDataRangeNV(int, java.nio.ShortBuffer)"><B>glPixelDataRangeNV(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl">NVPixelDataRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPixelMap(int, java.nio.FloatBuffer)"><B>glPixelMap(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPixelMapfv(int, int, long)"><B>glPixelMapfv(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPixelMapu(int, java.nio.IntBuffer)"><B>glPixelMapu(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPixelMapu(int, java.nio.ShortBuffer)"><B>glPixelMapu(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPixelMapuiv(int, int, long)"><B>glPixelMapuiv(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPixelMapusv(int, int, long)"><B>glPixelMapusv(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPixelStoref(int, float)"><B>glPixelStoref(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPixelStorei(int, int)"><B>glPixelStorei(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glPixelStorei(int, int)"><B>glPixelStorei(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPixelTransferf(int, float)"><B>glPixelTransferf(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPixelTransferi(int, int)"><B>glPixelTransferi(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPixelZoom(float, float)"><B>glPixelZoom(float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIPnTriangles.html#glPNTrianglesfATI(int, float)"><B>glPNTrianglesfATI(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIPnTriangles.html#glPNTrianglesiATI(int, int)"><B>glPNTrianglesiATI(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIPnTriangles.html" title="class in org.lwjgl.opengl">ATIPnTriangles</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glPointAlongPathNV(int, int, int, float, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer)"><B>glPointAlongPathNV(int, int, int, float, FloatBuffer, FloatBuffer, FloatBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glPointParameter(int, java.nio.IntBuffer)"><B>glPointParameter(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glPointParameter(int, java.nio.FloatBuffer)"><B>glPointParameter(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBPointParameters.html#glPointParameterARB(int, java.nio.FloatBuffer)"><B>glPointParameterARB(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPointParameters.html" title="class in org.lwjgl.opengl">ARBPointParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPointParameters.html#glPointParameterEXT(int, java.nio.FloatBuffer)"><B>glPointParameterEXT(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPointParameters.html" title="class in org.lwjgl.opengl">EXTPointParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glPointParameterf(int, float)"><B>glPointParameterf(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBPointParameters.html#glPointParameterfARB(int, float)"><B>glPointParameterfARB(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBPointParameters.html" title="class in org.lwjgl.opengl">ARBPointParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTPointParameters.html#glPointParameterfEXT(int, float)"><B>glPointParameterfEXT(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPointParameters.html" title="class in org.lwjgl.opengl">EXTPointParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glPointParameteri(int, int)"><B>glPointParameteri(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPointSprite.html#glPointParameteriNV(int, int)"><B>glPointParameteriNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPointSprite.html" title="class in org.lwjgl.opengl">NVPointSprite</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPointSprite.html#glPointParameterNV(int, java.nio.IntBuffer)"><B>glPointParameterNV(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPointSprite.html" title="class in org.lwjgl.opengl">NVPointSprite</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPointSize(float)"><B>glPointSize(float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPolygonMode(int, int)"><B>glPolygonMode(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPolygonOffset(float, float)"><B>glPolygonOffset(float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glPolygonOffset(float, float)"><B>glPolygonOffset(float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPolygonStipple(java.nio.ByteBuffer)"><B>glPolygonStipple(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPolygonStipple(long)"><B>glPolygonStipple(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPopAttrib()"><B>glPopAttrib()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPopClientAttrib()"><B>glPopClientAttrib()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glPopDebugGroup()"><B>glPopDebugGroup()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glPopDebugGroup()"><B>glPopDebugGroup()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glPopDebugGroup()"><B>glPopDebugGroup()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTDebugMarker.html#glPopGroupMarkerEXT()"><B>glPopGroupMarkerEXT()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugMarker.html" title="class in org.lwjgl.opengles">EXTDebugMarker</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPopMatrix()"><B>glPopMatrix()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPopName()"><B>glPopName()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#glPresentFrameDualFillNV(int, long, int, int, int, int, int, int, int, int, int, int, int)"><B>glPresentFrameDualFillNV(int, long, int, int, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html#glPresentFrameKeyedNV(int, long, int, int, int, int, int, int, int, int, int)"><B>glPresentFrameKeyedNV(int, long, int, int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl">NVPresentVideo</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glPrimitiveRestartIndex(int)"><B>glPrimitiveRestartIndex(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPrimitiveRestart.html#glPrimitiveRestartIndexNV(int)"><B>glPrimitiveRestartIndexNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPrimitiveRestart.html" title="class in org.lwjgl.opengl">NVPrimitiveRestart</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPrimitiveRestart.html#glPrimitiveRestartNV()"><B>glPrimitiveRestartNV()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPrimitiveRestart.html" title="class in org.lwjgl.opengl">NVPrimitiveRestart</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPrioritizeTextures(java.nio.IntBuffer, java.nio.FloatBuffer)"><B>glPrioritizeTextures(IntBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html#glProgramBinary(int, int, java.nio.ByteBuffer)"><B>glProgramBinary(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl">ARBGetProgramBinary</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramBinary(int, int, java.nio.ByteBuffer)"><B>glProgramBinary(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glProgramBinary(int, int, java.nio.ByteBuffer)"><B>glProgramBinary(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESGetProgramBinary.html#glProgramBinaryOES(int, int, java.nio.ByteBuffer)"><B>glProgramBinaryOES(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESGetProgramBinary.html" title="class in org.lwjgl.opengles">OESGetProgramBinary</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html#glProgramBufferParametersINV(int, int, int, java.nio.IntBuffer)"><B>glProgramBufferParametersINV(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html#glProgramBufferParametersIuNV(int, int, int, java.nio.IntBuffer)"><B>glProgramBufferParametersIuNV(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html#glProgramBufferParametersNV(int, int, int, java.nio.FloatBuffer)"><B>glProgramBufferParametersNV(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl">NVParameterBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glProgramEnvParameter4ARB(int, int, java.nio.FloatBuffer)"><B>glProgramEnvParameter4ARB(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glProgramEnvParameter4ARB(int, int, java.nio.DoubleBuffer)"><B>glProgramEnvParameter4ARB(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glProgramEnvParameter4dARB(int, int, double, double, double, double)"><B>glProgramEnvParameter4dARB(int, int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glProgramEnvParameter4fARB(int, int, float, float, float, float)"><B>glProgramEnvParameter4fARB(int, int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramEnvParameterI4iNV(int, int, int, int, int, int)"><B>glProgramEnvParameterI4iNV(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramEnvParameterI4NV(int, int, java.nio.IntBuffer)"><B>glProgramEnvParameterI4NV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramEnvParameterI4uiNV(int, int, int, int, int, int)"><B>glProgramEnvParameterI4uiNV(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramEnvParameterI4uNV(int, int, java.nio.IntBuffer)"><B>glProgramEnvParameterI4uNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuProgramParameters.html#glProgramEnvParameters4EXT(int, int, int, java.nio.FloatBuffer)"><B>glProgramEnvParameters4EXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuProgramParameters.html" title="class in org.lwjgl.opengl">EXTGpuProgramParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramEnvParametersI4NV(int, int, java.nio.IntBuffer)"><B>glProgramEnvParametersI4NV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramEnvParametersI4uNV(int, int, java.nio.IntBuffer)"><B>glProgramEnvParametersI4uNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glProgramLocalParameter4ARB(int, int, java.nio.FloatBuffer)"><B>glProgramLocalParameter4ARB(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glProgramLocalParameter4ARB(int, int, java.nio.DoubleBuffer)"><B>glProgramLocalParameter4ARB(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glProgramLocalParameter4dARB(int, int, double, double, double, double)"><B>glProgramLocalParameter4dARB(int, int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glProgramLocalParameter4fARB(int, int, float, float, float, float)"><B>glProgramLocalParameter4fARB(int, int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramLocalParameterI4iNV(int, int, int, int, int, int)"><B>glProgramLocalParameterI4iNV(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramLocalParameterI4NV(int, int, java.nio.IntBuffer)"><B>glProgramLocalParameterI4NV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramLocalParameterI4uiNV(int, int, int, int, int, int)"><B>glProgramLocalParameterI4uiNV(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramLocalParameterI4uNV(int, int, java.nio.IntBuffer)"><B>glProgramLocalParameterI4uNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuProgramParameters.html#glProgramLocalParameters4EXT(int, int, int, java.nio.FloatBuffer)"><B>glProgramLocalParameters4EXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuProgramParameters.html" title="class in org.lwjgl.opengl">EXTGpuProgramParameters</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramLocalParametersI4NV(int, int, java.nio.IntBuffer)"><B>glProgramLocalParametersI4NV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html#glProgramLocalParametersI4uNV(int, int, java.nio.IntBuffer)"><B>glProgramLocalParametersI4uNV(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl">NVGpuProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram.html#glProgramNamedParameter4dNV(int, java.nio.ByteBuffer, double, double, double, double)"><B>glProgramNamedParameter4dNV(int, ByteBuffer, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram.html#glProgramNamedParameter4fNV(int, java.nio.ByteBuffer, float, float, float, float)"><B>glProgramNamedParameter4fNV(int, ByteBuffer, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl">NVFragmentProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glProgramParameter4dNV(int, int, double, double, double, double)"><B>glProgramParameter4dNV(int, int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glProgramParameter4fNV(int, int, float, float, float, float)"><B>glProgramParameter4fNV(int, int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html#glProgramParameteri(int, int, int)"><B>glProgramParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGetProgramBinary.html" title="class in org.lwjgl.opengl">ARBGetProgramBinary</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramParameteri(int, int, int)"><B>glProgramParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramParameteri(int, int, int)"><B>glProgramParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glProgramParameteri(int, int, int)"><B>glProgramParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html#glProgramParameteriARB(int, int, int)"><B>glProgramParameteriARB(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGeometryShader4.html" title="class in org.lwjgl.opengl">ARBGeometryShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html#glProgramParameteriEXT(int, int, int)"><B>glProgramParameteriEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGeometryShader4.html" title="class in org.lwjgl.opengl">EXTGeometryShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramParameteriEXT(int, int, int)"><B>glProgramParameteriEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glProgramParameters4NV(int, int, java.nio.FloatBuffer)"><B>glProgramParameters4NV(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glProgramParameters4NV(int, int, java.nio.DoubleBuffer)"><B>glProgramParameters4NV(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glProgramStringARB(int, int, java.nio.ByteBuffer)"><B>glProgramStringARB(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProgram.html#glProgramStringARB(int, int, java.lang.CharSequence)"><B>glProgramStringARB(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProgram.html" title="class in org.lwjgl.opengl">ARBProgram</A>
<DD>Overloads glProgramStringARB.
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1(int, int, java.nio.IntBuffer)"><B>glProgramUniform1(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1(int, int, java.nio.FloatBuffer)"><B>glProgramUniform1(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1(int, int, java.nio.DoubleBuffer)"><B>glProgramUniform1(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform1(int, int, java.nio.IntBuffer)"><B>glProgramUniform1(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform1(int, int, java.nio.FloatBuffer)"><B>glProgramUniform1(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform1(int, int, java.nio.DoubleBuffer)"><B>glProgramUniform1(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1d(int, int, double)"><B>glProgramUniform1d(int, int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform1d(int, int, double)"><B>glProgramUniform1d(int, int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform1dEXT(int, int, double)"><B>glProgramUniform1dEXT(int, int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform1EXT(int, int, java.nio.DoubleBuffer)"><B>glProgramUniform1EXT(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform1EXT(int, int, java.nio.FloatBuffer)"><B>glProgramUniform1EXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform1EXT(int, int, java.nio.IntBuffer)"><B>glProgramUniform1EXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform1EXT(int, int, java.nio.IntBuffer)"><B>glProgramUniform1EXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform1EXT(int, int, java.nio.FloatBuffer)"><B>glProgramUniform1EXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1f(int, int, float)"><B>glProgramUniform1f(int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform1f(int, int, float)"><B>glProgramUniform1f(int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform1fEXT(int, int, float)"><B>glProgramUniform1fEXT(int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform1fEXT(int, int, float)"><B>glProgramUniform1fEXT(int, int, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1i(int, int, int)"><B>glProgramUniform1i(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform1i(int, int, int)"><B>glProgramUniform1i(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform1i64NV(int, int, long)"><B>glProgramUniform1i64NV(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform1iEXT(int, int, int)"><B>glProgramUniform1iEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform1iEXT(int, int, int)"><B>glProgramUniform1iEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform1NV(int, int, java.nio.LongBuffer)"><B>glProgramUniform1NV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1u(int, int, java.nio.IntBuffer)"><B>glProgramUniform1u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform1u(int, int, java.nio.IntBuffer)"><B>glProgramUniform1u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform1uEXT(int, int, java.nio.IntBuffer)"><B>glProgramUniform1uEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform1ui(int, int, int)"><B>glProgramUniform1ui(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform1ui(int, int, int)"><B>glProgramUniform1ui(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform1ui64NV(int, int, long)"><B>glProgramUniform1ui64NV(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform1uiEXT(int, int, int)"><B>glProgramUniform1uiEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform1uNV(int, int, java.nio.LongBuffer)"><B>glProgramUniform1uNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2(int, int, java.nio.IntBuffer)"><B>glProgramUniform2(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2(int, int, java.nio.FloatBuffer)"><B>glProgramUniform2(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2(int, int, java.nio.DoubleBuffer)"><B>glProgramUniform2(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform2(int, int, java.nio.IntBuffer)"><B>glProgramUniform2(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform2(int, int, java.nio.FloatBuffer)"><B>glProgramUniform2(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform2(int, int, java.nio.DoubleBuffer)"><B>glProgramUniform2(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2d(int, int, double, double)"><B>glProgramUniform2d(int, int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform2d(int, int, double, double)"><B>glProgramUniform2d(int, int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform2dEXT(int, int, double, double)"><B>glProgramUniform2dEXT(int, int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform2EXT(int, int, java.nio.DoubleBuffer)"><B>glProgramUniform2EXT(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform2EXT(int, int, java.nio.FloatBuffer)"><B>glProgramUniform2EXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform2EXT(int, int, java.nio.IntBuffer)"><B>glProgramUniform2EXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform2EXT(int, int, java.nio.IntBuffer)"><B>glProgramUniform2EXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform2EXT(int, int, java.nio.FloatBuffer)"><B>glProgramUniform2EXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2f(int, int, float, float)"><B>glProgramUniform2f(int, int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform2f(int, int, float, float)"><B>glProgramUniform2f(int, int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform2fEXT(int, int, float, float)"><B>glProgramUniform2fEXT(int, int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform2fEXT(int, int, float, float)"><B>glProgramUniform2fEXT(int, int, float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2i(int, int, int, int)"><B>glProgramUniform2i(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform2i(int, int, int, int)"><B>glProgramUniform2i(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform2i64NV(int, int, long, long)"><B>glProgramUniform2i64NV(int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform2iEXT(int, int, int, int)"><B>glProgramUniform2iEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform2iEXT(int, int, int, int)"><B>glProgramUniform2iEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform2NV(int, int, java.nio.LongBuffer)"><B>glProgramUniform2NV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2u(int, int, java.nio.IntBuffer)"><B>glProgramUniform2u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform2u(int, int, java.nio.IntBuffer)"><B>glProgramUniform2u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform2uEXT(int, int, java.nio.IntBuffer)"><B>glProgramUniform2uEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform2ui(int, int, int, int)"><B>glProgramUniform2ui(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform2ui(int, int, int, int)"><B>glProgramUniform2ui(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform2ui64NV(int, int, long, long)"><B>glProgramUniform2ui64NV(int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform2uiEXT(int, int, int, int)"><B>glProgramUniform2uiEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform2uNV(int, int, java.nio.LongBuffer)"><B>glProgramUniform2uNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3(int, int, java.nio.IntBuffer)"><B>glProgramUniform3(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3(int, int, java.nio.FloatBuffer)"><B>glProgramUniform3(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3(int, int, java.nio.DoubleBuffer)"><B>glProgramUniform3(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform3(int, int, java.nio.IntBuffer)"><B>glProgramUniform3(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform3(int, int, java.nio.FloatBuffer)"><B>glProgramUniform3(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform3(int, int, java.nio.DoubleBuffer)"><B>glProgramUniform3(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3d(int, int, double, double, double)"><B>glProgramUniform3d(int, int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform3d(int, int, double, double, double)"><B>glProgramUniform3d(int, int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform3dEXT(int, int, double, double, double)"><B>glProgramUniform3dEXT(int, int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform3EXT(int, int, java.nio.DoubleBuffer)"><B>glProgramUniform3EXT(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform3EXT(int, int, java.nio.FloatBuffer)"><B>glProgramUniform3EXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform3EXT(int, int, java.nio.IntBuffer)"><B>glProgramUniform3EXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform3EXT(int, int, java.nio.IntBuffer)"><B>glProgramUniform3EXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform3EXT(int, int, java.nio.FloatBuffer)"><B>glProgramUniform3EXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3f(int, int, float, float, float)"><B>glProgramUniform3f(int, int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform3f(int, int, float, float, float)"><B>glProgramUniform3f(int, int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform3fEXT(int, int, float, float, float)"><B>glProgramUniform3fEXT(int, int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform3fEXT(int, int, float, float, float)"><B>glProgramUniform3fEXT(int, int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3i(int, int, int, int, int)"><B>glProgramUniform3i(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform3i(int, int, int, int, int)"><B>glProgramUniform3i(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform3i64NV(int, int, long, long, long)"><B>glProgramUniform3i64NV(int, int, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform3iEXT(int, int, int, int, int)"><B>glProgramUniform3iEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform3iEXT(int, int, int, int, int)"><B>glProgramUniform3iEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform3NV(int, int, java.nio.LongBuffer)"><B>glProgramUniform3NV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3u(int, int, java.nio.IntBuffer)"><B>glProgramUniform3u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform3u(int, int, java.nio.IntBuffer)"><B>glProgramUniform3u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform3uEXT(int, int, java.nio.IntBuffer)"><B>glProgramUniform3uEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform3ui(int, int, int, int, int)"><B>glProgramUniform3ui(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform3ui(int, int, int, int, int)"><B>glProgramUniform3ui(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform3ui64NV(int, int, long, long, long)"><B>glProgramUniform3ui64NV(int, int, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform3uiEXT(int, int, int, int, int)"><B>glProgramUniform3uiEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform3uNV(int, int, java.nio.LongBuffer)"><B>glProgramUniform3uNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4(int, int, java.nio.IntBuffer)"><B>glProgramUniform4(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4(int, int, java.nio.FloatBuffer)"><B>glProgramUniform4(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4(int, int, java.nio.DoubleBuffer)"><B>glProgramUniform4(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform4(int, int, java.nio.IntBuffer)"><B>glProgramUniform4(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform4(int, int, java.nio.FloatBuffer)"><B>glProgramUniform4(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform4(int, int, java.nio.DoubleBuffer)"><B>glProgramUniform4(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4d(int, int, double, double, double, double)"><B>glProgramUniform4d(int, int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform4d(int, int, double, double, double, double)"><B>glProgramUniform4d(int, int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform4dEXT(int, int, double, double, double, double)"><B>glProgramUniform4dEXT(int, int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniform4EXT(int, int, java.nio.DoubleBuffer)"><B>glProgramUniform4EXT(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform4EXT(int, int, java.nio.FloatBuffer)"><B>glProgramUniform4EXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform4EXT(int, int, java.nio.IntBuffer)"><B>glProgramUniform4EXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform4EXT(int, int, java.nio.IntBuffer)"><B>glProgramUniform4EXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform4EXT(int, int, java.nio.FloatBuffer)"><B>glProgramUniform4EXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4f(int, int, float, float, float, float)"><B>glProgramUniform4f(int, int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform4f(int, int, float, float, float, float)"><B>glProgramUniform4f(int, int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform4fEXT(int, int, float, float, float, float)"><B>glProgramUniform4fEXT(int, int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform4fEXT(int, int, float, float, float, float)"><B>glProgramUniform4fEXT(int, int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4i(int, int, int, int, int, int)"><B>glProgramUniform4i(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform4i(int, int, int, int, int, int)"><B>glProgramUniform4i(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform4i64NV(int, int, long, long, long, long)"><B>glProgramUniform4i64NV(int, int, long, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform4iEXT(int, int, int, int, int, int)"><B>glProgramUniform4iEXT(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniform4iEXT(int, int, int, int, int, int)"><B>glProgramUniform4iEXT(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform4NV(int, int, java.nio.LongBuffer)"><B>glProgramUniform4NV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4u(int, int, java.nio.IntBuffer)"><B>glProgramUniform4u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform4u(int, int, java.nio.IntBuffer)"><B>glProgramUniform4u(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform4uEXT(int, int, java.nio.IntBuffer)"><B>glProgramUniform4uEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniform4ui(int, int, int, int, int, int)"><B>glProgramUniform4ui(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniform4ui(int, int, int, int, int, int)"><B>glProgramUniform4ui(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform4ui64NV(int, int, long, long, long, long)"><B>glProgramUniform4ui64NV(int, int, long, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniform4uiEXT(int, int, int, int, int, int)"><B>glProgramUniform4uiEXT(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glProgramUniform4uNV(int, int, java.nio.LongBuffer)"><B>glProgramUniform4uNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glProgramUniformHandleuARB(int, int, java.nio.LongBuffer)"><B>glProgramUniformHandleuARB(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glProgramUniformHandleui64ARB(int, int, long)"><B>glProgramUniformHandleui64ARB(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessTexture.html#glProgramUniformHandleui64NV(int, int, long)"><B>glProgramUniformHandleui64NV(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessTexture.html#glProgramUniformHandleuNV(int, int, java.nio.LongBuffer)"><B>glProgramUniformHandleuNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix2(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix2(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix2(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix2(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix2(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix2(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix2(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix2(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix2EXT(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix2EXT(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix2EXT(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix2EXT(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniformMatrix2EXT(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix2EXT(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix2x3(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix2x3(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix2x3(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix2x3(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix2x3(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix2x3(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix2x3(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix2x3(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix2x3EXT(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix2x3EXT(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix2x3EXT(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix2x3EXT(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix2x4(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix2x4(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix2x4(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix2x4(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix2x4(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix2x4(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix2x4(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix2x4(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix2x4EXT(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix2x4EXT(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix2x4EXT(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix2x4EXT(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix3(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix3(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix3(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix3(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix3(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix3(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix3(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix3(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix3EXT(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix3EXT(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix3EXT(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix3EXT(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniformMatrix3EXT(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix3EXT(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix3x2(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix3x2(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix3x2(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix3x2(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix3x2(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix3x2(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix3x2(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix3x2(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix3x2EXT(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix3x2EXT(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix3x2EXT(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix3x2EXT(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix3x4(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix3x4(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix3x4(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix3x4(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix3x4(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix3x4(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix3x4(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix3x4(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix3x4EXT(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix3x4EXT(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix3x4EXT(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix3x4EXT(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix4(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix4(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix4(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix4(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix4(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix4(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix4(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix4(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix4EXT(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix4EXT(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix4EXT(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix4EXT(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glProgramUniformMatrix4EXT(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix4EXT(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix4x2(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix4x2(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix4x2(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix4x2(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix4x2(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix4x2(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix4x2(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix4x2(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix4x2EXT(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix4x2EXT(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix4x2EXT(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix4x2EXT(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix4x3(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix4x3(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glProgramUniformMatrix4x3(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix4x3(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix4x3(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix4x3(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glProgramUniformMatrix4x3(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix4x3(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glProgramUniformMatrix4x3EXT(int, int, boolean, java.nio.DoubleBuffer)"><B>glProgramUniformMatrix4x3EXT(int, int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glProgramUniformMatrix4x3EXT(int, int, boolean, java.nio.FloatBuffer)"><B>glProgramUniformMatrix4x3EXT(int, int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glProgramUniformui64NV(int, int, long)"><B>glProgramUniformui64NV(int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glProgramUniformuNV(int, int, java.nio.LongBuffer)"><B>glProgramUniformuNV(int, int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html#glProgramVertexLimitNV(int, int)"><B>glProgramVertexLimitNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl">NVGeometryProgram4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBProvokingVertex.html#glProvokingVertex(int)"><B>glProvokingVertex(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBProvokingVertex.html" title="class in org.lwjgl.opengl">ARBProvokingVertex</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glProvokingVertex(int)"><B>glProvokingVertex(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTProvokingVertex.html#glProvokingVertexEXT(int)"><B>glProvokingVertexEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTProvokingVertex.html" title="class in org.lwjgl.opengl">EXTProvokingVertex</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPushAttrib(int)"><B>glPushAttrib(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPushClientAttrib(int)"><B>glPushClientAttrib(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glPushClientAttribDefaultEXT(int)"><B>glPushClientAttribDefaultEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glPushDebugGroup(int, int, java.nio.ByteBuffer)"><B>glPushDebugGroup(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glPushDebugGroup(int, int, java.lang.CharSequence)"><B>glPushDebugGroup(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>Overloads glPushDebugGroup.
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glPushDebugGroup(int, int, java.nio.ByteBuffer)"><B>glPushDebugGroup(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html#glPushDebugGroup(int, int, java.lang.CharSequence)"><B>glPushDebugGroup(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl">KHRDebug</A>
<DD>Overloads glPushDebugGroup.
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glPushDebugGroup(int, int, java.nio.ByteBuffer)"><B>glPushDebugGroup(int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html#glPushDebugGroup(int, int, java.lang.CharSequence)"><B>glPushDebugGroup(int, int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles">KHRDebug</A>
<DD>Overloads glPushDebugGroup.
<DT><A HREF="./org/lwjgl/opengles/EXTDebugMarker.html#glPushGroupMarkerEXT(java.nio.ByteBuffer)"><B>glPushGroupMarkerEXT(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugMarker.html" title="class in org.lwjgl.opengles">EXTDebugMarker</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTDebugMarker.html#glPushGroupMarkerEXT(java.lang.CharSequence)"><B>glPushGroupMarkerEXT(CharSequence)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTDebugMarker.html" title="class in org.lwjgl.opengles">EXTDebugMarker</A>
<DD>Overloads glPushGroupMarkerEXT.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPushMatrix()"><B>glPushMatrix()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glPushName(int)"><B>glPushName(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPresentVideoUtil.html#glQueryContextNV(int, java.nio.IntBuffer)"><B>glQueryContextNV(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPresentVideoUtil.html" title="class in org.lwjgl.opengl">NVPresentVideoUtil</A>
<DD>Queries an attribute associated with the current context.
<DT><A HREF="./org/lwjgl/opengl/ARBTimerQuery.html#glQueryCounter(int, int)"><B>glQueryCounter(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTimerQuery.html" title="class in org.lwjgl.opengl">ARBTimerQuery</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glQueryCounter(int, int)"><B>glQueryCounter(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCaptureUtil.html#glQueryVideoCaptureDeviceNV(long, int, java.nio.IntBuffer)"><B>glQueryVideoCaptureDeviceNV(long, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCaptureUtil.html" title="class in org.lwjgl.opengl">NVVideoCaptureUtil</A>
<DD>Use this method to query the unique ID of the physical device backing a
video capture device handle.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRasterPos2d(double, double)"><B>glRasterPos2d(double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRasterPos2f(float, float)"><B>glRasterPos2f(float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRasterPos2i(int, int)"><B>glRasterPos2i(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRasterPos3d(double, double, double)"><B>glRasterPos3d(double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRasterPos3f(float, float, float)"><B>glRasterPos3f(float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRasterPos3i(int, int, int)"><B>glRasterPos3i(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRasterPos4d(double, double, double, double)"><B>glRasterPos4d(double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRasterPos4f(float, float, float, float)"><B>glRasterPos4f(float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRasterPos4i(int, int, int, int)"><B>glRasterPos4i(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glReadBuffer(int)"><B>glReadBuffer(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glReadBuffer(int)"><B>glReadBuffer(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html#glReadBufferIndexedEXT(int, int)"><B>glReadBufferIndexedEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultiviewDrawBuffers.html" title="class in org.lwjgl.opengles">EXTMultiviewDrawBuffers</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVReadBuffer.html#glReadBufferNV(int)"><B>glReadBufferNV(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVReadBuffer.html" title="class in org.lwjgl.opengles">NVReadBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glReadnPixels(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glReadnPixels(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glReadnPixels(int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glReadnPixels(int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glReadnPixels(int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glReadnPixels(int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glReadnPixels(int, int, int, int, int, int, java.nio.IntBuffer)"><B>glReadnPixels(int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glReadnPixels(int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glReadnPixels(int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glReadnPixels(int, int, int, int, int, int, int, long)"><B>glReadnPixels(int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#glReadnPixels(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glReadnPixels(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#glReadnPixels(int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glReadnPixels(int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#glReadnPixels(int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glReadnPixels(int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#glReadnPixels(int, int, int, int, int, int, java.nio.IntBuffer)"><B>glReadnPixels(int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#glReadnPixels(int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glReadnPixels(int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html#glReadnPixels(int, int, int, int, int, int, int, long)"><B>glReadnPixels(int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl">KHRRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glReadnPixelsARB(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glReadnPixelsARB(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glReadnPixelsARB(int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glReadnPixelsARB(int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glReadnPixelsARB(int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glReadnPixelsARB(int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glReadnPixelsARB(int, int, int, int, int, int, java.nio.IntBuffer)"><B>glReadnPixelsARB(int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glReadnPixelsARB(int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glReadnPixelsARB(int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBRobustness.html#glReadnPixelsARB(int, int, int, int, int, int, int, long)"><B>glReadnPixelsARB(int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBRobustness.html" title="class in org.lwjgl.opengl">ARBRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#glReadnPixelsEXT(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glReadnPixelsEXT(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#glReadnPixelsEXT(int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glReadnPixelsEXT(int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#glReadnPixelsEXT(int, int, int, int, int, int, java.nio.IntBuffer)"><B>glReadnPixelsEXT(int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTRobustness.html#glReadnPixelsEXT(int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glReadnPixelsEXT(int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTRobustness.html" title="class in org.lwjgl.opengles">EXTRobustness</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glReadPixels(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glReadPixels(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glReadPixels(int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glReadPixels(int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glReadPixels(int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glReadPixels(int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glReadPixels(int, int, int, int, int, int, java.nio.IntBuffer)"><B>glReadPixels(int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glReadPixels(int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glReadPixels(int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glReadPixels(int, int, int, int, int, int, long)"><B>glReadPixels(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glReadPixels(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glReadPixels(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glReadPixels(int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glReadPixels(int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glReadPixels(int, int, int, int, int, int, java.nio.IntBuffer)"><B>glReadPixels(int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glReadPixels(int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glReadPixels(int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRectd(double, double, double, double)"><B>glRectd(double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRectf(float, float, float, float)"><B>glRectf(float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRecti(int, int, int, int)"><B>glRecti(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#glReleaseShaderCompiler()"><B>glReleaseShaderCompiler()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glReleaseShaderCompiler()"><B>glReleaseShaderCompiler()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glReleaseShaderCompiler()"><B>glReleaseShaderCompiler()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCaptureUtil.html#glReleaseVideoCaptureDeviceNV(long)"><B>glReleaseVideoCaptureDeviceNV(long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCaptureUtil.html" title="class in org.lwjgl.opengl">NVVideoCaptureUtil</A>
<DD>Use this method when finished capturing data on a locked video capture device
to unlock it.
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glRenderbufferStorage(int, int, int, int)"><B>glRenderbufferStorage(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glRenderbufferStorage(int, int, int, int)"><B>glRenderbufferStorage(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glRenderbufferStorage(int, int, int, int)"><B>glRenderbufferStorage(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html#glRenderbufferStorageEXT(int, int, int, int)"><B>glRenderbufferStorageEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferObject.html" title="class in org.lwjgl.opengl">EXTFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html#glRenderbufferStorageMultisample(int, int, int, int, int)"><B>glRenderbufferStorageMultisample(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferObject.html" title="class in org.lwjgl.opengl">ARBFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glRenderbufferStorageMultisample(int, int, int, int, int)"><B>glRenderbufferStorageMultisample(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Establishes the data storage, format, dimensions, and number of
samples of a renderbuffer object's image.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glRenderbufferStorageMultisample(int, int, int, int, int)"><B>glRenderbufferStorageMultisample(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Establishes the data storage, format, dimensions, and number of
samples of a renderbuffer object's image.
<DT><A HREF="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html#glRenderbufferStorageMultisampleANGLE(int, int, int, int, int)"><B>glRenderbufferStorageMultisampleANGLE(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ANGLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">ANGLEFramebufferMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#glRenderbufferStorageMultisampleAPPLE(int, int, int, int, int)"><B>glRenderbufferStorageMultisampleAPPLE(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html#glRenderbufferStorageMultisampleCoverageNV(int, int, int, int, int, int)"><B>glRenderbufferStorageMultisampleCoverageNV(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html" title="class in org.lwjgl.opengl">NVFramebufferMultisampleCoverage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferMultisample.html#glRenderbufferStorageMultisampleEXT(int, int, int, int, int)"><B>glRenderbufferStorageMultisampleEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferMultisample.html" title="class in org.lwjgl.opengl">EXTFramebufferMultisample</A>
<DD>Establishes the data storage, format, dimensions, and number of
samples of a renderbuffer object's image.
<DT><A HREF="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html#glRenderbufferStorageMultisampleEXT(int, int, int, int, int)"><B>glRenderbufferStorageMultisampleEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">EXTMultisampledRenderToTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html#glRenderbufferStorageMultisampleIMG(int, int, int, int, int)"><B>glRenderbufferStorageMultisampleIMG(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles">IMGMultisampledRenderToTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html#glRenderbufferStorageOES(int, int, int, int)"><B>glRenderbufferStorageOES(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles">OESFramebufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRenderMode(int)"><B>glRenderMode(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glRequestResidentProgramsNV(java.nio.IntBuffer)"><B>glRequestResidentProgramsNV(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#glRequestResidentProgramsNV(int)"><B>glRequestResidentProgramsNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>Overloads glRequestResidentProgramsNV.
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glResetHistogram(int)"><B>glResetHistogram(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glResetMinmax(int)"><B>glResetMinmax(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html#glResolveMultisampleFramebufferAPPLE()"><B>glResolveMultisampleFramebufferAPPLE()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLEFramebufferMultisample.html" title="class in org.lwjgl.opengles">APPLEFramebufferMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html#glResumeTransformFeedback()"><B>glResumeTransformFeedback()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTransformFeedback2.html" title="class in org.lwjgl.opengl">ARBTransformFeedback2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glResumeTransformFeedback()"><B>glResumeTransformFeedback()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glResumeTransformFeedback()"><B>glResumeTransformFeedback()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html#glResumeTransformFeedbackNV()"><B>glResumeTransformFeedbackNV()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl">NVTransformFeedback2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRotated(double, double, double, double)"><B>glRotated(double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glRotatef(float, float, float, float)"><B>glRotatef(float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL13.html#glSampleCoverage(float, boolean)"><B>glSampleCoverage(float, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL13.html" title="class in org.lwjgl.opengl">GL13</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glSampleCoverage(float, boolean)"><B>glSampleCoverage(float, boolean)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBMultisample.html#glSampleCoverageARB(float, boolean)"><B>glSampleCoverageARB(float, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBMultisample.html" title="class in org.lwjgl.opengl">ARBMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#glSampleMapATI(int, int, int)"><B>glSampleMapATI(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#glSampleMaski(int, int)"><B>glSampleMaski(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glSampleMaski(int, int)"><B>glSampleMaski(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#glSampleMaskIndexedNV(int, int)"><B>glSampleMaskIndexedNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glSamplerParameter(int, int, java.nio.IntBuffer)"><B>glSamplerParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glSamplerParameter(int, int, java.nio.FloatBuffer)"><B>glSamplerParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glSamplerParameter(int, int, java.nio.IntBuffer)"><B>glSamplerParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glSamplerParameter(int, int, java.nio.FloatBuffer)"><B>glSamplerParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glSamplerParameter(int, int, java.nio.IntBuffer)"><B>glSamplerParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glSamplerParameter(int, int, java.nio.FloatBuffer)"><B>glSamplerParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glSamplerParameterf(int, int, float)"><B>glSamplerParameterf(int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glSamplerParameterf(int, int, float)"><B>glSamplerParameterf(int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glSamplerParameterf(int, int, float)"><B>glSamplerParameterf(int, int, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glSamplerParameteri(int, int, int)"><B>glSamplerParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glSamplerParameterI(int, int, java.nio.IntBuffer)"><B>glSamplerParameterI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glSamplerParameteri(int, int, int)"><B>glSamplerParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glSamplerParameterI(int, int, java.nio.IntBuffer)"><B>glSamplerParameterI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glSamplerParameteri(int, int, int)"><B>glSamplerParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html#glSamplerParameterIu(int, int, java.nio.IntBuffer)"><B>glSamplerParameterIu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSamplerObjects.html" title="class in org.lwjgl.opengl">ARBSamplerObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glSamplerParameterIu(int, int, java.nio.IntBuffer)"><B>glSamplerParameterIu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glScaled(double, double, double)"><B>glScaled(double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glScalef(float, float, float)"><B>glScalef(float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glScissor(int, int, int, int)"><B>glScissor(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glScissor(int, int, int, int)"><B>glScissor(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glScissorArray(int, java.nio.IntBuffer)"><B>glScissorArray(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glScissorArray(int, java.nio.IntBuffer)"><B>glScissorArray(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glScissorIndexed(int, int, int, int, int)"><B>glScissorIndexed(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glScissorIndexed(int, java.nio.IntBuffer)"><B>glScissorIndexed(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glScissorIndexed(int, int, int, int, int)"><B>glScissorIndexed(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glScissorIndexed(int, java.nio.IntBuffer)"><B>glScissorIndexed(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glSecondaryColor3b(byte, byte, byte)"><B>glSecondaryColor3b(byte, byte, byte)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColor3bEXT(byte, byte, byte)"><B>glSecondaryColor3bEXT(byte, byte, byte)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glSecondaryColor3d(double, double, double)"><B>glSecondaryColor3d(double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColor3dEXT(double, double, double)"><B>glSecondaryColor3dEXT(double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glSecondaryColor3f(float, float, float)"><B>glSecondaryColor3f(float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColor3fEXT(float, float, float)"><B>glSecondaryColor3fEXT(float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glSecondaryColor3hNV(short, short, short)"><B>glSecondaryColor3hNV(short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glSecondaryColor3ub(byte, byte, byte)"><B>glSecondaryColor3ub(byte, byte, byte)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColor3ubEXT(byte, byte, byte)"><B>glSecondaryColor3ubEXT(byte, byte, byte)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glSecondaryColorFormatNV(int, int, int)"><B>glSecondaryColorFormatNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glSecondaryColorP3u(int, java.nio.IntBuffer)"><B>glSecondaryColorP3u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glSecondaryColorP3u(int, java.nio.IntBuffer)"><B>glSecondaryColorP3u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glSecondaryColorP3ui(int, int)"><B>glSecondaryColorP3ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glSecondaryColorP3ui(int, int)"><B>glSecondaryColorP3ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glSecondaryColorPointer(int, int, java.nio.DoubleBuffer)"><B>glSecondaryColorPointer(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glSecondaryColorPointer(int, int, java.nio.FloatBuffer)"><B>glSecondaryColorPointer(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glSecondaryColorPointer(int, boolean, int, java.nio.ByteBuffer)"><B>glSecondaryColorPointer(int, boolean, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glSecondaryColorPointer(int, int, int, long)"><B>glSecondaryColorPointer(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColorPointerEXT(int, int, java.nio.DoubleBuffer)"><B>glSecondaryColorPointerEXT(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColorPointerEXT(int, int, java.nio.FloatBuffer)"><B>glSecondaryColorPointerEXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColorPointerEXT(int, boolean, int, java.nio.ByteBuffer)"><B>glSecondaryColorPointerEXT(int, boolean, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html#glSecondaryColorPointerEXT(int, int, int, long)"><B>glSecondaryColorPointerEXT(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSecondaryColor.html" title="class in org.lwjgl.opengl">EXTSecondaryColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glSelectBuffer(java.nio.IntBuffer)"><B>glSelectBuffer(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glSelectPerfMonitorCountersAMD(int, boolean, int, java.nio.IntBuffer)"><B>glSelectPerfMonitorCountersAMD(int, boolean, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html#glSelectPerfMonitorCountersAMD(int, boolean, int, int)"><B>glSelectPerfMonitorCountersAMD(int, boolean, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengl">AMDPerformanceMonitor</A>
<DD>Overloads glSelectPerfMonitorCountersAMD.
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glSelectPerfMonitorCountersAMD(int, boolean, int, java.nio.IntBuffer)"><B>glSelectPerfMonitorCountersAMD(int, boolean, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html#glSelectPerfMonitorCountersAMD(int, boolean, int, int)"><B>glSelectPerfMonitorCountersAMD(int, boolean, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/AMDPerformanceMonitor.html" title="class in org.lwjgl.opengles">AMDPerformanceMonitor</A>
<DD>Overloads glSelectPerfMonitorCountersAMD.
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ByteBuffer, java.nio.ByteBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, ByteBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ByteBuffer, java.nio.DoubleBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, ByteBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ByteBuffer, java.nio.FloatBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, ByteBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ByteBuffer, java.nio.IntBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, ByteBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ByteBuffer, java.nio.ShortBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, ByteBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.DoubleBuffer, java.nio.ByteBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, DoubleBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.DoubleBuffer, java.nio.DoubleBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, DoubleBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.DoubleBuffer, java.nio.FloatBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, DoubleBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.DoubleBuffer, java.nio.IntBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, DoubleBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.DoubleBuffer, java.nio.ShortBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, DoubleBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.FloatBuffer, java.nio.ByteBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, FloatBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.FloatBuffer, java.nio.DoubleBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, FloatBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.FloatBuffer, java.nio.FloatBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, FloatBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.FloatBuffer, java.nio.IntBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, FloatBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.FloatBuffer, java.nio.ShortBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, FloatBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.IntBuffer, java.nio.ByteBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, IntBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.IntBuffer, java.nio.DoubleBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, IntBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.IntBuffer, java.nio.FloatBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, IntBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.IntBuffer, java.nio.IntBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, IntBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.IntBuffer, java.nio.ShortBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, IntBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ShortBuffer, java.nio.ByteBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, ShortBuffer, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ShortBuffer, java.nio.DoubleBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, ShortBuffer, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ShortBuffer, java.nio.FloatBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, ShortBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ShortBuffer, java.nio.IntBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, ShortBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, java.nio.ShortBuffer, java.nio.ShortBuffer)"><B>glSeparableFilter2D(int, int, int, int, int, int, ShortBuffer, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBImaging.html#glSeparableFilter2D(int, int, int, int, int, int, long, long)"><B>glSeparableFilter2D(int, int, int, int, int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBImaging.html" title="class in org.lwjgl.opengl">ARBImaging</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEFence.html#glSetFenceAPPLE(int)"><B>glSetFenceAPPLE(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFence.html#glSetFenceNV(int, int)"><B>glSetFenceNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFence.html#glSetFenceNV(int, int)"><B>glSetFenceNV(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIFragmentShader.html#glSetFragmentShaderConstantATI(int, java.nio.FloatBuffer)"><B>glSetFragmentShaderConstantATI(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIFragmentShader.html" title="class in org.lwjgl.opengl">ATIFragmentShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glSetInvariantEXT(int, java.nio.DoubleBuffer)"><B>glSetInvariantEXT(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glSetInvariantEXT(int, java.nio.FloatBuffer)"><B>glSetInvariantEXT(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glSetInvariantEXT(int, boolean, java.nio.ByteBuffer)"><B>glSetInvariantEXT(int, boolean, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glSetInvariantEXT(int, boolean, java.nio.IntBuffer)"><B>glSetInvariantEXT(int, boolean, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glSetInvariantEXT(int, boolean, java.nio.ShortBuffer)"><B>glSetInvariantEXT(int, boolean, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glSetLocalConstantEXT(int, java.nio.DoubleBuffer)"><B>glSetLocalConstantEXT(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glSetLocalConstantEXT(int, java.nio.FloatBuffer)"><B>glSetLocalConstantEXT(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glSetLocalConstantEXT(int, boolean, java.nio.ByteBuffer)"><B>glSetLocalConstantEXT(int, boolean, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glSetLocalConstantEXT(int, boolean, java.nio.IntBuffer)"><B>glSetLocalConstantEXT(int, boolean, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glSetLocalConstantEXT(int, boolean, java.nio.ShortBuffer)"><B>glSetLocalConstantEXT(int, boolean, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDSamplePositions.html#glSetMultisampleAMD(int, int, java.nio.FloatBuffer)"><B>glSetMultisampleAMD(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDSamplePositions.html" title="class in org.lwjgl.opengl">AMDSamplePositions</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glShadeModel(int)"><B>glShadeModel(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html#glShaderBinary(java.nio.IntBuffer, int, java.nio.ByteBuffer)"><B>glShaderBinary(IntBuffer, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBES2Compatibility.html" title="class in org.lwjgl.opengl">ARBES2Compatibility</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glShaderBinary(java.nio.IntBuffer, int, java.nio.ByteBuffer)"><B>glShaderBinary(IntBuffer, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glShaderBinary(java.nio.IntBuffer, int, java.nio.ByteBuffer)"><B>glShaderBinary(IntBuffer, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glShaderOp1EXT(int, int, int)"><B>glShaderOp1EXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glShaderOp2EXT(int, int, int, int)"><B>glShaderOp2EXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glShaderOp3EXT(int, int, int, int, int)"><B>glShaderOp3EXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glShaderSource(int, java.nio.ByteBuffer)"><B>glShaderSource(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>The ARB_shader_objects extension allows multiple, optionally null-terminated, source strings to define a shader program.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glShaderSource(int, java.lang.CharSequence)"><B>glShaderSource(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glShaderSource.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glShaderSource(int, java.lang.CharSequence[])"><B>glShaderSource(int, CharSequence[])</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glShaderSource.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glShaderSource(int, java.nio.ByteBuffer)"><B>glShaderSource(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>glShaderSource allows multiple, optionally null-terminated, source strings to define a shader program.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glShaderSource(int, java.lang.CharSequence)"><B>glShaderSource(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glShaderSource.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glShaderSource(int, java.lang.CharSequence[])"><B>glShaderSource(int, CharSequence[])</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>Overloads glShaderSource.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glShaderSourceARB(int, java.nio.ByteBuffer)"><B>glShaderSourceARB(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>The ARB_shader_objects extension allows multiple, optionally null-terminated, source strings to define a shader program.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glShaderSourceARB(int, java.lang.CharSequence)"><B>glShaderSourceARB(int, CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Overloads glShaderSourceARB.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glShaderSourceARB(int, java.lang.CharSequence[])"><B>glShaderSourceARB(int, CharSequence[])</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>Overloads glShaderSourceARB.
<DT><A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html#glShaderStorageBlockBinding(int, int, int)"><B>glShaderStorageBlockBinding(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderStorageBufferObject.html" title="class in org.lwjgl.opengl">ARBShaderStorageBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glShaderStorageBlockBinding(int, int, int)"><B>glShaderStorageBlockBinding(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html#glStartTilingQCOM(int, int, int, int, int)"><B>glStartTilingQCOM(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles">QCOMTiledRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTStencilClearTag.html#glStencilClearTagEXT(int, int)"><B>glStencilClearTagEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTStencilClearTag.html" title="class in org.lwjgl.opengl">EXTStencilClearTag</A>
<DD>Controls the stencil clear tag state.
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glStencilFillPathInstancedNV(int, java.nio.ByteBuffer, int, int, int, int, java.nio.FloatBuffer)"><B>glStencilFillPathInstancedNV(int, ByteBuffer, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glStencilFillPathNV(int, int, int)"><B>glStencilFillPathNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glStencilFunc(int, int, int)"><B>glStencilFunc(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glStencilFunc(int, int, int)"><B>glStencilFunc(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glStencilFuncSeparate(int, int, int, int)"><B>glStencilFuncSeparate(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glStencilFuncSeparate(int, int, int, int)"><B>glStencilFuncSeparate(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATISeparateStencil.html#glStencilFuncSeparateATI(int, int, int, int)"><B>glStencilFuncSeparateATI(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATISeparateStencil.html" title="class in org.lwjgl.opengl">ATISeparateStencil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glStencilMask(int)"><B>glStencilMask(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glStencilMask(int)"><B>glStencilMask(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glStencilMaskSeparate(int, int)"><B>glStencilMaskSeparate(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glStencilMaskSeparate(int, int)"><B>glStencilMaskSeparate(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glStencilOp(int, int, int)"><B>glStencilOp(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glStencilOp(int, int, int)"><B>glStencilOp(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glStencilOpSeparate(int, int, int, int)"><B>glStencilOpSeparate(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glStencilOpSeparate(int, int, int, int)"><B>glStencilOpSeparate(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATISeparateStencil.html#glStencilOpSeparateATI(int, int, int, int)"><B>glStencilOpSeparateATI(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATISeparateStencil.html" title="class in org.lwjgl.opengl">ATISeparateStencil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDStencilOperationExtended.html#glStencilOpValueAMD(int, int)"><B>glStencilOpValueAMD(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDStencilOperationExtended.html" title="class in org.lwjgl.opengl">AMDStencilOperationExtended</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glStencilStrokePathInstancedNV(int, java.nio.ByteBuffer, int, int, int, int, java.nio.FloatBuffer)"><B>glStencilStrokePathInstancedNV(int, ByteBuffer, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glStencilStrokePathNV(int, int, int)"><B>glStencilStrokePathNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GREMEDYStringMarker.html#glStringMarkerGREMEDY(java.nio.ByteBuffer)"><B>glStringMarkerGREMEDY(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GREMEDYStringMarker.html" title="class in org.lwjgl.opengl">GREMEDYStringMarker</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GREMEDYStringMarker.html#glStringMarkerGREMEDY(java.lang.CharSequence)"><B>glStringMarkerGREMEDY(CharSequence)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GREMEDYStringMarker.html" title="class in org.lwjgl.opengl">GREMEDYStringMarker</A>
<DD>Overloads glStringMarkerGREMEDY.
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glSwizzleEXT(int, int, int, int, int, int)"><B>glSwizzleEXT(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GLSync.html" title="class in org.lwjgl.opengl"><B>GLSync</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>This class is a wrapper around a GLsync pointer.<DT><A HREF="./org/lwjgl/opengles/GLSync.html" title="class in org.lwjgl.opengles"><B>GLSync</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>This class is a wrapper around a GLsync pointer.<DT><A HREF="./org/lwjgl/opengl/INTELMapTexture.html#glSyncTextureINTEL(int)"><B>glSyncTextureINTEL(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl">INTELMapTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#glTessellationFactorAMD(float)"><B>glTessellationFactorAMD(float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html#glTessellationModeAMD(int)"><B>glTessellationModeAMD(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDVertexShaderTessellator.html" title="class in org.lwjgl.opengl">AMDVertexShaderTessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEFence.html#glTestFenceAPPLE(int)"><B>glTestFenceAPPLE(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVFence.html#glTestFenceNV(int)"><B>glTestFenceNV(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVFence.html#glTestFenceNV(int)"><B>glTestFenceNV(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles">NVFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEFence.html#glTestObjectAPPLE(int, int)"><B>glTestObjectAPPLE(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEFence.html" title="class in org.lwjgl.opengl">APPLEFence</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glTexBuffer(int, int, int)"><B>glTexBuffer(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureBufferObject.html#glTexBufferARB(int, int, int)"><B>glTexBufferARB(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureBufferObject.html" title="class in org.lwjgl.opengl">ARBTextureBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureBufferObject.html#glTexBufferEXT(int, int, int)"><B>glTexBufferEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureBufferObject.html" title="class in org.lwjgl.opengl">EXTTextureBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureBufferRange.html#glTexBufferRange(int, int, int, long, long)"><B>glTexBufferRange(int, int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureBufferRange.html" title="class in org.lwjgl.opengl">ARBTextureBufferRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glTexBufferRange(int, int, int, long, long)"><B>glTexBufferRange(int, int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#glTexBumpParameterATI(int, java.nio.FloatBuffer)"><B>glTexBumpParameterATI(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html#glTexBumpParameterATI(int, java.nio.IntBuffer)"><B>glTexBumpParameterATI(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIEnvmapBumpmap.html" title="class in org.lwjgl.opengl">ATIEnvmapBumpmap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexCoord1d(double)"><B>glTexCoord1d(double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexCoord1f(float)"><B>glTexCoord1f(float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glTexCoord1hNV(short)"><B>glTexCoord1hNV(short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexCoord2d(double, double)"><B>glTexCoord2d(double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexCoord2f(float, float)"><B>glTexCoord2f(float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glTexCoord2hNV(short, short)"><B>glTexCoord2hNV(short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexCoord3d(double, double, double)"><B>glTexCoord3d(double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexCoord3f(float, float, float)"><B>glTexCoord3f(float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glTexCoord3hNV(short, short, short)"><B>glTexCoord3hNV(short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexCoord4d(double, double, double, double)"><B>glTexCoord4d(double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexCoord4f(float, float, float, float)"><B>glTexCoord4f(float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glTexCoord4hNV(short, short, short, short)"><B>glTexCoord4hNV(short, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glTexCoordFormatNV(int, int, int)"><B>glTexCoordFormatNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP1u(int, java.nio.IntBuffer)"><B>glTexCoordP1u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glTexCoordP1u(int, java.nio.IntBuffer)"><B>glTexCoordP1u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP1ui(int, int)"><B>glTexCoordP1ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glTexCoordP1ui(int, int)"><B>glTexCoordP1ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP2u(int, java.nio.IntBuffer)"><B>glTexCoordP2u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glTexCoordP2u(int, java.nio.IntBuffer)"><B>glTexCoordP2u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP2ui(int, int)"><B>glTexCoordP2ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glTexCoordP2ui(int, int)"><B>glTexCoordP2ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP3u(int, java.nio.IntBuffer)"><B>glTexCoordP3u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glTexCoordP3u(int, java.nio.IntBuffer)"><B>glTexCoordP3u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP3ui(int, int)"><B>glTexCoordP3ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glTexCoordP3ui(int, int)"><B>glTexCoordP3ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP4u(int, java.nio.IntBuffer)"><B>glTexCoordP4u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glTexCoordP4u(int, java.nio.IntBuffer)"><B>glTexCoordP4u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glTexCoordP4ui(int, int)"><B>glTexCoordP4ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glTexCoordP4ui(int, int)"><B>glTexCoordP4ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexCoordPointer(int, int, java.nio.DoubleBuffer)"><B>glTexCoordPointer(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexCoordPointer(int, int, java.nio.FloatBuffer)"><B>glTexCoordPointer(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexCoordPointer(int, int, java.nio.IntBuffer)"><B>glTexCoordPointer(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexCoordPointer(int, int, java.nio.ShortBuffer)"><B>glTexCoordPointer(int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexCoordPointer(int, int, int, long)"><B>glTexCoordPointer(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexCoordPointer(int, int, int, java.nio.ByteBuffer)"><B>glTexCoordPointer(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glTexCoordPointer.
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexEnv(int, int, java.nio.FloatBuffer)"><B>glTexEnv(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexEnv(int, int, java.nio.IntBuffer)"><B>glTexEnv(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexEnvf(int, int, float)"><B>glTexEnvf(int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexEnvi(int, int, int)"><B>glTexEnvi(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexGen(int, int, java.nio.FloatBuffer)"><B>glTexGen(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexGen(int, int, java.nio.DoubleBuffer)"><B>glTexGen(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexGen(int, int, java.nio.IntBuffer)"><B>glTexGen(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexGend(int, int, double)"><B>glTexGend(int, int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexGenf(int, int, float)"><B>glTexGenf(int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexGeni(int, int, int)"><B>glTexGeni(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexImage1D(int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTexImage1D(int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexImage1D(int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTexImage1D(int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexImage1D(int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTexImage1D(int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexImage1D(int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTexImage1D(int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexImage1D(int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTexImage1D(int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexImage1D(int, int, int, int, int, int, int, long)"><B>glTexImage1D(int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTexImage2D(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTexImage2D(int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTexImage2D(int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTexImage2D(int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTexImage2D(int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexImage2D(int, int, int, int, int, int, int, int, long)"><B>glTexImage2D(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTexImage2D(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTexImage2D(int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTexImage2D(int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glTexImage2D(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTexImage2D(int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#glTexImage2DMultisample(int, int, int, int, int, boolean)"><B>glTexImage2DMultisample(int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glTexImage2DMultisample(int, int, int, int, int, boolean)"><B>glTexImage2DMultisample(int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureMultisample.html#glTexImage2DMultisampleCoverageNV(int, int, int, int, int, int, boolean)"><B>glTexImage2DMultisampleCoverageNV(int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTexImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTexImage3D(int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTexImage3D(int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTexImage3D(int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTexImage3D(int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glTexImage3D(int, int, int, int, int, int, int, int, int, long)"><B>glTexImage3D(int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTexImage3D(int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTexImage3D(int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTexImage3D(int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glTexImage3D(int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTexImage3D(int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glTexImage3D(int, int, int, int, int, int, int, int, int, long)"><B>glTexImage3D(int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html#glTexImage3DMultisample(int, int, int, int, int, int, boolean)"><B>glTexImage3DMultisample(int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureMultisample.html" title="class in org.lwjgl.opengl">ARBTextureMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glTexImage3DMultisample(int, int, int, int, int, int, boolean)"><B>glTexImage3DMultisample(int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureMultisample.html#glTexImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, boolean)"><B>glTexImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#glTexImage3DOES(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTexImage3DOES(int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#glTexImage3DOES(int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTexImage3DOES(int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#glTexImage3DOES(int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTexImage3DOES(int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#glTexImage3DOES(int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTexImage3DOES(int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSparseTexture.html#glTexPageCommitmentARB(int, int, int, int, int, int, int, int, boolean)"><B>glTexPageCommitmentARB(int, int, int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexParameter(int, int, java.nio.FloatBuffer)"><B>glTexParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexParameter(int, int, java.nio.IntBuffer)"><B>glTexParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glTexParameter(int, int, java.nio.FloatBuffer)"><B>glTexParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glTexParameter(int, int, java.nio.IntBuffer)"><B>glTexParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexParameterf(int, int, float)"><B>glTexParameterf(int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glTexParameterf(int, int, float)"><B>glTexParameterf(int, int, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexParameteri(int, int, int)"><B>glTexParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glTexParameterI(int, int, java.nio.IntBuffer)"><B>glTexParameterI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glTexParameteri(int, int, int)"><B>glTexParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#glTexParameterIEXT(int, int, java.nio.IntBuffer)"><B>glTexParameterIEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glTexParameterIi(int, int, int)"><B>glTexParameterIi(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glTexParameterIiv.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#glTexParameterIiEXT(int, int, int)"><B>glTexParameterIiEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Overloads glTexParameterIivEXT.
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glTexParameterIu(int, int, java.nio.IntBuffer)"><B>glTexParameterIu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#glTexParameterIuEXT(int, int, java.nio.IntBuffer)"><B>glTexParameterIuEXT(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glTexParameterIui(int, int, int)"><B>glTexParameterIui(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glTexParameterIuiv.
<DT><A HREF="./org/lwjgl/opengl/EXTTextureInteger.html#glTexParameterIuiEXT(int, int, int)"><B>glTexParameterIuiEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTextureInteger.html" title="class in org.lwjgl.opengl">EXTTextureInteger</A>
<DD>Overloads glTexParameterIuivEXT.
<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html#glTexRenderbufferNV(int, int)"><B>glTexRenderbufferNV(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl">NVExplicitMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureStorage.html#glTexStorage1D(int, int, int, int)"><B>glTexStorage1D(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl">ARBTextureStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glTexStorage1D(int, int, int, int)"><B>glTexStorage1D(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#glTexStorage1DEXT(int, int, int, int)"><B>glTexStorage1DEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureStorage.html#glTexStorage2D(int, int, int, int, int)"><B>glTexStorage2D(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl">ARBTextureStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glTexStorage2D(int, int, int, int, int)"><B>glTexStorage2D(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glTexStorage2D(int, int, int, int, int)"><B>glTexStorage2D(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#glTexStorage2DEXT(int, int, int, int, int)"><B>glTexStorage2DEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureStorageMultisample.html#glTexStorage2DMultisample(int, int, int, int, int, boolean)"><B>glTexStorage2DMultisample(int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureStorageMultisample.html" title="class in org.lwjgl.opengl">ARBTextureStorageMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glTexStorage2DMultisample(int, int, int, int, int, boolean)"><B>glTexStorage2DMultisample(int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureStorage.html#glTexStorage3D(int, int, int, int, int, int)"><B>glTexStorage3D(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl">ARBTextureStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL42.html#glTexStorage3D(int, int, int, int, int, int)"><B>glTexStorage3D(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glTexStorage3D(int, int, int, int, int, int)"><B>glTexStorage3D(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#glTexStorage3DEXT(int, int, int, int, int, int)"><B>glTexStorage3DEXT(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureStorageMultisample.html#glTexStorage3DMultisample(int, int, int, int, int, int, boolean)"><B>glTexStorage3DMultisample(int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureStorageMultisample.html" title="class in org.lwjgl.opengl">ARBTextureStorageMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glTexStorage3DMultisample(int, int, int, int, int, int, boolean)"><B>glTexStorage3DMultisample(int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDSparseTexture.html#glTexStorageSparseAMD(int, int, int, int, int, int, int)"><B>glTexStorageSparseAMD(int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexSubImage1D(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTexSubImage1D(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexSubImage1D(int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTexSubImage1D(int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexSubImage1D(int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTexSubImage1D(int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexSubImage1D(int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTexSubImage1D(int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexSubImage1D(int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTexSubImage1D(int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexSubImage1D(int, int, int, int, int, int, long)"><B>glTexSubImage1D(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTexSubImage2D(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTexSubImage2D(int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTexSubImage2D(int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTexSubImage2D(int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTexSubImage2D(int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTexSubImage2D(int, int, int, int, int, int, int, int, long)"><B>glTexSubImage2D(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTexSubImage2D(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTexSubImage2D(int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTexSubImage2D(int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glTexSubImage2D(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTexSubImage2D(int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL12.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)"><B>glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL12.html" title="class in org.lwjgl.opengl">GL12</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)"><B>glTexSubImage3D(int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html#glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTexSubImage3DOES(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles">OESTexture3D</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureBarrier.html#glTextureBarrier()"><B>glTextureBarrier()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureBarrier.html" title="class in org.lwjgl.opengl">ARBTextureBarrier</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureBarrier()"><B>glTextureBarrier()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureBarrier.html#glTextureBarrierNV()"><B>glTextureBarrierNV()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureBarrier.html" title="class in org.lwjgl.opengl">NVTextureBarrier</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureBuffer(int, int, int)"><B>glTextureBuffer(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureBuffer(int, int, int)"><B>glTextureBuffer(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureBufferEXT(int, int, int, int)"><B>glTextureBufferEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureBufferRange(int, int, int, long, long)"><B>glTextureBufferRange(int, int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureBufferRange(int, int, int, long, long)"><B>glTextureBufferRange(int, int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureBufferRange.html#glTextureBufferRangeEXT(int, int, int, int, long, long)"><B>glTextureBufferRangeEXT(int, int, int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureBufferRange.html" title="class in org.lwjgl.opengl">ARBTextureBufferRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage1DEXT(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTextureImage1DEXT(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage1DEXT(int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTextureImage1DEXT(int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage1DEXT(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTextureImage1DEXT(int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage1DEXT(int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTextureImage1DEXT(int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage1DEXT(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTextureImage1DEXT(int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage1DEXT(int, int, int, int, int, int, int, int, long)"><B>glTextureImage1DEXT(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, long)"><B>glTextureImage2DEXT(int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureMultisample.html#glTextureImage2DMultisampleCoverageNV(int, int, int, int, int, int, int, boolean)"><B>glTextureImage2DMultisampleCoverageNV(int, int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureMultisample.html#glTextureImage2DMultisampleNV(int, int, int, int, int, int, boolean)"><B>glTextureImage2DMultisampleNV(int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, long)"><B>glTextureImage3DEXT(int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureMultisample.html#glTextureImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, int, boolean)"><B>glTextureImage3DMultisampleCoverageNV(int, int, int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTextureMultisample.html#glTextureImage3DMultisampleNV(int, int, int, int, int, int, int, boolean)"><B>glTextureImage3DMultisampleNV(int, int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl">NVTextureMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSparseTexture.html#glTexturePageCommitmentEXT(int, int, int, int, int, int, int, int, int, boolean)"><B>glTexturePageCommitmentEXT(int, int, int, int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSparseTexture.html" title="class in org.lwjgl.opengl">ARBSparseTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureParameter(int, int, java.nio.FloatBuffer)"><B>glTextureParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureParameter(int, int, java.nio.IntBuffer)"><B>glTextureParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureParameter(int, int, java.nio.FloatBuffer)"><B>glTextureParameter(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureParameter(int, int, java.nio.IntBuffer)"><B>glTextureParameter(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameterEXT(int, int, int, java.nio.IntBuffer)"><B>glTextureParameterEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameterEXT(int, int, int, java.nio.FloatBuffer)"><B>glTextureParameterEXT(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureParameterf(int, int, float)"><B>glTextureParameterf(int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureParameterf(int, int, float)"><B>glTextureParameterf(int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameterfEXT(int, int, int, float)"><B>glTextureParameterfEXT(int, int, int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureParameteri(int, int, int)"><B>glTextureParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureParameterI(int, int, java.nio.IntBuffer)"><B>glTextureParameterI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureParameteri(int, int, int)"><B>glTextureParameteri(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureParameterI(int, int, java.nio.IntBuffer)"><B>glTextureParameterI(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameteriEXT(int, int, int, int)"><B>glTextureParameteriEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameterIEXT(int, int, int, java.nio.IntBuffer)"><B>glTextureParameterIEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameterIEXT(int, int, int, int)"><B>glTextureParameterIEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glTextureParameterIivEXT.
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureParameterIu(int, int, java.nio.IntBuffer)"><B>glTextureParameterIu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureParameterIu(int, int, java.nio.IntBuffer)"><B>glTextureParameterIu(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameterIuEXT(int, int, int, java.nio.IntBuffer)"><B>glTextureParameterIuEXT(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureParameterIuEXT(int, int, int, int)"><B>glTextureParameterIuEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>Overloads glTextureParameterIuivEXT.
<DT><A HREF="./org/lwjgl/opengl/APPLETextureRange.html#glTextureRangeAPPLE(int, java.nio.ByteBuffer)"><B>glTextureRangeAPPLE(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLETextureRange.html" title="class in org.lwjgl.opengl">APPLETextureRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureRenderbufferEXT(int, int, int)"><B>glTextureRenderbufferEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureStorage1D(int, int, int, int)"><B>glTextureStorage1D(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureStorage1D(int, int, int, int)"><B>glTextureStorage1D(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureStorage.html#glTextureStorage1DEXT(int, int, int, int, int)"><B>glTextureStorage1DEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl">ARBTextureStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#glTextureStorage1DEXT(int, int, int, int, int)"><B>glTextureStorage1DEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureStorage2D(int, int, int, int, int)"><B>glTextureStorage2D(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureStorage2D(int, int, int, int, int)"><B>glTextureStorage2D(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureStorage.html#glTextureStorage2DEXT(int, int, int, int, int, int)"><B>glTextureStorage2DEXT(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl">ARBTextureStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#glTextureStorage2DEXT(int, int, int, int, int, int)"><B>glTextureStorage2DEXT(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureStorage2DMultisample(int, int, int, int, int, boolean)"><B>glTextureStorage2DMultisample(int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureStorage2DMultisample(int, int, int, int, int, boolean)"><B>glTextureStorage2DMultisample(int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureStorageMultisample.html#glTextureStorage2DMultisampleEXT(int, int, int, int, int, int, boolean)"><B>glTextureStorage2DMultisampleEXT(int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureStorageMultisample.html" title="class in org.lwjgl.opengl">ARBTextureStorageMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureStorage3D(int, int, int, int, int, int)"><B>glTextureStorage3D(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureStorage3D(int, int, int, int, int, int)"><B>glTextureStorage3D(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureStorage.html#glTextureStorage3DEXT(int, int, int, int, int, int, int)"><B>glTextureStorage3DEXT(int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureStorage.html" title="class in org.lwjgl.opengl">ARBTextureStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTTextureStorage.html#glTextureStorage3DEXT(int, int, int, int, int, int, int)"><B>glTextureStorage3DEXT(int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTTextureStorage.html" title="class in org.lwjgl.opengles">EXTTextureStorage</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureStorage3DMultisample(int, int, int, int, int, int, boolean)"><B>glTextureStorage3DMultisample(int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureStorage3DMultisample(int, int, int, int, int, int, boolean)"><B>glTextureStorage3DMultisample(int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureStorageMultisample.html#glTextureStorage3DMultisampleEXT(int, int, int, int, int, int, int, boolean)"><B>glTextureStorage3DMultisampleEXT(int, int, int, int, int, int, int, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureStorageMultisample.html" title="class in org.lwjgl.opengl">ARBTextureStorageMultisample</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDSparseTexture.html#glTextureStorageSparseAMD(int, int, int, int, int, int, int, int)"><B>glTextureStorageSparseAMD(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDSparseTexture.html" title="class in org.lwjgl.opengl">AMDSparseTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage1D(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTextureSubImage1D(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage1D(int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTextureSubImage1D(int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage1D(int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTextureSubImage1D(int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage1D(int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTextureSubImage1D(int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage1D(int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTextureSubImage1D(int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage1D(int, int, int, int, int, int, long)"><B>glTextureSubImage1D(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage1D(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTextureSubImage1D(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage1D(int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTextureSubImage1D(int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage1D(int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTextureSubImage1D(int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage1D(int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTextureSubImage1D(int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage1D(int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTextureSubImage1D(int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage1D(int, int, int, int, int, int, long)"><B>glTextureSubImage1D(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage1DEXT(int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTextureSubImage1DEXT(int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage1DEXT(int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTextureSubImage1DEXT(int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage1DEXT(int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTextureSubImage1DEXT(int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage1DEXT(int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTextureSubImage1DEXT(int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage1DEXT(int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTextureSubImage1DEXT(int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage1DEXT(int, int, int, int, int, int, int, long)"><B>glTextureSubImage1DEXT(int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage2D(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTextureSubImage2D(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage2D(int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTextureSubImage2D(int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage2D(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTextureSubImage2D(int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage2D(int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTextureSubImage2D(int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage2D(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTextureSubImage2D(int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage2D(int, int, int, int, int, int, int, int, long)"><B>glTextureSubImage2D(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage2D(int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTextureSubImage2D(int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage2D(int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTextureSubImage2D(int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage2D(int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTextureSubImage2D(int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage2D(int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTextureSubImage2D(int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage2D(int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTextureSubImage2D(int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage2D(int, int, int, int, int, int, int, int, long)"><B>glTextureSubImage2D(int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)"><B>glTextureSubImage2DEXT(int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, long)"><B>glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, long)"><B>glTextureSubImage3D(int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.ByteBuffer)"><B>glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.DoubleBuffer)"><B>glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.FloatBuffer)"><B>glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.IntBuffer)"><B>glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, java.nio.ShortBuffer)"><B>glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)"><B>glTextureSubImage3DEXT(int, int, int, int, int, int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBTextureView.html#glTextureView(int, int, int, int, int, int, int, int)"><B>glTextureView(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBTextureView.html" title="class in org.lwjgl.opengl">ARBTextureView</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glTextureView(int, int, int, int, int, int, int, int)"><B>glTextureView(int, int, int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glTrackMatrixNV(int, int, int, int)"><B>glTrackMatrixNV(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glTransformFeedbackAttribsNV(java.nio.IntBuffer, int)"><B>glTransformFeedbackAttribsNV(IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTransformFeedbackBufferBase(int, int, int)"><B>glTransformFeedbackBufferBase(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTransformFeedbackBufferBase(int, int, int)"><B>glTransformFeedbackBufferBase(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glTransformFeedbackBufferRange(int, int, int, long, long)"><B>glTransformFeedbackBufferRange(int, int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glTransformFeedbackBufferRange(int, int, int, long, long)"><B>glTransformFeedbackBufferRange(int, int, int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glTransformFeedbackVaryings(int, int, java.nio.ByteBuffer, int)"><B>glTransformFeedbackVaryings(int, int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glTransformFeedbackVaryings(int, java.lang.CharSequence[], int)"><B>glTransformFeedbackVaryings(int, CharSequence[], int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>Overloads glTransformFeedbackVaryings.
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glTransformFeedbackVaryings(int, int, java.nio.ByteBuffer, int)"><B>glTransformFeedbackVaryings(int, int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glTransformFeedbackVaryings(int, java.lang.CharSequence[], int)"><B>glTransformFeedbackVaryings(int, CharSequence[], int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>Overloads glTransformFeedbackVaryings.
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#glTransformFeedbackVaryingsEXT(int, int, java.nio.ByteBuffer, int)"><B>glTransformFeedbackVaryingsEXT(int, int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html#glTransformFeedbackVaryingsEXT(int, java.lang.CharSequence[], int)"><B>glTransformFeedbackVaryingsEXT(int, CharSequence[], int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTTransformFeedback.html" title="class in org.lwjgl.opengl">EXTTransformFeedback</A>
<DD>Overloads glTransformFeedbackVaryingsEXT.
<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html#glTransformFeedbackVaryingsNV(int, java.nio.IntBuffer, int)"><B>glTransformFeedbackVaryingsNV(int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl">NVTransformFeedback</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glTransformPathNV(int, int, int, java.nio.FloatBuffer)"><B>glTransformPathNV(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTranslated(double, double, double)"><B>glTranslated(double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glTranslatef(float, float, float)"><B>glTranslatef(float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu"><B>GLU</B></A> - Class in <A HREF="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</A><DD>GLU.java
Created 23-dec-2003<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU()"><B>GLU()</B></A> -
Constructor for class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_AUTO_LOAD_MATRIX"><B>GLU_AUTO_LOAD_MATRIX</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>NURBS constants
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_BEGIN"><B>GLU_BEGIN</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_CCW"><B>GLU_CCW</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_CULLING"><B>GLU_CULLING</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_CW"><B>GLU_CW</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_DISPLAY_MODE"><B>GLU_DISPLAY_MODE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_DOMAIN_DISTANCE"><B>GLU_DOMAIN_DISTANCE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_EDGE_FLAG"><B>GLU_EDGE_FLAG</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_END"><B>GLU_END</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_ERROR"><B>GLU_ERROR</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GLUConstants.html#GLU_EXTENSIONS"><B>GLU_EXTENSIONS</B></A> -
Static variable in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_EXTENSIONS"><B>GLU_EXTENSIONS</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_EXTERIOR"><B>GLU_EXTERIOR</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GLUConstants.html#GLU_FALSE"><B>GLU_FALSE</B></A> -
Static variable in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_FALSE"><B>GLU_FALSE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_FILL"><B>GLU_FILL</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_FLAT"><B>GLU_FLAT</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GLUConstants.html#GLU_INCOMPATIBLE_GL_VERSION"><B>GLU_INCOMPATIBLE_GL_VERSION</B></A> -
Static variable in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_INCOMPATIBLE_GL_VERSION"><B>GLU_INCOMPATIBLE_GL_VERSION</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_INSIDE"><B>GLU_INSIDE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_INTERIOR"><B>GLU_INTERIOR</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GLUConstants.html#GLU_INVALID_ENUM"><B>GLU_INVALID_ENUM</B></A> -
Static variable in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_INVALID_ENUM"><B>GLU_INVALID_ENUM</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GLUConstants.html#GLU_INVALID_VALUE"><B>GLU_INVALID_VALUE</B></A> -
Static variable in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_INVALID_VALUE"><B>GLU_INVALID_VALUE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_LINE"><B>GLU_LINE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_MAP1_TRIM_2"><B>GLU_MAP1_TRIM_2</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_MAP1_TRIM_3"><B>GLU_MAP1_TRIM_3</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NONE"><B>GLU_NONE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR1"><B>GLU_NURBS_ERROR1</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR10"><B>GLU_NURBS_ERROR10</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR11"><B>GLU_NURBS_ERROR11</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR12"><B>GLU_NURBS_ERROR12</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR13"><B>GLU_NURBS_ERROR13</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR14"><B>GLU_NURBS_ERROR14</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR15"><B>GLU_NURBS_ERROR15</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR16"><B>GLU_NURBS_ERROR16</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR17"><B>GLU_NURBS_ERROR17</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR18"><B>GLU_NURBS_ERROR18</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR19"><B>GLU_NURBS_ERROR19</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR2"><B>GLU_NURBS_ERROR2</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR20"><B>GLU_NURBS_ERROR20</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR21"><B>GLU_NURBS_ERROR21</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR22"><B>GLU_NURBS_ERROR22</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR23"><B>GLU_NURBS_ERROR23</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR24"><B>GLU_NURBS_ERROR24</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR25"><B>GLU_NURBS_ERROR25</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR26"><B>GLU_NURBS_ERROR26</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR27"><B>GLU_NURBS_ERROR27</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR28"><B>GLU_NURBS_ERROR28</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR29"><B>GLU_NURBS_ERROR29</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR3"><B>GLU_NURBS_ERROR3</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR30"><B>GLU_NURBS_ERROR30</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR31"><B>GLU_NURBS_ERROR31</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR32"><B>GLU_NURBS_ERROR32</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR33"><B>GLU_NURBS_ERROR33</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR34"><B>GLU_NURBS_ERROR34</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR35"><B>GLU_NURBS_ERROR35</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR36"><B>GLU_NURBS_ERROR36</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR37"><B>GLU_NURBS_ERROR37</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR4"><B>GLU_NURBS_ERROR4</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR5"><B>GLU_NURBS_ERROR5</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR6"><B>GLU_NURBS_ERROR6</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR7"><B>GLU_NURBS_ERROR7</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR8"><B>GLU_NURBS_ERROR8</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_NURBS_ERROR9"><B>GLU_NURBS_ERROR9</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GLUConstants.html#GLU_OUT_OF_MEMORY"><B>GLU_OUT_OF_MEMORY</B></A> -
Static variable in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_OUT_OF_MEMORY"><B>GLU_OUT_OF_MEMORY</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_OUTLINE_PATCH"><B>GLU_OUTLINE_PATCH</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_OUTLINE_POLYGON"><B>GLU_OUTLINE_POLYGON</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_OUTSIDE"><B>GLU_OUTSIDE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_PARAMETRIC_ERROR"><B>GLU_PARAMETRIC_ERROR</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_PARAMETRIC_TOLERANCE"><B>GLU_PARAMETRIC_TOLERANCE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_PATH_LENGTH"><B>GLU_PATH_LENGTH</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_POINT"><B>GLU_POINT</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_SAMPLING_METHOD"><B>GLU_SAMPLING_METHOD</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_SAMPLING_TOLERANCE"><B>GLU_SAMPLING_TOLERANCE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_SILHOUETTE"><B>GLU_SILHOUETTE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_SMOOTH"><B>GLU_SMOOTH</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>Quadric constants
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_BEGIN"><B>GLU_TESS_BEGIN</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_BEGIN_DATA"><B>GLU_TESS_BEGIN_DATA</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_BOUNDARY_ONLY"><B>GLU_TESS_BOUNDARY_ONLY</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_COMBINE"><B>GLU_TESS_COMBINE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_COMBINE_DATA"><B>GLU_TESS_COMBINE_DATA</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_COORD_TOO_LARGE"><B>GLU_TESS_COORD_TOO_LARGE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_EDGE_FLAG"><B>GLU_TESS_EDGE_FLAG</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_EDGE_FLAG_DATA"><B>GLU_TESS_EDGE_FLAG_DATA</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_END"><B>GLU_TESS_END</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_END_DATA"><B>GLU_TESS_END_DATA</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR"><B>GLU_TESS_ERROR</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR1"><B>GLU_TESS_ERROR1</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR2"><B>GLU_TESS_ERROR2</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR3"><B>GLU_TESS_ERROR3</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR4"><B>GLU_TESS_ERROR4</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR5"><B>GLU_TESS_ERROR5</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR6"><B>GLU_TESS_ERROR6</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR7"><B>GLU_TESS_ERROR7</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR8"><B>GLU_TESS_ERROR8</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_ERROR_DATA"><B>GLU_TESS_ERROR_DATA</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_MAX_COORD"><B>GLU_TESS_MAX_COORD</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>Tesselation constants
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_MISSING_BEGIN_CONTOUR"><B>GLU_TESS_MISSING_BEGIN_CONTOUR</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_MISSING_BEGIN_POLYGON"><B>GLU_TESS_MISSING_BEGIN_POLYGON</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_MISSING_END_CONTOUR"><B>GLU_TESS_MISSING_END_CONTOUR</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_MISSING_END_POLYGON"><B>GLU_TESS_MISSING_END_POLYGON</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_NEED_COMBINE_CALLBACK"><B>GLU_TESS_NEED_COMBINE_CALLBACK</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_TOLERANCE"><B>GLU_TESS_TOLERANCE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_VERTEX"><B>GLU_TESS_VERTEX</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_VERTEX_DATA"><B>GLU_TESS_VERTEX_DATA</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_WINDING_ABS_GEQ_TWO"><B>GLU_TESS_WINDING_ABS_GEQ_TWO</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_WINDING_NEGATIVE"><B>GLU_TESS_WINDING_NEGATIVE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_WINDING_NONZERO"><B>GLU_TESS_WINDING_NONZERO</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_WINDING_ODD"><B>GLU_TESS_WINDING_ODD</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_WINDING_POSITIVE"><B>GLU_TESS_WINDING_POSITIVE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TESS_WINDING_RULE"><B>GLU_TESS_WINDING_RULE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GLUConstants.html#GLU_TRUE"><B>GLU_TRUE</B></A> -
Static variable in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_TRUE"><B>GLU_TRUE</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_U_STEP"><B>GLU_U_STEP</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_UNKNOWN"><B>GLU_UNKNOWN</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_V_STEP"><B>GLU_V_STEP</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GLUConstants.html#GLU_VERSION"><B>GLU_VERSION</B></A> -
Static variable in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl">GLUConstants</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_VERSION"><B>GLU_VERSION</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#GLU_VERTEX"><B>GLU_VERTEX</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellator.html#gluBeginPolygon()"><B>gluBeginPolygon()</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluBeginPolygon()"><B>gluBeginPolygon()</B></A> -
Method in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#gluBuild2DMipmaps(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>gluBuild2DMipmaps(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>Method gluBuild2DMipmaps
<DT><A HREF="./org/lwjgl/util/glu/MipMap.html#gluBuild2DMipmaps(int, int, int, int, int, int, java.nio.ByteBuffer)"><B>gluBuild2DMipmaps(int, int, int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/MipMap.html" title="class in org.lwjgl.util.glu">MipMap</A>
<DD>Method gluBuild2DMipmaps
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#gluCheckExtension(java.lang.String, java.lang.String)"><B>gluCheckExtension(String, String)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>Method gluCheckExtension.
<DT><A HREF="./org/lwjgl/util/glu/Registry.html#gluCheckExtension(java.lang.String, java.lang.String)"><B>gluCheckExtension(String, String)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Registry.html" title="class in org.lwjgl.util.glu">Registry</A>
<DD>Method gluCheckExtension
<DT><A HREF="./org/lwjgl/opengl/GLUConstants.html" title="interface in org.lwjgl.opengl"><B>GLUConstants</B></A> - Interface in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD><p/>
GLU constants.<DT><A HREF="./org/lwjgl/util/glu/GLUtessellator.html#gluDeleteTess()"><B>gluDeleteTess()</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluDeleteTess()"><B>gluDeleteTess()</B></A> -
Method in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellator.html#gluEndPolygon()"><B>gluEndPolygon()</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluEndPolygon()"><B>gluEndPolygon()</B></A> -
Method in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#gluErrorString(int)"><B>gluErrorString(int)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#gluGetString(int)"><B>gluGetString(int)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>Method gluGetString.
<DT><A HREF="./org/lwjgl/util/glu/Registry.html#gluGetString(int)"><B>gluGetString(int)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Registry.html" title="class in org.lwjgl.util.glu">Registry</A>
<DD>Method gluGetString
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellator.html#gluGetTessProperty(int, double[], int)"><B>gluGetTessProperty(int, double[], int)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluGetTessProperty(int, double[], int)"><B>gluGetTessProperty(int, double[], int)</B></A> -
Method in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#gluLookAt(float, float, float, float, float, float, float, float, float)"><B>gluLookAt(float, float, float, float, float, float, float, float, float)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>Method gluLookAt
<DT><A HREF="./org/lwjgl/util/glu/Project.html#gluLookAt(float, float, float, float, float, float, float, float, float)"><B>gluLookAt(float, float, float, float, float, float, float, float, float)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Project.html" title="class in org.lwjgl.util.glu">Project</A>
<DD>Method gluLookAt
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#gluNewTess()"><B>gluNewTess()</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluNewTess()"><B>gluNewTess()</B></A> -
Static method in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellator.html#gluNextContour(int)"><B>gluNextContour(int)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluNextContour(int)"><B>gluNextContour(int)</B></A> -
Method in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform1(int, java.nio.DoubleBuffer)"><B>glUniform1(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform1(int, java.nio.FloatBuffer)"><B>glUniform1(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform1(int, java.nio.IntBuffer)"><B>glUniform1(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniform1(int, java.nio.DoubleBuffer)"><B>glUniform1(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform1(int, java.nio.FloatBuffer)"><B>glUniform1(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform1(int, java.nio.IntBuffer)"><B>glUniform1(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform1ARB(int, java.nio.FloatBuffer)"><B>glUniform1ARB(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform1ARB(int, java.nio.IntBuffer)"><B>glUniform1ARB(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform1d(int, double)"><B>glUniform1d(int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniform1d(int, double)"><B>glUniform1d(int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform1f(int, float)"><B>glUniform1f(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform1f(int, float)"><B>glUniform1f(int, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform1fARB(int, float)"><B>glUniform1fARB(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform1i(int, int)"><B>glUniform1i(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform1i(int, int)"><B>glUniform1i(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform1i64NV(int, long)"><B>glUniform1i64NV(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform1iARB(int, int)"><B>glUniform1iARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform1NV(int, java.nio.LongBuffer)"><B>glUniform1NV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glUniform1u(int, java.nio.IntBuffer)"><B>glUniform1u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniform1u(int, java.nio.IntBuffer)"><B>glUniform1u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform1uEXT(int, java.nio.IntBuffer)"><B>glUniform1uEXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glUniform1ui(int, int)"><B>glUniform1ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniform1ui(int, int)"><B>glUniform1ui(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform1ui64NV(int, long)"><B>glUniform1ui64NV(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform1uiEXT(int, int)"><B>glUniform1uiEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform1uNV(int, java.nio.LongBuffer)"><B>glUniform1uNV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform2(int, java.nio.DoubleBuffer)"><B>glUniform2(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform2(int, java.nio.FloatBuffer)"><B>glUniform2(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform2(int, java.nio.IntBuffer)"><B>glUniform2(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniform2(int, java.nio.DoubleBuffer)"><B>glUniform2(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform2(int, java.nio.FloatBuffer)"><B>glUniform2(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform2(int, java.nio.IntBuffer)"><B>glUniform2(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform2ARB(int, java.nio.FloatBuffer)"><B>glUniform2ARB(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform2ARB(int, java.nio.IntBuffer)"><B>glUniform2ARB(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform2d(int, double, double)"><B>glUniform2d(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniform2d(int, double, double)"><B>glUniform2d(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform2f(int, float, float)"><B>glUniform2f(int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform2f(int, float, float)"><B>glUniform2f(int, float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform2fARB(int, float, float)"><B>glUniform2fARB(int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform2i(int, int, int)"><B>glUniform2i(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform2i(int, int, int)"><B>glUniform2i(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform2i64NV(int, long, long)"><B>glUniform2i64NV(int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform2iARB(int, int, int)"><B>glUniform2iARB(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform2NV(int, java.nio.LongBuffer)"><B>glUniform2NV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glUniform2u(int, java.nio.IntBuffer)"><B>glUniform2u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniform2u(int, java.nio.IntBuffer)"><B>glUniform2u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform2uEXT(int, java.nio.IntBuffer)"><B>glUniform2uEXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glUniform2ui(int, int, int)"><B>glUniform2ui(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniform2ui(int, int, int)"><B>glUniform2ui(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform2ui64NV(int, long, long)"><B>glUniform2ui64NV(int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform2uiEXT(int, int, int)"><B>glUniform2uiEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform2uNV(int, java.nio.LongBuffer)"><B>glUniform2uNV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform3(int, java.nio.DoubleBuffer)"><B>glUniform3(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform3(int, java.nio.FloatBuffer)"><B>glUniform3(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform3(int, java.nio.IntBuffer)"><B>glUniform3(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniform3(int, java.nio.DoubleBuffer)"><B>glUniform3(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform3(int, java.nio.FloatBuffer)"><B>glUniform3(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform3(int, java.nio.IntBuffer)"><B>glUniform3(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform3ARB(int, java.nio.FloatBuffer)"><B>glUniform3ARB(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform3ARB(int, java.nio.IntBuffer)"><B>glUniform3ARB(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform3d(int, double, double, double)"><B>glUniform3d(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniform3d(int, double, double, double)"><B>glUniform3d(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform3f(int, float, float, float)"><B>glUniform3f(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform3f(int, float, float, float)"><B>glUniform3f(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform3fARB(int, float, float, float)"><B>glUniform3fARB(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform3i(int, int, int, int)"><B>glUniform3i(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform3i(int, int, int, int)"><B>glUniform3i(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform3i64NV(int, long, long, long)"><B>glUniform3i64NV(int, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform3iARB(int, int, int, int)"><B>glUniform3iARB(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform3NV(int, java.nio.LongBuffer)"><B>glUniform3NV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glUniform3u(int, java.nio.IntBuffer)"><B>glUniform3u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniform3u(int, java.nio.IntBuffer)"><B>glUniform3u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform3uEXT(int, java.nio.IntBuffer)"><B>glUniform3uEXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glUniform3ui(int, int, int, int)"><B>glUniform3ui(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniform3ui(int, int, int, int)"><B>glUniform3ui(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform3ui64NV(int, long, long, long)"><B>glUniform3ui64NV(int, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform3uiEXT(int, int, int, int)"><B>glUniform3uiEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform3uNV(int, java.nio.LongBuffer)"><B>glUniform3uNV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform4(int, java.nio.DoubleBuffer)"><B>glUniform4(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform4(int, java.nio.FloatBuffer)"><B>glUniform4(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform4(int, java.nio.IntBuffer)"><B>glUniform4(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniform4(int, java.nio.DoubleBuffer)"><B>glUniform4(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform4(int, java.nio.FloatBuffer)"><B>glUniform4(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform4(int, java.nio.IntBuffer)"><B>glUniform4(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform4ARB(int, java.nio.FloatBuffer)"><B>glUniform4ARB(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform4ARB(int, java.nio.IntBuffer)"><B>glUniform4ARB(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniform4d(int, double, double, double, double)"><B>glUniform4d(int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniform4d(int, double, double, double, double)"><B>glUniform4d(int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform4f(int, float, float, float, float)"><B>glUniform4f(int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform4f(int, float, float, float, float)"><B>glUniform4f(int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform4fARB(int, float, float, float, float)"><B>glUniform4fARB(int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniform4i(int, int, int, int, int)"><B>glUniform4i(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniform4i(int, int, int, int, int)"><B>glUniform4i(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform4i64NV(int, long, long, long, long)"><B>glUniform4i64NV(int, long, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniform4iARB(int, int, int, int, int)"><B>glUniform4iARB(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform4NV(int, java.nio.LongBuffer)"><B>glUniform4NV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glUniform4u(int, java.nio.IntBuffer)"><B>glUniform4u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniform4u(int, java.nio.IntBuffer)"><B>glUniform4u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform4uEXT(int, java.nio.IntBuffer)"><B>glUniform4uEXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glUniform4ui(int, int, int, int, int)"><B>glUniform4ui(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniform4ui(int, int, int, int, int)"><B>glUniform4ui(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform4ui64NV(int, long, long, long, long)"><B>glUniform4ui64NV(int, long, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glUniform4uiEXT(int, int, int, int, int)"><B>glUniform4uiEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html#glUniform4uNV(int, java.nio.LongBuffer)"><B>glUniform4uNV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl">NVGpuShader5</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html#glUniformBlockBinding(int, int, int)"><B>glUniformBlockBinding(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBUniformBufferObject.html" title="class in org.lwjgl.opengl">ARBUniformBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL31.html#glUniformBlockBinding(int, int, int)"><B>glUniformBlockBinding(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL31.html" title="class in org.lwjgl.opengl">GL31</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniformBlockBinding(int, int, int)"><B>glUniformBlockBinding(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTBindableUniform.html#glUniformBufferEXT(int, int, int)"><B>glUniformBufferEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTBindableUniform.html" title="class in org.lwjgl.opengl">EXTBindableUniform</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glUniformHandleuARB(int, java.nio.LongBuffer)"><B>glUniformHandleuARB(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glUniformHandleui64ARB(int, long)"><B>glUniformHandleui64ARB(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessTexture.html#glUniformHandleui64NV(int, long)"><B>glUniformHandleui64NV(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessTexture.html#glUniformHandleuNV(int, java.nio.LongBuffer)"><B>glUniformHandleuNV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl">NVBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix2(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix2(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniformMatrix2(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix2(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniformMatrix2(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix2(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniformMatrix2(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix2(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniformMatrix2ARB(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix2ARB(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix2x3(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix2x3(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL21.html#glUniformMatrix2x3(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix2x3(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniformMatrix2x3(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix2x3(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniformMatrix2x3(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix2x3(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix2x4(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix2x4(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL21.html#glUniformMatrix2x4(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix2x4(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniformMatrix2x4(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix2x4(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniformMatrix2x4(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix2x4(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix3(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix3(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniformMatrix3(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix3(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniformMatrix3(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix3(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniformMatrix3(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix3(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniformMatrix3ARB(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix3ARB(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix3x2(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix3x2(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL21.html#glUniformMatrix3x2(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix3x2(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniformMatrix3x2(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix3x2(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniformMatrix3x2(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix3x2(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix3x4(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix3x4(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL21.html#glUniformMatrix3x4(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix3x4(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniformMatrix3x4(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix3x4(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniformMatrix3x4(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix3x4(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix4(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix4(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUniformMatrix4(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix4(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniformMatrix4(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix4(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUniformMatrix4(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix4(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUniformMatrix4ARB(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix4ARB(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix4x2(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix4x2(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL21.html#glUniformMatrix4x2(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix4x2(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniformMatrix4x2(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix4x2(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniformMatrix4x2(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix4x2(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html#glUniformMatrix4x3(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix4x3(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBGpuShaderFp64.html" title="class in org.lwjgl.opengl">ARBGpuShaderFp64</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL21.html#glUniformMatrix4x3(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix4x3(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL21.html" title="class in org.lwjgl.opengl">GL21</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniformMatrix4x3(int, boolean, java.nio.DoubleBuffer)"><B>glUniformMatrix4x3(int, boolean, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUniformMatrix4x3(int, boolean, java.nio.FloatBuffer)"><B>glUniformMatrix4x3(int, boolean, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html#glUniformSubroutinesu(int, java.nio.IntBuffer)"><B>glUniformSubroutinesu(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderSubroutine.html" title="class in org.lwjgl.opengl">ARBShaderSubroutine</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL40.html#glUniformSubroutinesu(int, java.nio.IntBuffer)"><B>glUniformSubroutinesu(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL40.html" title="class in org.lwjgl.opengl">GL40</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glUniformui64NV(int, long)"><B>glUniformui64NV(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html#glUniformuNV(int, java.nio.LongBuffer)"><B>glUniformuNV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl">NVShaderBufferLoad</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTCompiledVertexArray.html#glUnlockArraysEXT()"><B>glUnlockArraysEXT()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTCompiledVertexArray.html" title="class in org.lwjgl.opengl">EXTCompiledVertexArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL15.html#glUnmapBuffer(int)"><B>glUnmapBuffer(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL15.html" title="class in org.lwjgl.opengl">GL15</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glUnmapBuffer(int)"><B>glUnmapBuffer(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBufferObject.html#glUnmapBufferARB(int)"><B>glUnmapBufferARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBufferObject.html" title="class in org.lwjgl.opengl">ARBBufferObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/OESMapbuffer.html#glUnmapBufferOES(int)"><B>glUnmapBufferOES(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles">OESMapbuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glUnmapNamedBuffer(int)"><B>glUnmapNamedBuffer(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glUnmapNamedBuffer(int)"><B>glUnmapNamedBuffer(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glUnmapNamedBufferEXT(int)"><B>glUnmapNamedBufferEXT(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIMapObjectBuffer.html#glUnmapObjectBufferATI(int)"><B>glUnmapObjectBufferATI(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIMapObjectBuffer.html" title="class in org.lwjgl.opengl">ATIMapObjectBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/INTELMapTexture.html#glUnmapTexture2DINTEL(int, int)"><B>glUnmapTexture2DINTEL(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl">INTELMapTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#gluOrtho2D(float, float, float, float)"><B>gluOrtho2D(float, float, float, float)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>Method gluOrtho2D
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glUpdateObjectBufferATI(int, int, java.nio.ByteBuffer, int)"><B>glUpdateObjectBufferATI(int, int, ByteBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glUpdateObjectBufferATI(int, int, java.nio.DoubleBuffer, int)"><B>glUpdateObjectBufferATI(int, int, DoubleBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glUpdateObjectBufferATI(int, int, java.nio.FloatBuffer, int)"><B>glUpdateObjectBufferATI(int, int, FloatBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glUpdateObjectBufferATI(int, int, java.nio.IntBuffer, int)"><B>glUpdateObjectBufferATI(int, int, IntBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glUpdateObjectBufferATI(int, int, java.nio.ShortBuffer, int)"><B>glUpdateObjectBufferATI(int, int, ShortBuffer, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#gluPerspective(float, float, float, float)"><B>gluPerspective(float, float, float, float)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>Method gluPerspective
<DT><A HREF="./org/lwjgl/util/glu/Project.html#gluPerspective(float, float, float, float)"><B>gluPerspective(float, float, float, float)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Project.html" title="class in org.lwjgl.util.glu">Project</A>
<DD>Method gluPerspective.
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#gluPickMatrix(float, float, float, float, java.nio.IntBuffer)"><B>gluPickMatrix(float, float, float, float, IntBuffer)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>Method gluPickMatrix
<DT><A HREF="./org/lwjgl/util/glu/Project.html#gluPickMatrix(float, float, float, float, java.nio.IntBuffer)"><B>gluPickMatrix(float, float, float, float, IntBuffer)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Project.html" title="class in org.lwjgl.util.glu">Project</A>
<DD>Method gluPickMatrix
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#gluProject(float, float, float, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)"><B>gluProject(float, float, float, FloatBuffer, FloatBuffer, IntBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>Method gluProject
<DT><A HREF="./org/lwjgl/util/glu/Project.html#gluProject(float, float, float, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)"><B>gluProject(float, float, float, FloatBuffer, FloatBuffer, IntBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Project.html" title="class in org.lwjgl.util.glu">Project</A>
<DD>Method gluProject
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#gluScaleImage(int, int, int, int, java.nio.ByteBuffer, int, int, int, java.nio.ByteBuffer)"><B>gluScaleImage(int, int, int, int, ByteBuffer, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>Method gluScaleImage.
<DT><A HREF="./org/lwjgl/util/glu/MipMap.html#gluScaleImage(int, int, int, int, java.nio.ByteBuffer, int, int, int, java.nio.ByteBuffer)"><B>gluScaleImage(int, int, int, int, ByteBuffer, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/MipMap.html" title="class in org.lwjgl.util.glu">MipMap</A>
<DD>Method gluScaleImage.
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glUseProgram(int)"><B>glUseProgram(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glUseProgram(int)"><B>glUseProgram(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glUseProgramObjectARB(int)"><B>glUseProgramObjectARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glUseProgramStages(int, int, int)"><B>glUseProgramStages(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glUseProgramStages(int, int, int)"><B>glUseProgramStages(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glUseProgramStagesEXT(int, int, int)"><B>glUseProgramStagesEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTSeparateShaderObjects.html#glUseShaderProgramEXT(int, int)"><B>glUseShaderProgramEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengl">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellator.html#gluTessBeginContour()"><B>gluTessBeginContour()</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessBeginContour()"><B>gluTessBeginContour()</B></A> -
Method in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellator.html#gluTessBeginPolygon(java.lang.Object)"><B>gluTessBeginPolygon(Object)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessBeginPolygon(java.lang.Object)"><B>gluTessBeginPolygon(Object)</B></A> -
Method in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellator.html#gluTessCallback(int, org.lwjgl.util.glu.GLUtessellatorCallback)"><B>gluTessCallback(int, GLUtessellatorCallback)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessCallback(int, org.lwjgl.util.glu.GLUtessellatorCallback)"><B>gluTessCallback(int, GLUtessellatorCallback)</B></A> -
Method in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu"><B>GLUtessellator</B></A> - Interface in <A HREF="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu"><B>GLUtessellatorCallback</B></A> - Interface in <A HREF="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</A><DD><b>GLUtessellatorCallback</b> interface provides methods that the user will
override to define the callbacks for a tessellation object.<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu"><B>GLUtessellatorCallbackAdapter</B></A> - Class in <A HREF="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</A><DD>The <b>GLUtessellatorCallbackAdapter</b> provides a default implementation of
<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu"><CODE>GLUtessellatorCallback</CODE></A>
with empty callback methods.<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#GLUtessellatorCallbackAdapter()"><B>GLUtessellatorCallbackAdapter()</B></A> -
Constructor for class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation"><B>GLUtessellatorImpl</B></A> - Class in <A HREF="./org/lwjgl/util/glu/tessellation/package-summary.html">org.lwjgl.util.glu.tessellation</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#GLUtessellatorImpl()"><B>GLUtessellatorImpl()</B></A> -
Constructor for class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellator.html#gluTessEndContour()"><B>gluTessEndContour()</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessEndContour()"><B>gluTessEndContour()</B></A> -
Method in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellator.html#gluTessEndPolygon()"><B>gluTessEndPolygon()</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessEndPolygon()"><B>gluTessEndPolygon()</B></A> -
Method in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellator.html#gluTessNormal(double, double, double)"><B>gluTessNormal(double, double, double)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessNormal(double, double, double)"><B>gluTessNormal(double, double, double)</B></A> -
Method in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellator.html#gluTessProperty(int, double)"><B>gluTessProperty(int, double)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessProperty(int, double)"><B>gluTessProperty(int, double)</B></A> -
Method in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellator.html#gluTessVertex(double[], int, java.lang.Object)"><B>gluTessVertex(double[], int, Object)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellator.html" title="interface in org.lwjgl.util.glu">GLUtessellator</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#gluTessVertex(double[], int, java.lang.Object)"><B>gluTessVertex(double[], int, Object)</B></A> -
Method in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#gluUnProject(float, float, float, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)"><B>gluUnProject(float, float, float, FloatBuffer, FloatBuffer, IntBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>Method gluUnproject
<DT><A HREF="./org/lwjgl/util/glu/Project.html#gluUnProject(float, float, float, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.FloatBuffer)"><B>gluUnProject(float, float, float, FloatBuffer, FloatBuffer, IntBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Project.html" title="class in org.lwjgl.util.glu">Project</A>
<DD>Method gluUnproject
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glValidateProgram(int)"><B>glValidateProgram(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glValidateProgram(int)"><B>glValidateProgram(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderObjects.html#glValidateProgramARB(int)"><B>glValidateProgramARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderObjects.html" title="class in org.lwjgl.opengl">ARBShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html#glValidateProgramPipeline(int)"><B>glValidateProgramPipeline(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSeparateShaderObjects.html" title="class in org.lwjgl.opengl">ARBSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glValidateProgramPipeline(int)"><B>glValidateProgramPipeline(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html#glValidateProgramPipelineEXT(int)"><B>glValidateProgramPipelineEXT(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EXTSeparateShaderObjects.html" title="class in org.lwjgl.opengles">EXTSeparateShaderObjects</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html#glVariantArrayObjectATI(int, int, int, int, int)"><B>glVariantArrayObjectATI(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glVariantEXT(int, java.nio.ByteBuffer)"><B>glVariantEXT(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glVariantEXT(int, java.nio.ShortBuffer)"><B>glVariantEXT(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glVariantEXT(int, java.nio.IntBuffer)"><B>glVariantEXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glVariantEXT(int, java.nio.FloatBuffer)"><B>glVariantEXT(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glVariantEXT(int, java.nio.DoubleBuffer)"><B>glVariantEXT(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glVariantPointerEXT(int, int, java.nio.DoubleBuffer)"><B>glVariantPointerEXT(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glVariantPointerEXT(int, int, java.nio.FloatBuffer)"><B>glVariantPointerEXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glVariantPointerEXT(int, boolean, int, java.nio.ByteBuffer)"><B>glVariantPointerEXT(int, boolean, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glVariantPointerEXT(int, boolean, int, java.nio.IntBuffer)"><B>glVariantPointerEXT(int, boolean, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glVariantPointerEXT(int, boolean, int, java.nio.ShortBuffer)"><B>glVariantPointerEXT(int, boolean, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glVariantPointerEXT(int, int, int, long)"><B>glVariantPointerEXT(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glVariantuEXT(int, java.nio.ByteBuffer)"><B>glVariantuEXT(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glVariantuEXT(int, java.nio.ShortBuffer)"><B>glVariantuEXT(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glVariantuEXT(int, java.nio.IntBuffer)"><B>glVariantuEXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertex2d(double, double)"><B>glVertex2d(double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertex2f(float, float)"><B>glVertex2f(float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glVertex2hNV(short, short)"><B>glVertex2hNV(short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertex2i(int, int)"><B>glVertex2i(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertex3d(double, double, double)"><B>glVertex3d(double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertex3f(float, float, float)"><B>glVertex3f(float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glVertex3hNV(short, short, short)"><B>glVertex3hNV(short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertex3i(int, int, int)"><B>glVertex3i(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertex4d(double, double, double, double)"><B>glVertex4d(double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertex4f(float, float, float, float)"><B>glVertex4f(float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glVertex4hNV(short, short, short, short)"><B>glVertex4hNV(short, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertex4i(int, int, int, int)"><B>glVertex4i(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glVertexArrayAttribBinding(int, int, int)"><B>glVertexArrayAttribBinding(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glVertexArrayAttribBinding(int, int, int)"><B>glVertexArrayAttribBinding(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glVertexArrayAttribFormat(int, int, int, int, boolean, int)"><B>glVertexArrayAttribFormat(int, int, int, int, boolean, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glVertexArrayAttribFormat(int, int, int, int, boolean, int)"><B>glVertexArrayAttribFormat(int, int, int, int, boolean, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glVertexArrayAttribIFormat(int, int, int, int, int)"><B>glVertexArrayAttribIFormat(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glVertexArrayAttribIFormat(int, int, int, int, int)"><B>glVertexArrayAttribIFormat(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glVertexArrayAttribLFormat(int, int, int, int, int)"><B>glVertexArrayAttribLFormat(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glVertexArrayAttribLFormat(int, int, int, int, int)"><B>glVertexArrayAttribLFormat(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glVertexArrayBindingDivisor(int, int, int)"><B>glVertexArrayBindingDivisor(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glVertexArrayBindingDivisor(int, int, int)"><B>glVertexArrayBindingDivisor(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayColorOffsetEXT(int, int, int, int, int, long)"><B>glVertexArrayColorOffsetEXT(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayEdgeFlagOffsetEXT(int, int, int, long)"><B>glVertexArrayEdgeFlagOffsetEXT(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glVertexArrayElementBuffer(int, int)"><B>glVertexArrayElementBuffer(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glVertexArrayElementBuffer(int, int)"><B>glVertexArrayElementBuffer(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayFogCoordOffsetEXT(int, int, int, int, long)"><B>glVertexArrayFogCoordOffsetEXT(int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayIndexOffsetEXT(int, int, int, int, long)"><B>glVertexArrayIndexOffsetEXT(int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayMultiTexCoordOffsetEXT(int, int, int, int, int, int, long)"><B>glVertexArrayMultiTexCoordOffsetEXT(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayNormalOffsetEXT(int, int, int, int, long)"><B>glVertexArrayNormalOffsetEXT(int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html#glVertexArrayParameteriAPPLE(int, int)"><B>glVertexArrayParameteriAPPLE(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html#glVertexArrayRangeAPPLE(java.nio.ByteBuffer)"><B>glVertexArrayRangeAPPLE(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/APPLEVertexArrayRange.html" title="class in org.lwjgl.opengl">APPLEVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html#glVertexArrayRangeNV(java.nio.ByteBuffer)"><B>glVertexArrayRangeNV(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html#glVertexArrayRangeNV(java.nio.DoubleBuffer)"><B>glVertexArrayRangeNV(DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html#glVertexArrayRangeNV(java.nio.FloatBuffer)"><B>glVertexArrayRangeNV(FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html#glVertexArrayRangeNV(java.nio.IntBuffer)"><B>glVertexArrayRangeNV(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html#glVertexArrayRangeNV(java.nio.ShortBuffer)"><B>glVertexArrayRangeNV(ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl">NVVertexArrayRange</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArraySecondaryColorOffsetEXT(int, int, int, int, int, long)"><B>glVertexArraySecondaryColorOffsetEXT(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayTexCoordOffsetEXT(int, int, int, int, int, long)"><B>glVertexArrayTexCoordOffsetEXT(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayVertexAttribIOffsetEXT(int, int, int, int, int, int, long)"><B>glVertexArrayVertexAttribIOffsetEXT(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexArrayVertexAttribLOffsetEXT(int, int, int, int, int, int, long)"><B>glVertexArrayVertexAttribLOffsetEXT(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexArrayVertexAttribLOffsetEXT(int, int, int, int, int, int, long)"><B>glVertexArrayVertexAttribLOffsetEXT(int, int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayVertexAttribOffsetEXT(int, int, int, int, int, boolean, int, long)"><B>glVertexArrayVertexAttribOffsetEXT(int, int, int, int, int, boolean, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glVertexArrayVertexBuffer(int, int, int, long, int)"><B>glVertexArrayVertexBuffer(int, int, int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glVertexArrayVertexBuffer(int, int, int, long, int)"><B>glVertexArrayVertexBuffer(int, int, int, long, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html#glVertexArrayVertexBuffers(int, int, int, java.nio.IntBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"><B>glVertexArrayVertexBuffers(int, int, int, IntBuffer, PointerBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDirectStateAccess.html" title="class in org.lwjgl.opengl">ARBDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL45.html#glVertexArrayVertexBuffers(int, int, int, java.nio.IntBuffer, org.lwjgl.PointerBuffer, java.nio.IntBuffer)"><B>glVertexArrayVertexBuffers(int, int, int, IntBuffer, PointerBuffer, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL45.html" title="class in org.lwjgl.opengl">GL45</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html#glVertexArrayVertexOffsetEXT(int, int, int, int, int, long)"><B>glVertexArrayVertexOffsetEXT(int, int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTDirectStateAccess.html" title="class in org.lwjgl.opengl">EXTDirectStateAccess</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glVertexAttrib1(int, java.nio.FloatBuffer)"><B>glVertexAttrib1(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttrib1d(int, double)"><B>glVertexAttrib1d(int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib1dARB(int, double)"><B>glVertexAttrib1dARB(int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib1dARB(int, double)"><B>glVertexAttrib1dARB(int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib1dNV(int, double)"><B>glVertexAttrib1dNV(int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttrib1f(int, float)"><B>glVertexAttrib1f(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glVertexAttrib1f(int, float)"><B>glVertexAttrib1f(int, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib1fARB(int, float)"><B>glVertexAttrib1fARB(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib1fARB(int, float)"><B>glVertexAttrib1fARB(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib1fNV(int, float)"><B>glVertexAttrib1fNV(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttrib1hNV(int, short)"><B>glVertexAttrib1hNV(int, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttrib1s(int, short)"><B>glVertexAttrib1s(int, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib1sARB(int, short)"><B>glVertexAttrib1sARB(int, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib1sARB(int, short)"><B>glVertexAttrib1sARB(int, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib1sNV(int, short)"><B>glVertexAttrib1sNV(int, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glVertexAttrib2(int, java.nio.FloatBuffer)"><B>glVertexAttrib2(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttrib2d(int, double, double)"><B>glVertexAttrib2d(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib2dARB(int, double, double)"><B>glVertexAttrib2dARB(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib2dARB(int, double, double)"><B>glVertexAttrib2dARB(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib2dNV(int, double, double)"><B>glVertexAttrib2dNV(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttrib2f(int, float, float)"><B>glVertexAttrib2f(int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glVertexAttrib2f(int, float, float)"><B>glVertexAttrib2f(int, float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib2fARB(int, float, float)"><B>glVertexAttrib2fARB(int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib2fARB(int, float, float)"><B>glVertexAttrib2fARB(int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib2fNV(int, float, float)"><B>glVertexAttrib2fNV(int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttrib2hNV(int, short, short)"><B>glVertexAttrib2hNV(int, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttrib2s(int, short, short)"><B>glVertexAttrib2s(int, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib2sARB(int, short, short)"><B>glVertexAttrib2sARB(int, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib2sARB(int, short, short)"><B>glVertexAttrib2sARB(int, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib2sNV(int, short, short)"><B>glVertexAttrib2sNV(int, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glVertexAttrib3(int, java.nio.FloatBuffer)"><B>glVertexAttrib3(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttrib3d(int, double, double, double)"><B>glVertexAttrib3d(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib3dARB(int, double, double, double)"><B>glVertexAttrib3dARB(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib3dARB(int, double, double, double)"><B>glVertexAttrib3dARB(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib3dNV(int, double, double, double)"><B>glVertexAttrib3dNV(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttrib3f(int, float, float, float)"><B>glVertexAttrib3f(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glVertexAttrib3f(int, float, float, float)"><B>glVertexAttrib3f(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib3fARB(int, float, float, float)"><B>glVertexAttrib3fARB(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib3fARB(int, float, float, float)"><B>glVertexAttrib3fARB(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib3fNV(int, float, float, float)"><B>glVertexAttrib3fNV(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttrib3hNV(int, short, short, short)"><B>glVertexAttrib3hNV(int, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttrib3s(int, short, short, short)"><B>glVertexAttrib3s(int, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib3sARB(int, short, short, short)"><B>glVertexAttrib3sARB(int, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib3sARB(int, short, short, short)"><B>glVertexAttrib3sARB(int, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib3sNV(int, short, short, short)"><B>glVertexAttrib3sNV(int, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glVertexAttrib4(int, java.nio.FloatBuffer)"><B>glVertexAttrib4(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttrib4d(int, double, double, double, double)"><B>glVertexAttrib4d(int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib4dARB(int, double, double, double, double)"><B>glVertexAttrib4dARB(int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib4dARB(int, double, double, double, double)"><B>glVertexAttrib4dARB(int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib4dNV(int, double, double, double, double)"><B>glVertexAttrib4dNV(int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttrib4f(int, float, float, float, float)"><B>glVertexAttrib4f(int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glVertexAttrib4f(int, float, float, float, float)"><B>glVertexAttrib4f(int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib4fARB(int, float, float, float, float)"><B>glVertexAttrib4fARB(int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib4fARB(int, float, float, float, float)"><B>glVertexAttrib4fARB(int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib4fNV(int, float, float, float, float)"><B>glVertexAttrib4fNV(int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttrib4hNV(int, short, short, short, short)"><B>glVertexAttrib4hNV(int, short, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttrib4Nub(int, byte, byte, byte, byte)"><B>glVertexAttrib4Nub(int, byte, byte, byte, byte)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib4NubARB(int, byte, byte, byte, byte)"><B>glVertexAttrib4NubARB(int, byte, byte, byte, byte)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib4NubARB(int, byte, byte, byte, byte)"><B>glVertexAttrib4NubARB(int, byte, byte, byte, byte)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttrib4s(int, short, short, short, short)"><B>glVertexAttrib4s(int, short, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttrib4sARB(int, short, short, short, short)"><B>glVertexAttrib4sARB(int, short, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttrib4sARB(int, short, short, short, short)"><B>glVertexAttrib4sARB(int, short, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib4sNV(int, short, short, short, short)"><B>glVertexAttrib4sNV(int, short, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttrib4ubNV(int, byte, byte, byte, byte)"><B>glVertexAttrib4ubNV(int, byte, byte, byte, byte)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexAttribArrayObject.html#glVertexAttribArrayObjectATI(int, int, int, boolean, int, int, int)"><B>glVertexAttribArrayObjectATI(int, int, int, boolean, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexAttribArrayObject.html" title="class in org.lwjgl.opengl">ATIVertexAttribArrayObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html#glVertexAttribBinding(int, int)"><B>glVertexAttribBinding(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glVertexAttribBinding(int, int)"><B>glVertexAttribBinding(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexAttribDivisor(int, int)"><B>glVertexAttribDivisor(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glVertexAttribDivisor(int, int)"><B>glVertexAttribDivisor(int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBInstancedArrays.html#glVertexAttribDivisorARB(int, int)"><B>glVertexAttribDivisorARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBInstancedArrays.html" title="class in org.lwjgl.opengl">ARBInstancedArrays</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html#glVertexAttribFormat(int, int, int, boolean, int)"><B>glVertexAttribFormat(int, int, int, boolean, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glVertexAttribFormat(int, int, int, boolean, int)"><B>glVertexAttribFormat(int, int, int, boolean, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glVertexAttribFormatNV(int, int, int, boolean, int)"><B>glVertexAttribFormatNV(int, int, int, boolean, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI1(int, java.nio.IntBuffer)"><B>glVertexAttribI1(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI1EXT(int, java.nio.IntBuffer)"><B>glVertexAttribI1EXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI1i(int, int)"><B>glVertexAttribI1i(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI1iEXT(int, int)"><B>glVertexAttribI1iEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI1u(int, java.nio.IntBuffer)"><B>glVertexAttribI1u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI1uEXT(int, java.nio.IntBuffer)"><B>glVertexAttribI1uEXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI1ui(int, int)"><B>glVertexAttribI1ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI1uiEXT(int, int)"><B>glVertexAttribI1uiEXT(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI2(int, java.nio.IntBuffer)"><B>glVertexAttribI2(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI2EXT(int, java.nio.IntBuffer)"><B>glVertexAttribI2EXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI2i(int, int, int)"><B>glVertexAttribI2i(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI2iEXT(int, int, int)"><B>glVertexAttribI2iEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI2u(int, java.nio.IntBuffer)"><B>glVertexAttribI2u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI2uEXT(int, java.nio.IntBuffer)"><B>glVertexAttribI2uEXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI2ui(int, int, int)"><B>glVertexAttribI2ui(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI2uiEXT(int, int, int)"><B>glVertexAttribI2uiEXT(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI3(int, java.nio.IntBuffer)"><B>glVertexAttribI3(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI3EXT(int, java.nio.IntBuffer)"><B>glVertexAttribI3EXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI3i(int, int, int, int)"><B>glVertexAttribI3i(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI3iEXT(int, int, int, int)"><B>glVertexAttribI3iEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI3u(int, java.nio.IntBuffer)"><B>glVertexAttribI3u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI3uEXT(int, java.nio.IntBuffer)"><B>glVertexAttribI3uEXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI3ui(int, int, int, int)"><B>glVertexAttribI3ui(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI3uiEXT(int, int, int, int)"><B>glVertexAttribI3uiEXT(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI4(int, java.nio.IntBuffer)"><B>glVertexAttribI4(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI4(int, java.nio.ByteBuffer)"><B>glVertexAttribI4(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI4(int, java.nio.ShortBuffer)"><B>glVertexAttribI4(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glVertexAttribI4(int, java.nio.IntBuffer)"><B>glVertexAttribI4(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4EXT(int, java.nio.IntBuffer)"><B>glVertexAttribI4EXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4EXT(int, java.nio.ByteBuffer)"><B>glVertexAttribI4EXT(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4EXT(int, java.nio.ShortBuffer)"><B>glVertexAttribI4EXT(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI4i(int, int, int, int, int)"><B>glVertexAttribI4i(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glVertexAttribI4i(int, int, int, int, int)"><B>glVertexAttribI4i(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4iEXT(int, int, int, int, int)"><B>glVertexAttribI4iEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI4u(int, java.nio.IntBuffer)"><B>glVertexAttribI4u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI4u(int, java.nio.ByteBuffer)"><B>glVertexAttribI4u(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI4u(int, java.nio.ShortBuffer)"><B>glVertexAttribI4u(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glVertexAttribI4u(int, java.nio.IntBuffer)"><B>glVertexAttribI4u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4uEXT(int, java.nio.IntBuffer)"><B>glVertexAttribI4uEXT(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4uEXT(int, java.nio.ByteBuffer)"><B>glVertexAttribI4uEXT(int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4uEXT(int, java.nio.ShortBuffer)"><B>glVertexAttribI4uEXT(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribI4ui(int, int, int, int, int)"><B>glVertexAttribI4ui(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glVertexAttribI4ui(int, int, int, int, int)"><B>glVertexAttribI4ui(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribI4uiEXT(int, int, int, int, int)"><B>glVertexAttribI4uiEXT(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html#glVertexAttribIFormat(int, int, int, int)"><B>glVertexAttribIFormat(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glVertexAttribIFormat(int, int, int, int)"><B>glVertexAttribIFormat(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glVertexAttribIFormatNV(int, int, int, int)"><B>glVertexAttribIFormatNV(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribIPointer(int, int, int, int, java.nio.ByteBuffer)"><B>glVertexAttribIPointer(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribIPointer(int, int, int, int, java.nio.IntBuffer)"><B>glVertexAttribIPointer(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribIPointer(int, int, int, int, java.nio.ShortBuffer)"><B>glVertexAttribIPointer(int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL30.html#glVertexAttribIPointer(int, int, int, int, long)"><B>glVertexAttribIPointer(int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL30.html" title="class in org.lwjgl.opengl">GL30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glVertexAttribIPointer(int, int, int, int, java.nio.ByteBuffer)"><B>glVertexAttribIPointer(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glVertexAttribIPointer(int, int, int, int, java.nio.IntBuffer)"><B>glVertexAttribIPointer(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glVertexAttribIPointer(int, int, int, int, java.nio.ShortBuffer)"><B>glVertexAttribIPointer(int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glVertexAttribIPointer(int, int, int, int, long)"><B>glVertexAttribIPointer(int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribIPointerEXT(int, int, int, int, java.nio.ByteBuffer)"><B>glVertexAttribIPointerEXT(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribIPointerEXT(int, int, int, int, java.nio.IntBuffer)"><B>glVertexAttribIPointerEXT(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribIPointerEXT(int, int, int, int, java.nio.ShortBuffer)"><B>glVertexAttribIPointerEXT(int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTGpuShader4.html#glVertexAttribIPointerEXT(int, int, int, int, long)"><B>glVertexAttribIPointerEXT(int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTGpuShader4.html" title="class in org.lwjgl.opengl">EXTGpuShader4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL1(int, java.nio.DoubleBuffer)"><B>glVertexAttribL1(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glVertexAttribL1(int, java.nio.DoubleBuffer)"><B>glVertexAttribL1(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL1d(int, double)"><B>glVertexAttribL1d(int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glVertexAttribL1d(int, double)"><B>glVertexAttribL1d(int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL1dEXT(int, double)"><B>glVertexAttribL1dEXT(int, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL1EXT(int, java.nio.DoubleBuffer)"><B>glVertexAttribL1EXT(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL1i64NV(int, long)"><B>glVertexAttribL1i64NV(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL1NV(int, java.nio.LongBuffer)"><B>glVertexAttribL1NV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glVertexAttribL1uARB(int, java.nio.LongBuffer)"><B>glVertexAttribL1uARB(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html#glVertexAttribL1ui64ARB(int, long)"><B>glVertexAttribL1ui64ARB(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBBindlessTexture.html" title="class in org.lwjgl.opengl">ARBBindlessTexture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL1ui64NV(int, long)"><B>glVertexAttribL1ui64NV(int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL1uNV(int, java.nio.LongBuffer)"><B>glVertexAttribL1uNV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL2(int, java.nio.DoubleBuffer)"><B>glVertexAttribL2(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glVertexAttribL2(int, java.nio.DoubleBuffer)"><B>glVertexAttribL2(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL2d(int, double, double)"><B>glVertexAttribL2d(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glVertexAttribL2d(int, double, double)"><B>glVertexAttribL2d(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL2dEXT(int, double, double)"><B>glVertexAttribL2dEXT(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL2EXT(int, java.nio.DoubleBuffer)"><B>glVertexAttribL2EXT(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL2i64NV(int, long, long)"><B>glVertexAttribL2i64NV(int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL2NV(int, java.nio.LongBuffer)"><B>glVertexAttribL2NV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL2ui64NV(int, long, long)"><B>glVertexAttribL2ui64NV(int, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL2uNV(int, java.nio.LongBuffer)"><B>glVertexAttribL2uNV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL3(int, java.nio.DoubleBuffer)"><B>glVertexAttribL3(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glVertexAttribL3(int, java.nio.DoubleBuffer)"><B>glVertexAttribL3(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL3d(int, double, double, double)"><B>glVertexAttribL3d(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glVertexAttribL3d(int, double, double, double)"><B>glVertexAttribL3d(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL3dEXT(int, double, double, double)"><B>glVertexAttribL3dEXT(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL3EXT(int, java.nio.DoubleBuffer)"><B>glVertexAttribL3EXT(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL3i64NV(int, long, long, long)"><B>glVertexAttribL3i64NV(int, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL3NV(int, java.nio.LongBuffer)"><B>glVertexAttribL3NV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL3ui64NV(int, long, long, long)"><B>glVertexAttribL3ui64NV(int, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL3uNV(int, java.nio.LongBuffer)"><B>glVertexAttribL3uNV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL4(int, java.nio.DoubleBuffer)"><B>glVertexAttribL4(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glVertexAttribL4(int, java.nio.DoubleBuffer)"><B>glVertexAttribL4(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribL4d(int, double, double, double, double)"><B>glVertexAttribL4d(int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glVertexAttribL4d(int, double, double, double, double)"><B>glVertexAttribL4d(int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL4dEXT(int, double, double, double, double)"><B>glVertexAttribL4dEXT(int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribL4EXT(int, java.nio.DoubleBuffer)"><B>glVertexAttribL4EXT(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL4i64NV(int, long, long, long, long)"><B>glVertexAttribL4i64NV(int, long, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL4NV(int, java.nio.LongBuffer)"><B>glVertexAttribL4NV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL4ui64NV(int, long, long, long, long)"><B>glVertexAttribL4ui64NV(int, long, long, long, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribL4uNV(int, java.nio.LongBuffer)"><B>glVertexAttribL4uNV(int, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html#glVertexAttribLFormat(int, int, int, int)"><B>glVertexAttribLFormat(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glVertexAttribLFormat(int, int, int, int)"><B>glVertexAttribLFormat(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html#glVertexAttribLFormatNV(int, int, int, int)"><B>glVertexAttribLFormatNV(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl">NVVertexAttribInteger64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribLPointer(int, int, int, java.nio.DoubleBuffer)"><B>glVertexAttribLPointer(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html#glVertexAttribLPointer(int, int, int, long)"><B>glVertexAttribLPointer(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttrib64bit.html" title="class in org.lwjgl.opengl">ARBVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glVertexAttribLPointer(int, int, int, java.nio.DoubleBuffer)"><B>glVertexAttribLPointer(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glVertexAttribLPointer(int, int, int, long)"><B>glVertexAttribLPointer(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribLPointerEXT(int, int, int, java.nio.DoubleBuffer)"><B>glVertexAttribLPointerEXT(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html#glVertexAttribLPointerEXT(int, int, int, long)"><B>glVertexAttribLPointerEXT(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexAttrib64bit.html" title="class in org.lwjgl.opengl">EXTVertexAttrib64bit</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP1u(int, int, boolean, java.nio.IntBuffer)"><B>glVertexAttribP1u(int, int, boolean, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexAttribP1u(int, int, boolean, java.nio.IntBuffer)"><B>glVertexAttribP1u(int, int, boolean, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP1ui(int, int, boolean, int)"><B>glVertexAttribP1ui(int, int, boolean, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexAttribP1ui(int, int, boolean, int)"><B>glVertexAttribP1ui(int, int, boolean, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP2u(int, int, boolean, java.nio.IntBuffer)"><B>glVertexAttribP2u(int, int, boolean, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexAttribP2u(int, int, boolean, java.nio.IntBuffer)"><B>glVertexAttribP2u(int, int, boolean, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP2ui(int, int, boolean, int)"><B>glVertexAttribP2ui(int, int, boolean, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexAttribP2ui(int, int, boolean, int)"><B>glVertexAttribP2ui(int, int, boolean, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP3u(int, int, boolean, java.nio.IntBuffer)"><B>glVertexAttribP3u(int, int, boolean, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexAttribP3u(int, int, boolean, java.nio.IntBuffer)"><B>glVertexAttribP3u(int, int, boolean, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP3ui(int, int, boolean, int)"><B>glVertexAttribP3ui(int, int, boolean, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexAttribP3ui(int, int, boolean, int)"><B>glVertexAttribP3ui(int, int, boolean, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP4u(int, int, boolean, java.nio.IntBuffer)"><B>glVertexAttribP4u(int, int, boolean, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexAttribP4u(int, int, boolean, java.nio.IntBuffer)"><B>glVertexAttribP4u(int, int, boolean, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexAttribP4ui(int, int, boolean, int)"><B>glVertexAttribP4ui(int, int, boolean, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexAttribP4ui(int, int, boolean, int)"><B>glVertexAttribP4ui(int, int, boolean, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AMDInterleavedElements.html#glVertexAttribParameteriAMD(int, int, int)"><B>glVertexAttribParameteriAMD(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDInterleavedElements.html" title="class in org.lwjgl.opengl">AMDInterleavedElements</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttribPointer(int, int, boolean, int, java.nio.DoubleBuffer)"><B>glVertexAttribPointer(int, int, boolean, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttribPointer(int, int, boolean, int, java.nio.FloatBuffer)"><B>glVertexAttribPointer(int, int, boolean, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttribPointer(int, int, boolean, boolean, int, java.nio.ByteBuffer)"><B>glVertexAttribPointer(int, int, boolean, boolean, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttribPointer(int, int, boolean, boolean, int, java.nio.IntBuffer)"><B>glVertexAttribPointer(int, int, boolean, boolean, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttribPointer(int, int, boolean, boolean, int, java.nio.ShortBuffer)"><B>glVertexAttribPointer(int, int, boolean, boolean, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttribPointer(int, int, int, boolean, int, long)"><B>glVertexAttribPointer(int, int, int, boolean, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL20.html#glVertexAttribPointer(int, int, int, boolean, int, java.nio.ByteBuffer)"><B>glVertexAttribPointer(int, int, int, boolean, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL20.html" title="class in org.lwjgl.opengl">GL20</A>
<DD>Overloads glVertexAttribPointer.
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glVertexAttribPointer(int, int, boolean, int, java.nio.FloatBuffer)"><B>glVertexAttribPointer(int, int, boolean, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glVertexAttribPointer(int, int, boolean, boolean, int, java.nio.ByteBuffer)"><B>glVertexAttribPointer(int, int, boolean, boolean, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glVertexAttribPointer(int, int, boolean, boolean, int, java.nio.IntBuffer)"><B>glVertexAttribPointer(int, int, boolean, boolean, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glVertexAttribPointer(int, int, boolean, boolean, int, java.nio.ShortBuffer)"><B>glVertexAttribPointer(int, int, boolean, boolean, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glVertexAttribPointer(int, int, int, boolean, int, long)"><B>glVertexAttribPointer(int, int, int, boolean, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttribPointerARB(int, int, boolean, int, java.nio.DoubleBuffer)"><B>glVertexAttribPointerARB(int, int, boolean, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttribPointerARB(int, int, boolean, int, java.nio.FloatBuffer)"><B>glVertexAttribPointerARB(int, int, boolean, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttribPointerARB(int, int, boolean, boolean, int, java.nio.ByteBuffer)"><B>glVertexAttribPointerARB(int, int, boolean, boolean, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttribPointerARB(int, int, boolean, boolean, int, java.nio.IntBuffer)"><B>glVertexAttribPointerARB(int, int, boolean, boolean, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttribPointerARB(int, int, boolean, boolean, int, java.nio.ShortBuffer)"><B>glVertexAttribPointerARB(int, int, boolean, boolean, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexProgram.html#glVertexAttribPointerARB(int, int, int, boolean, int, long)"><B>glVertexAttribPointerARB(int, int, int, boolean, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexProgram.html" title="class in org.lwjgl.opengl">ARBVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttribPointerARB(int, int, boolean, int, java.nio.DoubleBuffer)"><B>glVertexAttribPointerARB(int, int, boolean, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttribPointerARB(int, int, boolean, int, java.nio.FloatBuffer)"><B>glVertexAttribPointerARB(int, int, boolean, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttribPointerARB(int, int, boolean, boolean, int, java.nio.ByteBuffer)"><B>glVertexAttribPointerARB(int, int, boolean, boolean, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttribPointerARB(int, int, boolean, boolean, int, java.nio.IntBuffer)"><B>glVertexAttribPointerARB(int, int, boolean, boolean, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttribPointerARB(int, int, boolean, boolean, int, java.nio.ShortBuffer)"><B>glVertexAttribPointerARB(int, int, boolean, boolean, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttribPointerARB(int, int, int, boolean, int, long)"><B>glVertexAttribPointerARB(int, int, int, boolean, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexShader.html#glVertexAttribPointerARB(int, int, int, boolean, int, java.nio.ByteBuffer)"><B>glVertexAttribPointerARB(int, int, int, boolean, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexShader.html" title="class in org.lwjgl.opengl">ARBVertexShader</A>
<DD>Overloads glVertexAttribPointerARB.
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribPointerNV(int, int, int, int, java.nio.DoubleBuffer)"><B>glVertexAttribPointerNV(int, int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribPointerNV(int, int, int, int, java.nio.FloatBuffer)"><B>glVertexAttribPointerNV(int, int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribPointerNV(int, int, int, int, java.nio.ByteBuffer)"><B>glVertexAttribPointerNV(int, int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribPointerNV(int, int, int, int, java.nio.IntBuffer)"><B>glVertexAttribPointerNV(int, int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribPointerNV(int, int, int, int, java.nio.ShortBuffer)"><B>glVertexAttribPointerNV(int, int, int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribPointerNV(int, int, int, int, long)"><B>glVertexAttribPointerNV(int, int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttribs1NV(int, java.nio.ShortBuffer)"><B>glVertexAttribs1NV(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs1NV(int, java.nio.ShortBuffer)"><B>glVertexAttribs1NV(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs1NV(int, java.nio.FloatBuffer)"><B>glVertexAttribs1NV(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs1NV(int, java.nio.DoubleBuffer)"><B>glVertexAttribs1NV(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttribs2NV(int, java.nio.ShortBuffer)"><B>glVertexAttribs2NV(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs2NV(int, java.nio.ShortBuffer)"><B>glVertexAttribs2NV(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs2NV(int, java.nio.FloatBuffer)"><B>glVertexAttribs2NV(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs2NV(int, java.nio.DoubleBuffer)"><B>glVertexAttribs2NV(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttribs3NV(int, java.nio.ShortBuffer)"><B>glVertexAttribs3NV(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs3NV(int, java.nio.ShortBuffer)"><B>glVertexAttribs3NV(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs3NV(int, java.nio.FloatBuffer)"><B>glVertexAttribs3NV(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs3NV(int, java.nio.DoubleBuffer)"><B>glVertexAttribs3NV(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glVertexAttribs4NV(int, java.nio.ShortBuffer)"><B>glVertexAttribs4NV(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs4NV(int, java.nio.ShortBuffer)"><B>glVertexAttribs4NV(int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs4NV(int, java.nio.FloatBuffer)"><B>glVertexAttribs4NV(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html#glVertexAttribs4NV(int, java.nio.DoubleBuffer)"><B>glVertexAttribs4NV(int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl">NVVertexProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html#glVertexBindingDivisor(int, int)"><B>glVertexBindingDivisor(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexAttribBinding.html" title="class in org.lwjgl.opengl">ARBVertexAttribBinding</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL43.html#glVertexBindingDivisor(int, int)"><B>glVertexBindingDivisor(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL43.html" title="class in org.lwjgl.opengl">GL43</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glVertexBlendARB(int)"><B>glVertexBlendARB(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexBlendEnvfATI(int, float)"><B>glVertexBlendEnvfATI(int, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexBlendEnviATI(int, int)"><B>glVertexBlendEnviATI(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html#glVertexFormatNV(int, int, int)"><B>glVertexFormatNV(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl">NVVertexBufferUnifiedMemory</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexP2u(int, java.nio.IntBuffer)"><B>glVertexP2u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexP2u(int, java.nio.IntBuffer)"><B>glVertexP2u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexP2ui(int, int)"><B>glVertexP2ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexP2ui(int, int)"><B>glVertexP2ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexP3u(int, java.nio.IntBuffer)"><B>glVertexP3u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexP3u(int, java.nio.IntBuffer)"><B>glVertexP3u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexP3ui(int, int)"><B>glVertexP3ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexP3ui(int, int)"><B>glVertexP3ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexP4u(int, java.nio.IntBuffer)"><B>glVertexP4u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexP4u(int, java.nio.IntBuffer)"><B>glVertexP4u(int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html#glVertexP4ui(int, int)"><B>glVertexP4ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexType2_10_10_10_REV.html" title="class in org.lwjgl.opengl">ARBVertexType2_10_10_10_REV</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL33.html#glVertexP4ui(int, int)"><B>glVertexP4ui(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL33.html" title="class in org.lwjgl.opengl">GL33</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertexPointer(int, int, java.nio.DoubleBuffer)"><B>glVertexPointer(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertexPointer(int, int, java.nio.FloatBuffer)"><B>glVertexPointer(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertexPointer(int, int, java.nio.IntBuffer)"><B>glVertexPointer(int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertexPointer(int, int, java.nio.ShortBuffer)"><B>glVertexPointer(int, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertexPointer(int, int, int, long)"><B>glVertexPointer(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glVertexPointer(int, int, int, java.nio.ByteBuffer)"><B>glVertexPointer(int, int, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>Overloads glVertexPointer.
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream2dATI(int, double, double)"><B>glVertexStream2dATI(int, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream2fATI(int, float, float)"><B>glVertexStream2fATI(int, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream2iATI(int, int, int)"><B>glVertexStream2iATI(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream2sATI(int, short, short)"><B>glVertexStream2sATI(int, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream3dATI(int, double, double, double)"><B>glVertexStream3dATI(int, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream3fATI(int, float, float, float)"><B>glVertexStream3fATI(int, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream3iATI(int, int, int, int)"><B>glVertexStream3iATI(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream3sATI(int, short, short, short)"><B>glVertexStream3sATI(int, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream4dATI(int, double, double, double, double)"><B>glVertexStream4dATI(int, double, double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream4fATI(int, float, float, float, float)"><B>glVertexStream4fATI(int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream4iATI(int, int, int, int, int)"><B>glVertexStream4iATI(int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ATIVertexStreams.html#glVertexStream4sATI(int, short, short, short, short)"><B>glVertexStream4sATI(int, short, short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ATIVertexStreams.html" title="class in org.lwjgl.opengl">ATIVertexStreams</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#glVertexWeightfEXT(float)"><B>glVertexWeightfEXT(float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html#glVertexWeighthNV(short)"><B>glVertexWeighthNV(short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl">NVHalfFloat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#glVertexWeightPointerEXT(int, int, java.nio.FloatBuffer)"><B>glVertexWeightPointerEXT(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html#glVertexWeightPointerEXT(int, int, int, long)"><B>glVertexWeightPointerEXT(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexWeighting.html" title="class in org.lwjgl.opengl">EXTVertexWeighting</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glVideoCaptureNV(int, java.nio.IntBuffer, java.nio.LongBuffer)"><B>glVideoCaptureNV(int, IntBuffer, LongBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glVideoCaptureStreamParameterNV(int, int, int, java.nio.IntBuffer)"><B>glVideoCaptureStreamParameterNV(int, int, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glVideoCaptureStreamParameterNV(int, int, int, java.nio.FloatBuffer)"><B>glVideoCaptureStreamParameterNV(int, int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html#glVideoCaptureStreamParameterNV(int, int, int, java.nio.DoubleBuffer)"><B>glVideoCaptureStreamParameterNV(int, int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl">NVVideoCapture</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL11.html#glViewport(int, int, int, int)"><B>glViewport(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL11.html" title="class in org.lwjgl.opengl">GL11</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES20.html#glViewport(int, int, int, int)"><B>glViewport(int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES20.html" title="class in org.lwjgl.opengles">GLES20</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glViewportArray(int, java.nio.FloatBuffer)"><B>glViewportArray(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glViewportArray(int, java.nio.FloatBuffer)"><B>glViewportArray(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glViewportIndexed(int, java.nio.FloatBuffer)"><B>glViewportIndexed(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glViewportIndexed(int, java.nio.FloatBuffer)"><B>glViewportIndexed(int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBViewportArray.html#glViewportIndexedf(int, float, float, float, float)"><B>glViewportIndexedf(int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBViewportArray.html" title="class in org.lwjgl.opengl">ARBViewportArray</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL41.html#glViewportIndexedf(int, float, float, float, float)"><B>glViewportIndexedf(int, float, float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL41.html" title="class in org.lwjgl.opengl">GL41</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBSync.html#glWaitSync(org.lwjgl.opengl.GLSync, int, long)"><B>glWaitSync(GLSync, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBSync.html" title="class in org.lwjgl.opengl">ARBSync</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL32.html#glWaitSync(org.lwjgl.opengl.GLSync, int, long)"><B>glWaitSync(GLSync, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL32.html" title="class in org.lwjgl.opengl">GL32</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/GLES30.html#glWaitSync(org.lwjgl.opengles.GLSync, int, long)"><B>glWaitSync(GLSync, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLES30.html" title="class in org.lwjgl.opengles">GLES30</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#glWaitSyncAPPLE(org.lwjgl.opengles.GLSync, int, long)"><B>glWaitSyncAPPLE(GLSync, int, long)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightARB(java.nio.ByteBuffer)"><B>glWeightARB(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightARB(java.nio.ShortBuffer)"><B>glWeightARB(ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightARB(java.nio.IntBuffer)"><B>glWeightARB(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightARB(java.nio.FloatBuffer)"><B>glWeightARB(FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightARB(java.nio.DoubleBuffer)"><B>glWeightARB(DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html#glWeightPathsNV(int, java.nio.IntBuffer, java.nio.FloatBuffer)"><B>glWeightPathsNV(int, IntBuffer, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl">NVPathRendering</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightPointerARB(int, int, java.nio.DoubleBuffer)"><B>glWeightPointerARB(int, int, DoubleBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightPointerARB(int, int, java.nio.FloatBuffer)"><B>glWeightPointerARB(int, int, FloatBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightPointerARB(int, boolean, int, java.nio.ByteBuffer)"><B>glWeightPointerARB(int, boolean, int, ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightPointerARB(int, boolean, int, java.nio.IntBuffer)"><B>glWeightPointerARB(int, boolean, int, IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightPointerARB(int, boolean, int, java.nio.ShortBuffer)"><B>glWeightPointerARB(int, boolean, int, ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightPointerARB(int, int, int, long)"><B>glWeightPointerARB(int, int, int, long)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightuARB(java.nio.ByteBuffer)"><B>glWeightuARB(ByteBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightuARB(java.nio.ShortBuffer)"><B>glWeightuARB(ShortBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBVertexBlend.html#glWeightuARB(java.nio.IntBuffer)"><B>glWeightuARB(IntBuffer)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBVertexBlend.html" title="class in org.lwjgl.opengl">ARBVertexBlend</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glWindowPos2d(double, double)"><B>glWindowPos2d(double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos2dARB(double, double)"><B>glWindowPos2dARB(double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glWindowPos2f(float, float)"><B>glWindowPos2f(float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos2fARB(float, float)"><B>glWindowPos2fARB(float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glWindowPos2i(int, int)"><B>glWindowPos2i(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos2iARB(int, int)"><B>glWindowPos2iARB(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos2sARB(short, short)"><B>glWindowPos2sARB(short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glWindowPos3d(double, double, double)"><B>glWindowPos3d(double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos3dARB(double, double, double)"><B>glWindowPos3dARB(double, double, double)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glWindowPos3f(float, float, float)"><B>glWindowPos3f(float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos3fARB(float, float, float)"><B>glWindowPos3fARB(float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GL14.html#glWindowPos3i(int, int, int)"><B>glWindowPos3i(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL14.html" title="class in org.lwjgl.opengl">GL14</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos3iARB(int, int, int)"><B>glWindowPos3iARB(int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBWindowPos.html#glWindowPos3sARB(short, short, short)"><B>glWindowPos3sARB(short, short, short)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBWindowPos.html" title="class in org.lwjgl.opengl">ARBWindowPos</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/EXTVertexShader.html#glWriteMaskEXT(int, int, int, int, int, int)"><B>glWriteMaskEXT(int, int, int, int, int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTVertexShader.html" title="class in org.lwjgl.opengl">EXTVertexShader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferSRGB.html#GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB"><B>GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferSRGB.html" title="class in org.lwjgl.opengl">ARBFramebufferSRGB</A>
<DD>Accepted by the &lt;attribList&gt; parameter of glXChooseVisual, and by
the &lt;attrib&gt; parameter of glXGetConfig:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferSRGB.html#GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT"><B>GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferSRGB.html" title="class in org.lwjgl.opengl">EXTFramebufferSRGB</A>
<DD>Accepted by the &lt;attribList&gt; parameter of glXChooseVisual, and by
the &lt;attrib&gt; parameter of glXGetConfig:
<DT><A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html#GLX_RGBA_FLOAT_BIT"><B>GLX_RGBA_FLOAT_BIT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</A>
<DD>Accepted as a bit set in the GLX_RENDER_TYPE variable
<DT><A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html#GLX_RGBA_FLOAT_TYPE"><B>GLX_RGBA_FLOAT_TYPE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</A>
<DD>Accepted as values of the &lt;render_type&gt; arguments in the
glXCreateNewContext and glXCreateContext functions
<DT><A HREF="./org/lwjgl/opengl/EXTPackedFloat.html#GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT"><B>GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedFloat.html" title="class in org.lwjgl.opengl">EXTPackedFloat</A>
<DD>Returned by glXGetFBConfigAttrib (when &lt;attribute&gt; is set to
GLX_RENDER_TYPE) and accepted by the &lt;attrib_list&gt; parameter of
glXChooseFBConfig (following the GLX_RENDER_TYPE token):
<DT><A HREF="./org/lwjgl/opengl/EXTPackedFloat.html#GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT"><B>GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedFloat.html" title="class in org.lwjgl.opengl">EXTPackedFloat</A>
<DD>Accepted as values of the &lt;render_type&gt; arguments in the
glXCreateNewContext and glXCreateContext functions
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#grabMouse(boolean)"><B>grabMouse(boolean)</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#GREEN"><B>GREEN</B></A> -
Static variable in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GREMEDYFrameTerminator.html" title="class in org.lwjgl.opengl"><B>GREMEDYFrameTerminator</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/GREMEDYStringMarker.html" title="class in org.lwjgl.opengl"><B>GREMEDYStringMarker</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/ReadableColor.html#GREY"><B>GREY</B></A> -
Static variable in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Rectangle.html#grow(int, int)"><B>grow(int, int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Resizes the <code>Rectangle</code> both horizontally and vertically.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/opencl/CLContextCallback.html#handleMessage(java.lang.String, java.nio.ByteBuffer)"><B>handleMessage(String, ByteBuffer)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLContextCallback.html" title="class in org.lwjgl.opencl">CLContextCallback</A>
<DD>The callback method.
<DT><A HREF="./org/lwjgl/opencl/CLEventCallback.html#handleMessage(org.lwjgl.opencl.CLEvent, int)"><B>handleMessage(CLEvent, int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLEventCallback.html" title="class in org.lwjgl.opencl">CLEventCallback</A>
<DD>The callback method.
<DT><A HREF="./org/lwjgl/opencl/CLMemObjectDestructorCallback.html#handleMessage(long)"><B>handleMessage(long)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLMemObjectDestructorCallback.html" title="class in org.lwjgl.opencl">CLMemObjectDestructorCallback</A>
<DD>The callback method.
<DT><A HREF="./org/lwjgl/opencl/CLPrintfCallback.html#handleMessage(java.lang.String)"><B>handleMessage(String)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPrintfCallback.html" title="class in org.lwjgl.opencl">CLPrintfCallback</A>
<DD>The callback method.
<DT><A HREF="./org/lwjgl/opengl/AMDDebugOutputCallback.Handler.html#handleMessage(int, int, int, java.lang.String)"><B>handleMessage(int, int, int, String)</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AMDDebugOutputCallback.Handler.html" title="interface in org.lwjgl.opengl">AMDDebugOutputCallback.Handler</A>
<DD>This method will be called when an AMD_debug_output message is generated.
<DT><A HREF="./org/lwjgl/opengl/ARBDebugOutputCallback.Handler.html#handleMessage(int, int, int, int, java.lang.String)"><B>handleMessage(int, int, int, int, String)</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBDebugOutputCallback.Handler.html" title="interface in org.lwjgl.opengl">ARBDebugOutputCallback.Handler</A>
<DD>This method will be called when an ARB_debug_output message is generated.
<DT><A HREF="./org/lwjgl/opengl/KHRDebugCallback.Handler.html#handleMessage(int, int, int, int, java.lang.String)"><B>handleMessage(int, int, int, int, String)</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebugCallback.Handler.html" title="interface in org.lwjgl.opengl">KHRDebugCallback.Handler</A>
<DD>This method will be called when an ARB_debug_output message is generated.
<DT><A HREF="./org/lwjgl/opengles/KHRDebugCallback.Handler.html#handleMessage(int, int, int, int, java.lang.String)"><B>handleMessage(int, int, int, int, String)</B></A> -
Method in interface org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebugCallback.Handler.html" title="interface in org.lwjgl.opengles">KHRDebugCallback.Handler</A>
<DD>This method will be called when an ARB_debug_output message is generated.
<DT><A HREF="./org/lwjgl/opengl/DisplayMode.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</A>
<DD>Retrieves the hashcode for this object
<DT><A HREF="./org/lwjgl/PointerBuffer.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Returns the current hash code of this buffer.
<DT><A HREF="./org/lwjgl/PointerWrapperAbstract.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Color.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Hashcode
<DT><A HREF="./org/lwjgl/util/Dimension.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</A>
<DD>Returns the hash code for this <code>Dimension</code>.
<DT><A HREF="./org/lwjgl/util/Point.html#hashCode()"><B>hashCode()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>Returns the hash code for this <code>Point</code>.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#hasRemaining()"><B>hasRemaining()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Tells whether there are any elements between the current position and
the limit.
<DT><A HREF="./org/lwjgl/input/Cursor.html#hasTimedOut()"><B>hasTimedOut()</B></A> -
Method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</A>
<DD>Determines whether this cursor has timed out
<DT><A HREF="./org/lwjgl/input/Mouse.html#hasWheel()"><B>hasWheel()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#hasWheel()"><B>hasWheel()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Query of wheel support
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#headless"><B>headless</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>whether to run in headless mode
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#headlessMessage"><B>headlessMessage</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>messages to be passed via liveconnect in headless mode
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#headlessWaiting"><B>headlessWaiting</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>whether to switch applets in headless mode or wait longer
<DT><A HREF="./org/lwjgl/opengl/XRandR.Screen.html#height"><B>height</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl">XRandR.Screen</A>
<DD>Height in pixels
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#hierarchyChanged(java.awt.event.HierarchyEvent)"><B>hierarchyChanged(HierarchyEvent)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#HIGHPASS_DEFAULT_GAIN"><B>HIGHPASS_DEFAULT_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#HIGHPASS_DEFAULT_GAINLF"><B>HIGHPASS_DEFAULT_GAINLF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#HIGHPASS_MAX_GAIN"><B>HIGHPASS_MAX_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#HIGHPASS_MAX_GAINLF"><B>HIGHPASS_MAX_GAINLF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#HIGHPASS_MIN_GAIN"><B>HIGHPASS_MIN_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#HIGHPASS_MIN_GAINLF"><B>HIGHPASS_MIN_GAINLF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/HPOcclusionTest.html" title="class in org.lwjgl.opengl"><B>HPOcclusionTest</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/opengl/IBMRasterposClip.html" title="class in org.lwjgl.opengl"><B>IBMRasterposClip</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#iget(long)"><B>iget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#iget(org.lwjgl.util.mapped.MappedObject, int)"><B>iget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html#IMAGE_FORMAT_COMPATIBILITY_BY_CLASS"><B>IMAGE_FORMAT_COMPATIBILITY_BY_CLASS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBShaderImageLoadStore.html" title="class in org.lwjgl.opengl">ARBShaderImageLoadStore</A>
<DD>Returned in the &lt;data&gt; parameter of GetTexParameteriv, GetTexParameterfv,
GetTexParameterIiv, and GetTexParameterIuiv when &lt;value&gt; is
IMAGE_FORMAT_COMPATIBILITY_TYPE:
<DT><A HREF="./org/lwjgl/opengl/GL42.html#IMAGE_FORMAT_COMPATIBILITY_BY_CLASS"><B>IMAGE_FORMAT_COMPATIBILITY_BY_CLASS</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GL42.html" title="class in org.lwjgl.opengl">GL42</A>
<DD>Returned in the &lt;data&gt; parameter of GetTexParameteriv, GetTexParameterfv,
GetTexParameterIiv, and GetTexParameterIuiv when &lt;value&gt; is
IMAGE_FORMAT_COMPATIBILITY_TYPE:
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#imageUpdate(java.awt.Image, int, int, int, int, int)"><B>imageUpdate(Image, int, int, int, int, int)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>When an animated gif frame is ready to be drawn the ImageObserver
will call this method.
<DT><A HREF="./org/lwjgl/opengles/IMGMultisampledRenderToTexture.html" title="class in org.lwjgl.opengles"><B>IMGMultisampledRenderToTexture</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/IMGProgramBinary.html" title="class in org.lwjgl.opengles"><B>IMGProgramBinary</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/IMGReadFormat.html" title="class in org.lwjgl.opengles"><B>IMGReadFormat</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/IMGShaderBinary.html" title="class in org.lwjgl.opengles"><B>IMGShaderBinary</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/IMGTextureCompressionPvrtc.html" title="class in org.lwjgl.opengles"><B>IMGTextureCompressionPvrtc</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#init()"><B>init()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#initContext(float, float, float)"><B>initContext(float, float, float)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#initGL()"><B>initGL()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>Override this to do initialising of the context.
<DT><A HREF="./org/lwjgl/Sys.html#initialize()"><B>initialize()</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</A>
<DD>Initialization.
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl"><B>InputImplementation</B></A> - Interface in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/INTELImmediateExecution.html" title="class in org.lwjgl.opencl"><B>INTELImmediateExecution</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/INTELMapTexture.html" title="class in org.lwjgl.opengl"><B>INTELMapTexture</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/INTELThreadLocalExec.html" title="class in org.lwjgl.opencl"><B>INTELThreadLocalExec</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/Rectangle.html#intersection(org.lwjgl.util.ReadableRectangle, org.lwjgl.util.Rectangle)"><B>intersection(ReadableRectangle, Rectangle)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Computes the intersection of this <code>Rectangle</code> with the
specified <code>Rectangle</code>.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#intersects(org.lwjgl.util.ReadableRectangle)"><B>intersects(ReadableRectangle)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Determines whether or not this <code>Rectangle</code> and the specified
<code>Rectangle</code> intersect.
<DT><A HREF="./org/lwjgl/util/vector/Matrix.html#invert()"><B>invert()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</A>
<DD>Invert this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#invert()"><B>invert()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Invert this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#invert(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f)"><B>invert(Matrix2f, Matrix2f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Invert the source matrix and place the result in the destination matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#invert()"><B>invert()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Invert this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#invert(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f)"><B>invert(Matrix3f, Matrix3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Invert the source matrix and put the result into the destination matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#invert()"><B>invert()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Invert this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#invert(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)"><B>invert(Matrix4f, Matrix4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Invert the source matrix and put the result in the destination
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#iput(int, long)"><B>iput(int, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#iput(org.lwjgl.util.mapped.MappedObject, int, int)"><B>iput(MappedObject, int, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerBuffer.html#is64Bit()"><B>is64Bit()</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Returns true if the underlying architecture is 64bit.
<DT><A HREF="./org/lwjgl/Sys.html#is64Bit()"><B>is64Bit()</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</A>
<DD>Returns true if a 64bit implementation was loaded.
<DT><A HREF="./org/lwjgl/opengl/Display.html#isActive()"><B>isActive()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#isBufferLost()"><B>isBufferLost()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>Method to test for validity of the buffer.
<DT><A HREF="./org/lwjgl/input/Mouse.html#isButtonDown(int)"><B>isButtonDown(int)</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>See if a particular mouse button is down.
<DT><A HREF="./org/lwjgl/input/Controller.html#isButtonPressed(int)"><B>isButtonPressed(int)</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Check if a button is currently pressed
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#isButtonPressed(int)"><B>isButtonPressed(int)</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Check if a button is currently pressed
<DT><A HREF="./org/lwjgl/input/Mouse.html#isClipMouseCoordinatesToWindow()"><B>isClipMouseCoordinatesToWindow()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Display.html#isCloseRequested()"><B>isCloseRequested()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#isContextResetIsolation()"><B>isContextResetIsolation()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns true if the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_RESET_ISOLATION_BIT_ARB"><CODE>ContextAttribs.CONTEXT_RESET_ISOLATION_BIT_ARB</CODE></A> has been set.
<DT><A HREF="./org/lwjgl/input/Controllers.html#isCreated()"><B>isCreated()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#isCreated()"><B>isCreated()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Mouse.html#isCreated()"><B>isCreated()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/AL.html#isCreated()"><B>isCreated()</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/AL.html" title="class in org.lwjgl.openal">AL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CL.html#isCreated()"><B>isCreated()</B></A> -
Static method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CL.html" title="class in org.lwjgl.opencl">CL</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Display.html#isCreated()"><B>isCreated()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#isCurrent()"><B>isCurrent()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Display.html#isCurrent()"><B>isCurrent()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Returns true if the Display's context is current in the current thread.
<DT><A HREF="./org/lwjgl/opengl/Drawable.html#isCurrent()"><B>isCurrent()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Drawable.html" title="interface in org.lwjgl.opengl">Drawable</A>
<DD>Returns true if the Drawable's context is current in the current thread.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#isDebug()"><B>isDebug()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns true if the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_DEBUG_BIT_ARB"><CODE>ContextAttribs.CONTEXT_DEBUG_BIT_ARB</CODE></A> has been set.
<DT><A HREF="./org/lwjgl/opengl/Display.html#isDirty()"><B>isDirty()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Determine if the window's contents have been damaged by external events.
<DT><A HREF="./org/lwjgl/openal/EFXUtil.html#isEffectSupported(int)"><B>isEffectSupported(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFXUtil.html" title="class in org.lwjgl.openal">EFXUtil</A>
<DD>Tests OpenAL to see whether the given effect type is supported.
<DT><A HREF="./org/lwjgl/openal/EFXUtil.html#isEfxSupported()"><B>isEfxSupported()</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFXUtil.html" title="class in org.lwjgl.openal">EFXUtil</A>
<DD>Checks if OpenAL implementation is loaded and supports ALC_EXT_EFX.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#isEmpty()"><B>isEmpty()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Determines whether or not this <code>Rectangle</code> is empty.
<DT><A HREF="./org/lwjgl/input/Controllers.html#isEventAxis()"><B>isEventAxis()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Check if the current event was caused by a axis
<DT><A HREF="./org/lwjgl/input/Controllers.html#isEventButton()"><B>isEventButton()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Check if the current event was caused by a button
<DT><A HREF="./org/lwjgl/input/Controllers.html#isEventPovX()"><B>isEventPovX()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Check if the current event was cause by the POV x-axis
<DT><A HREF="./org/lwjgl/input/Controllers.html#isEventPovY()"><B>isEventPovY()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Check if the current event was cause by the POV x-axis
<DT><A HREF="./org/lwjgl/input/Controllers.html#isEventXAxis()"><B>isEventXAxis()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Check if the current event was caused by movement on the x-axis
<DT><A HREF="./org/lwjgl/input/Controllers.html#isEventYAxis()"><B>isEventYAxis()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Check if the current event was caused by movement on the y-axis
<DT><A HREF="./org/lwjgl/opengles/EGLDisplay.html#isExtensionSupported(java.lang.String)"><B>isExtensionSupported(String)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</A>
<DD>Returns true if the specified EGL extension is supported by this EGL display.
<DT><A HREF="./org/lwjgl/openal/EFXUtil.html#isFilterSupported(int)"><B>isFilterSupported(int)</B></A> -
Static method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFXUtil.html" title="class in org.lwjgl.openal">EFXUtil</A>
<DD>Tests OpenAL to see whether the given filter type is supported.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#isFloatingPoint()"><B>isFloatingPoint()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#isForwardCompatible()"><B>isForwardCompatible()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns true if the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_FORWARD_COMPATIBLE_BIT_ARB"><CODE>ContextAttribs.CONTEXT_FORWARD_COMPATIBLE_BIT_ARB</CODE></A> has been set.
<DT><A HREF="./org/lwjgl/opengl/Display.html#isFullscreen()"><B>isFullscreen()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/DisplayMode.html#isFullscreenCapable()"><B>isFullscreenCapable()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</A>
<DD>True if this instance can be used for fullscreen modes
<DT><A HREF="./org/lwjgl/input/Mouse.html#isGrabbed()"><B>isGrabbed()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Mouse.html#isInsideWindow()"><B>isInsideWindow()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Retrieves whether or not the mouse cursor is within the bounds of the window.
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#isInsideWindow()"><B>isInsideWindow()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#isKeyDown(int)"><B>isKeyDown(int)</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>Checks to see if a key is down.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#isLoseContextOnReset()"><B>isLoseContextOnReset()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD><B>Deprecated.</B>&nbsp;<I>use <A HREF="./org/lwjgl/opengl/ContextAttribs.html#getContextResetNotificationStrategy()"><CODE>ContextAttribs.getContextResetNotificationStrategy()</CODE></A> instead</I>
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#isMacOSXEqualsOrBetterThan(int, int)"><B>isMacOSXEqualsOrBetterThan(int, int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>Method to determine if the current system is running a version of
Mac OS X better than the given version.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#isMinJREVersionAvailable()"><B>isMinJREVersionAvailable()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>When this method is supplied with a JRE version it will compare it to the
current JRE version.
<DT><A HREF="./org/lwjgl/util/Timer.html#isPaused()"><B>isPaused()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#isProfileCompatibility()"><B>isProfileCompatibility()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns true if the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB"><CODE>ContextAttribs.CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB</CODE></A> has been set.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#isProfileCore()"><B>isProfileCore()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns true if the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_CORE_PROFILE_BIT_ARB"><CODE>ContextAttribs.CONTEXT_CORE_PROFILE_BIT_ARB</CODE></A> has been set.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#isProfileES()"><B>isProfileES()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns true if the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_ES2_PROFILE_BIT_EXT"><CODE>ContextAttribs.CONTEXT_ES2_PROFILE_BIT_EXT</CODE></A> has been set.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#isReadOnly()"><B>isReadOnly()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#isRepeatEvent()"><B>isRepeatEvent()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Display.html#isResizable()"><B>isResizable()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#isRobustAccess()"><B>isRobustAccess()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns true if the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_ROBUST_ACCESS_BIT_ARB"><CODE>ContextAttribs.CONTEXT_ROBUST_ACCESS_BIT_ARB</CODE></A> has been set.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#isSRGB()"><B>isSRGB()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#isStereo()"><B>isStereo()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/jinput/LWJGLEnvironmentPlugin.html#isSupported()"><B>isSupported()</B></A> -
Method in class org.lwjgl.util.jinput.<A HREF="./org/lwjgl/util/jinput/LWJGLEnvironmentPlugin.html" title="class in org.lwjgl.util.jinput">LWJGLEnvironmentPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.Attrib.html#isSurfaceAttrib()"><B>isSurfaceAttrib()</B></A> -
Method in enum org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.Attrib.html" title="enum in org.lwjgl.opengles">PixelFormat.Attrib</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALCcontext.html#isValid()"><B>isValid()</B></A> -
Method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALCcontext.html" title="class in org.lwjgl.openal">ALCcontext</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/ALCdevice.html#isValid()"><B>isValid()</B></A> -
Method in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/ALCdevice.html" title="class in org.lwjgl.openal">ALCdevice</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerWrapperAbstract.html#isValid()"><B>isValid()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</A>
<DD>Returns true if this object represents a valid pointer.
<DT><A HREF="./org/lwjgl/opengl/Display.html#isVisible()"><B>isVisible()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#isZipValid(java.io.File)"><B>isZipValid(File)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>This method will check if a zip file is valid by running through it
and checking for any corruption and CRC failures
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#ivget(long)"><B>ivget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#ivget(org.lwjgl.util.mapped.MappedObject, int)"><B>ivget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#ivput(int, long)"><B>ivput(int, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#ivput(org.lwjgl.util.mapped.MappedObject, int, int)"><B>ivput(MappedObject, int, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#jget(long)"><B>jget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#jget(org.lwjgl.util.mapped.MappedObject, int)"><B>jget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#jput(long, long)"><B>jput(long, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#jput(org.lwjgl.util.mapped.MappedObject, long, int)"><B>jput(MappedObject, long, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#jvget(long)"><B>jvget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#jvget(org.lwjgl.util.mapped.MappedObject, int)"><B>jvget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#jvput(long, long)"><B>jvput(long, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#jvput(org.lwjgl.util.mapped.MappedObject, long, int)"><B>jvput(MappedObject, long, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_K_"><!-- --></A><H2>
<B>K</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_0"><B>KEY_0</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_1"><B>KEY_1</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_2"><B>KEY_2</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_3"><B>KEY_3</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_4"><B>KEY_4</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_5"><B>KEY_5</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_6"><B>KEY_6</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_7"><B>KEY_7</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_8"><B>KEY_8</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_9"><B>KEY_9</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_A"><B>KEY_A</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_ADD"><B>KEY_ADD</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_APOSTROPHE"><B>KEY_APOSTROPHE</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_APPS"><B>KEY_APPS</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_AT"><B>KEY_AT</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_AX"><B>KEY_AX</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_B"><B>KEY_B</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_BACK"><B>KEY_BACK</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_BACKSLASH"><B>KEY_BACKSLASH</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_C"><B>KEY_C</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_CAPITAL"><B>KEY_CAPITAL</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_CIRCUMFLEX"><B>KEY_CIRCUMFLEX</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_CLEAR"><B>KEY_CLEAR</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_COLON"><B>KEY_COLON</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_COMMA"><B>KEY_COMMA</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_CONVERT"><B>KEY_CONVERT</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_D"><B>KEY_D</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_DECIMAL"><B>KEY_DECIMAL</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_DELETE"><B>KEY_DELETE</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_DIVIDE"><B>KEY_DIVIDE</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_DOWN"><B>KEY_DOWN</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_E"><B>KEY_E</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_END"><B>KEY_END</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_EQUALS"><B>KEY_EQUALS</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_ESCAPE"><B>KEY_ESCAPE</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F"><B>KEY_F</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F1"><B>KEY_F1</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F10"><B>KEY_F10</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F11"><B>KEY_F11</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F12"><B>KEY_F12</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F13"><B>KEY_F13</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F14"><B>KEY_F14</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F15"><B>KEY_F15</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F16"><B>KEY_F16</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F17"><B>KEY_F17</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F18"><B>KEY_F18</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F19"><B>KEY_F19</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F2"><B>KEY_F2</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F3"><B>KEY_F3</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F4"><B>KEY_F4</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F5"><B>KEY_F5</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F6"><B>KEY_F6</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F7"><B>KEY_F7</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F8"><B>KEY_F8</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_F9"><B>KEY_F9</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_FUNCTION"><B>KEY_FUNCTION</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_G"><B>KEY_G</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_GRAVE"><B>KEY_GRAVE</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_H"><B>KEY_H</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_HOME"><B>KEY_HOME</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_I"><B>KEY_I</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_INSERT"><B>KEY_INSERT</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_J"><B>KEY_J</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_K"><B>KEY_K</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_KANA"><B>KEY_KANA</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_KANJI"><B>KEY_KANJI</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_L"><B>KEY_L</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_LBRACKET"><B>KEY_LBRACKET</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_LCONTROL"><B>KEY_LCONTROL</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_LEFT"><B>KEY_LEFT</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_LMENU"><B>KEY_LMENU</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_LMETA"><B>KEY_LMETA</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_LSHIFT"><B>KEY_LSHIFT</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_LWIN"><B>KEY_LWIN</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use KEY_LMETA instead</I>
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_M"><B>KEY_M</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_MINUS"><B>KEY_MINUS</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_MULTIPLY"><B>KEY_MULTIPLY</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_N"><B>KEY_N</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NEXT"><B>KEY_NEXT</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NOCONVERT"><B>KEY_NOCONVERT</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NONE"><B>KEY_NONE</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>The special keycode meaning that only the
translated character is valid.
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NUMLOCK"><B>KEY_NUMLOCK</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD0"><B>KEY_NUMPAD0</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD1"><B>KEY_NUMPAD1</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD2"><B>KEY_NUMPAD2</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD3"><B>KEY_NUMPAD3</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD4"><B>KEY_NUMPAD4</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD5"><B>KEY_NUMPAD5</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD6"><B>KEY_NUMPAD6</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD7"><B>KEY_NUMPAD7</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD8"><B>KEY_NUMPAD8</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NUMPAD9"><B>KEY_NUMPAD9</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NUMPADCOMMA"><B>KEY_NUMPADCOMMA</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NUMPADENTER"><B>KEY_NUMPADENTER</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_NUMPADEQUALS"><B>KEY_NUMPADEQUALS</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_O"><B>KEY_O</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_P"><B>KEY_P</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_PAUSE"><B>KEY_PAUSE</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_PERIOD"><B>KEY_PERIOD</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_POWER"><B>KEY_POWER</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_PRIOR"><B>KEY_PRIOR</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_Q"><B>KEY_Q</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_R"><B>KEY_R</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_RBRACKET"><B>KEY_RBRACKET</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_RCONTROL"><B>KEY_RCONTROL</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_RETURN"><B>KEY_RETURN</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_RIGHT"><B>KEY_RIGHT</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_RMENU"><B>KEY_RMENU</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_RMETA"><B>KEY_RMETA</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_RSHIFT"><B>KEY_RSHIFT</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_RWIN"><B>KEY_RWIN</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use KEY_RMETA instead</I>
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_S"><B>KEY_S</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_SCROLL"><B>KEY_SCROLL</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_SECTION"><B>KEY_SECTION</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_SEMICOLON"><B>KEY_SEMICOLON</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_SLASH"><B>KEY_SLASH</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_SLEEP"><B>KEY_SLEEP</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_SPACE"><B>KEY_SPACE</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_STOP"><B>KEY_STOP</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_SUBTRACT"><B>KEY_SUBTRACT</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_SYSRQ"><B>KEY_SYSRQ</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_T"><B>KEY_T</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_TAB"><B>KEY_TAB</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_U"><B>KEY_U</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_UNDERLINE"><B>KEY_UNDERLINE</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_UNLABELED"><B>KEY_UNLABELED</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_UP"><B>KEY_UP</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_V"><B>KEY_V</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_W"><B>KEY_W</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_X"><B>KEY_X</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_Y"><B>KEY_Y</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_YEN"><B>KEY_YEN</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEY_Z"><B>KEY_Z</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input"><B>Keyboard</B></A> - Class in <A HREF="./org/lwjgl/input/package-summary.html">org.lwjgl.input</A><DD><br>
A raw Keyboard interface.<DT><A HREF="./org/lwjgl/input/Keyboard.html#KEYBOARD_SIZE"><B>KEYBOARD_SIZE</B></A> -
Static variable in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/KHRContextFlushControl.html" title="class in org.lwjgl.opengl"><B>KHRContextFlushControl</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/KHRDebug.html" title="class in org.lwjgl.opengl"><B>KHRDebug</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/KHRDebug.html" title="class in org.lwjgl.opengles"><B>KHRDebug</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/KHRDebugCallback.html" title="class in org.lwjgl.opengl"><B>KHRDebugCallback</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>Instances of this class are needed to use the callback functionality of the KHR_debug extension.<DT><A HREF="./org/lwjgl/opengl/KHRDebugCallback.html#KHRDebugCallback()"><B>KHRDebugCallback()</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebugCallback.html" title="class in org.lwjgl.opengl">KHRDebugCallback</A>
<DD>Creates an KHRebugCallback with a default callback handler.
<DT><A HREF="./org/lwjgl/opengl/KHRDebugCallback.html#KHRDebugCallback(org.lwjgl.opengl.KHRDebugCallback.Handler)"><B>KHRDebugCallback(KHRDebugCallback.Handler)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/KHRDebugCallback.html" title="class in org.lwjgl.opengl">KHRDebugCallback</A>
<DD>Creates an ARBDebugOutputCallback with the specified callback handler.
<DT><A HREF="./org/lwjgl/opengles/KHRDebugCallback.html" title="class in org.lwjgl.opengles"><B>KHRDebugCallback</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>Instances of this class are needed to use the callback functionality of the KHR_debug extension.<DT><A HREF="./org/lwjgl/opengles/KHRDebugCallback.html#KHRDebugCallback()"><B>KHRDebugCallback()</B></A> -
Constructor for class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebugCallback.html" title="class in org.lwjgl.opengles">KHRDebugCallback</A>
<DD>Creates an KHRebugCallback with a default callback handler.
<DT><A HREF="./org/lwjgl/opengles/KHRDebugCallback.html#KHRDebugCallback(org.lwjgl.opengles.KHRDebugCallback.Handler)"><B>KHRDebugCallback(KHRDebugCallback.Handler)</B></A> -
Constructor for class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/KHRDebugCallback.html" title="class in org.lwjgl.opengles">KHRDebugCallback</A>
<DD>Creates an ARBDebugOutputCallback with the specified callback handler.
<DT><A HREF="./org/lwjgl/opengl/KHRDebugCallback.Handler.html" title="interface in org.lwjgl.opengl"><B>KHRDebugCallback.Handler</B></A> - Interface in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>Implementations of this interface can be used to receive ARB_debug_output notifications.<DT><A HREF="./org/lwjgl/opengles/KHRDebugCallback.Handler.html" title="interface in org.lwjgl.opengles"><B>KHRDebugCallback.Handler</B></A> - Interface in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>Implementations of this interface can be used to receive ARB_debug_output notifications.<DT><A HREF="./org/lwjgl/opencl/KHRDepthImages.html" title="class in org.lwjgl.opencl"><B>KHRDepthImages</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/KHRFp16.html" title="class in org.lwjgl.opencl"><B>KHRFp16</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/KHRFp64.html" title="class in org.lwjgl.opencl"><B>KHRFp64</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/KHRGLDepthImages.html" title="class in org.lwjgl.opencl"><B>KHRGLDepthImages</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/KHRGLEvent.html" title="class in org.lwjgl.opencl"><B>KHRGLEvent</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/KHRGLMsaaSharing.html" title="class in org.lwjgl.opencl"><B>KHRGLMsaaSharing</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/KHRGLSharing.html" title="class in org.lwjgl.opencl"><B>KHRGLSharing</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/KHRICD.html" title="class in org.lwjgl.opencl"><B>KHRICD</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/KHRImage2DFromBuffer.html" title="class in org.lwjgl.opencl"><B>KHRImage2DFromBuffer</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/KHRInitializeMemory.html" title="class in org.lwjgl.opencl"><B>KHRInitializeMemory</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/KHRRobustness.html" title="class in org.lwjgl.opengl"><B>KHRRobustness</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/KHRSubgroups.html" title="class in org.lwjgl.opencl"><B>KHRSubgroups</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/KHRTerminateContext.html" title="class in org.lwjgl.opencl"><B>KHRTerminateContext</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengl"><B>KHRTextureCompressionAstcLdr</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/KHRTextureCompressionAstcLdr.html" title="class in org.lwjgl.opengles"><B>KHRTextureCompressionAstcLdr</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/vector/ReadableVector.html#length()"><B>length()</B></A> -
Method in interface org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/ReadableVector.html" title="interface in org.lwjgl.util.vector">ReadableVector</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector.html#length()"><B>length()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#lengthSquared()"><B>lengthSquared()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/ReadableVector.html#lengthSquared()"><B>lengthSquared()</B></A> -
Method in interface org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/ReadableVector.html" title="interface in org.lwjgl.util.vector">ReadableVector</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector.html#lengthSquared()"><B>lengthSquared()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#lengthSquared()"><B>lengthSquared()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#lengthSquared()"><B>lengthSquared()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#lengthSquared()"><B>lengthSquared()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerBuffer.html#limit()"><B>limit()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Returns this buffer's limit.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#limit(int)"><B>limit(int)</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Sets this buffer's limit.
<DT><A HREF="./org/lwjgl/util/vector/Matrix.html#load(java.nio.FloatBuffer)"><B>load(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</A>
<DD>Load from a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#load(org.lwjgl.util.vector.Matrix2f)"><B>load(Matrix2f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Load from another matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#load(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f)"><B>load(Matrix2f, Matrix2f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Copy the source matrix to the destination matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#load(java.nio.FloatBuffer)"><B>load(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Load from a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#load(org.lwjgl.util.vector.Matrix3f)"><B>load(Matrix3f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Load from another matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#load(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f)"><B>load(Matrix3f, Matrix3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Copy source matrix to destination matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#load(java.nio.FloatBuffer)"><B>load(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Load from a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#load(org.lwjgl.util.vector.Matrix4f)"><B>load(Matrix4f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Load from another matrix4f
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#load(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)"><B>load(Matrix4f, Matrix4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Copy the source matrix to the destination matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#load(java.nio.FloatBuffer)"><B>load(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Load from a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#load(java.nio.FloatBuffer)"><B>load(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector.html#load(java.nio.FloatBuffer)"><B>load(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</A>
<DD>Load this vector from a FloatBuffer
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#load(java.nio.FloatBuffer)"><B>load(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Load this vector from a FloatBuffer
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#load(java.nio.FloatBuffer)"><B>load(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#load(java.nio.FloatBuffer)"><B>load(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/XPMFile.html#load(java.lang.String)"><B>load(String)</B></A> -
Static method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/XPMFile.html" title="class in org.lwjgl.util">XPMFile</A>
<DD>Loads the XPM file
<DT><A HREF="./org/lwjgl/util/XPMFile.html#load(java.io.InputStream)"><B>load(InputStream)</B></A> -
Static method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/XPMFile.html" title="class in org.lwjgl.util">XPMFile</A>
<DD>Loads the XPM file
<DT><A HREF="./org/lwjgl/util/mapped/MappedObjectClassLoader.html#loadClass(java.lang.String, boolean)"><B>loadClass(String, boolean)</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObjectClassLoader.html" title="class in org.lwjgl.util.mapped">MappedObjectClassLoader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#loaderThread"><B>loaderThread</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>actual thread that does the loading
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#loadJarURLs()"><B>loadJarURLs()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Reads list of jars to download and adds the urls to urlList
also finds out which OS you are on and adds appropriate native
jar to the urlList
<DT><A HREF="./org/lwjgl/util/mapped/MappedObjectClassLoader.html#loadMappedObject()"><B>loadMappedObject()</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObjectClassLoader.html" title="class in org.lwjgl.util.mapped">MappedObjectClassLoader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/GLContext.html#loadOpenGLLibrary()"><B>loadOpenGLLibrary()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GLContext.html" title="class in org.lwjgl.opengl">GLContext</A>
<DD>If the OpenGL reference count is 0, the library is loaded.
<DT><A HREF="./org/lwjgl/opengles/GLContext.html#loadOpenGLLibrary()"><B>loadOpenGLLibrary()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLContext.html" title="class in org.lwjgl.opengles">GLContext</A>
<DD>If the OpenGL reference count is 0, the library is loaded.
<DT><A HREF="./org/lwjgl/util/vector/Matrix.html#loadTranspose(java.nio.FloatBuffer)"><B>loadTranspose(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</A>
<DD>Load from a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#loadTranspose(java.nio.FloatBuffer)"><B>loadTranspose(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Load from a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#loadTranspose(java.nio.FloatBuffer)"><B>loadTranspose(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Load from a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#loadTranspose(java.nio.FloatBuffer)"><B>loadTranspose(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Load from a float buffer.
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#log(java.lang.CharSequence)"><B>log(CharSequence)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>Prints the given message to System.err if DEBUG is true.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#logo"><B>logo</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>logo to be shown while loading
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#logoBuffer"><B>logoBuffer</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>logo to be shown while loading
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#LOSE_CONTEXT_ON_RESET_ARB"><B>LOSE_CONTEXT_ON_RESET_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#LOWPASS_DEFAULT_GAIN"><B>LOWPASS_DEFAULT_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#LOWPASS_DEFAULT_GAINHF"><B>LOWPASS_DEFAULT_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#LOWPASS_MAX_GAIN"><B>LOWPASS_MAX_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#LOWPASS_MAX_GAINHF"><B>LOWPASS_MAX_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#LOWPASS_MIN_GAIN"><B>LOWPASS_MIN_GAIN</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/openal/EFX10.html#LOWPASS_MIN_GAINHF"><B>LOWPASS_MIN_GAINHF</B></A> -
Static variable in class org.lwjgl.openal.<A HREF="./org/lwjgl/openal/EFX10.html" title="class in org.lwjgl.openal">EFX10</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#LTGREY"><B>LTGREY</B></A> -
Static variable in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#lwjglApplet"><B>lwjglApplet</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>applet to load after all downloads are complete
<DT><A HREF="./org/lwjgl/util/jinput/LWJGLEnvironmentPlugin.html" title="class in org.lwjgl.util.jinput"><B>LWJGLEnvironmentPlugin</B></A> - Class in <A HREF="./org/lwjgl/util/jinput/package-summary.html">org.lwjgl.util.jinput</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/jinput/LWJGLEnvironmentPlugin.html#LWJGLEnvironmentPlugin()"><B>LWJGLEnvironmentPlugin()</B></A> -
Constructor for class org.lwjgl.util.jinput.<A HREF="./org/lwjgl/util/jinput/LWJGLEnvironmentPlugin.html" title="class in org.lwjgl.util.jinput">LWJGLEnvironmentPlugin</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/LWJGLException.html" title="class in org.lwjgl"><B>LWJGLException</B></A> - Exception in <A HREF="./org/lwjgl/package-summary.html">org.lwjgl</A><DD>
This exception is supplied to make exception handling more generic for LWJGL
specific exceptions<DT><A HREF="./org/lwjgl/LWJGLException.html#LWJGLException()"><B>LWJGLException()</B></A> -
Constructor for exception org.lwjgl.<A HREF="./org/lwjgl/LWJGLException.html" title="class in org.lwjgl">LWJGLException</A>
<DD>Plain c'tor
<DT><A HREF="./org/lwjgl/LWJGLException.html#LWJGLException(java.lang.String)"><B>LWJGLException(String)</B></A> -
Constructor for exception org.lwjgl.<A HREF="./org/lwjgl/LWJGLException.html" title="class in org.lwjgl">LWJGLException</A>
<DD>Creates a new LWJGLException
<DT><A HREF="./org/lwjgl/LWJGLException.html#LWJGLException(java.lang.String, java.lang.Throwable)"><B>LWJGLException(String, Throwable)</B></A> -
Constructor for exception org.lwjgl.<A HREF="./org/lwjgl/LWJGLException.html" title="class in org.lwjgl">LWJGLException</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/LWJGLException.html#LWJGLException(java.lang.Throwable)"><B>LWJGLException(Throwable)</B></A> -
Constructor for exception org.lwjgl.<A HREF="./org/lwjgl/LWJGLException.html" title="class in org.lwjgl">LWJGLException</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#LWJGLIcon16x16"><B>LWJGLIcon16x16</B></A> -
Static variable in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>LWJGL Logo - 16 by 16 pixels
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#LWJGLIcon32x32"><B>LWJGLIcon32x32</B></A> -
Static variable in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>LWJGL Logo - 32 by 32 pixels
<DT><A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl"><B>LWJGLUtil</B></A> - Class in <A HREF="./org/lwjgl/package-summary.html">org.lwjgl</A><DD>
Internal library methods<DT><A HREF="./org/lwjgl/LWJGLUtil.html#LWJGLUtil()"><B>LWJGLUtil()</B></A> -
Constructor for class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/LWJGLUtil.TokenFilter.html" title="interface in org.lwjgl"><B>LWJGLUtil.TokenFilter</B></A> - Interface in <A HREF="./org/lwjgl/package-summary.html">org.lwjgl</A><DD>Simple interface for Field filtering.<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#lzmaSupported"><B>lzmaSupported</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>whether lzma is supported
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#m00"><B>m00</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#m00"><B>m00</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m00"><B>m00</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#m01"><B>m01</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#m01"><B>m01</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m01"><B>m01</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#m02"><B>m02</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m02"><B>m02</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m03"><B>m03</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#m10"><B>m10</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#m10"><B>m10</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m10"><B>m10</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#m11"><B>m11</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#m11"><B>m11</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m11"><B>m11</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#m12"><B>m12</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m12"><B>m12</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m13"><B>m13</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#m20"><B>m20</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m20"><B>m20</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#m21"><B>m21</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m21"><B>m21</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#m22"><B>m22</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m22"><B>m22</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m23"><B>m23</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m30"><B>m30</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m31"><B>m31</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m32"><B>m32</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#m33"><B>m33</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/XPMFile.html#main(java.lang.String[])"><B>main(String[])</B></A> -
Static method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/XPMFile.html" title="class in org.lwjgl.util">XPMFile</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#majorVersion"><B>majorVersion</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html#majorVersion"><B>majorVersion</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#makeCurrent()"><B>makeCurrent()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>Make the canvas' context current.
<DT><A HREF="./org/lwjgl/opengl/Display.html#makeCurrent()"><B>makeCurrent()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Make the Display the current rendering context for GL calls.
<DT><A HREF="./org/lwjgl/opengl/Drawable.html#makeCurrent()"><B>makeCurrent()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Drawable.html" title="interface in org.lwjgl.opengl">Drawable</A>
<DD>Makes the Drawable's context current in the current thread.
<DT><A HREF="./org/lwjgl/opengles/EGLContext.html#makeCurrent(org.lwjgl.opengles.EGLSurface)"><B>makeCurrent(EGLSurface)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLContext.html" title="class in org.lwjgl.opengles">EGLContext</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EGLContext.html#makeCurrent(org.lwjgl.opengles.EGLSurface, org.lwjgl.opengles.EGLSurface)"><B>makeCurrent(EGLSurface, EGLSurface)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLContext.html" title="class in org.lwjgl.opengles">EGLContext</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#malloc(int)"><B>malloc(int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Creates a MappedObject instance, mapping the memory region of an allocated direct ByteBuffer with a capacity of <code>elementCount*SIZEOF</code>
<p/>
The behavior of this (transformed) method does not follow the normal Java behavior.<br>
<code>Vec2.malloc(int)</code> will return a mapped Vec2 instance.<br>
<code>Vec3.malloc(int)</code> will return a mapped Vec3 instance.<br>
This (required) notation might cause compiler warnings, which can be suppressed with @SuppressWarnings("static-access").<br>
Using Java 5.0's static-import on this method will break functionality.
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#map(java.nio.ByteBuffer)"><B>map(ByteBuffer)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Creates a MappedObject instance, mapping the memory region of the specified direct ByteBuffer.
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#map(long, int)"><B>map(long, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Creates a MappedObject instance, mapping the memory region specified.
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#mapLibraryName(java.lang.String)"><B>mapLibraryName(String)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>Wraps <CODE>System.mapLibraryName(java.lang.String)</CODE>.
<DT><A HREF="./org/lwjgl/util/mapped/MappedField.html" title="annotation in org.lwjgl.util.mapped"><B>MappedField</B></A> - Annotation Type in <A HREF="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</A><DD>This annotation can be used on fields of <A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped"><CODE>MappedObject</CODE></A> subclasses,
to manually specify byte offsets and lengths.<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped"><B>MappedHelper</B></A> - Class in <A HREF="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</A><DD>[INTERNAL USE ONLY]
<p/>
Helper class used by the bytecode transformer.<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#MappedHelper()"><B>MappedHelper()</B></A> -
Constructor for class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped"><B>MappedObject</B></A> - Class in <A HREF="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</A><DD>Base superclass of all mapped objects.<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#MappedObject()"><B>MappedObject()</B></A> -
Constructor for class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedObjectClassLoader.html" title="class in org.lwjgl.util.mapped"><B>MappedObjectClassLoader</B></A> - Class in <A HREF="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</A><DD>This classloader is responsible for applying the bytecode transformation to mapped objects.<DT><A HREF="./org/lwjgl/util/mapped/MappedObjectTransformer.html" title="class in org.lwjgl.util.mapped"><B>MappedObjectTransformer</B></A> - Class in <A HREF="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</A><DD>This class implements the bytecode transformation that mapped object go through.<DT><A HREF="./org/lwjgl/util/mapped/MappedObjectTransformer.html#MappedObjectTransformer()"><B>MappedObjectTransformer()</B></A> -
Constructor for class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObjectTransformer.html" title="class in org.lwjgl.util.mapped">MappedObjectTransformer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedSet.html" title="class in org.lwjgl.util.mapped"><B>MappedSet</B></A> - Class in <A HREF="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</A><DD>Factory for mapped sets.<DT><A HREF="./org/lwjgl/util/mapped/MappedSet.html#MappedSet()"><B>MappedSet()</B></A> -
Constructor for class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedSet.html" title="class in org.lwjgl.util.mapped">MappedSet</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedSet2.html" title="class in org.lwjgl.util.mapped"><B>MappedSet2</B></A> - Class in <A HREF="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</A><DD><code>MappedSet</code> implementation for two <code>MappedObject</code>s.<DT><A HREF="./org/lwjgl/util/mapped/MappedSet3.html" title="class in org.lwjgl.util.mapped"><B>MappedSet3</B></A> - Class in <A HREF="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</A><DD><code>MappedSet</code> implementation for three <code>MappedObject</code>s.<DT><A HREF="./org/lwjgl/util/mapped/MappedSet4.html" title="class in org.lwjgl.util.mapped"><B>MappedSet4</B></A> - Class in <A HREF="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</A><DD><code>MappedSet</code> implementation for four <code>MappedObject</code>s.<DT><A HREF="./org/lwjgl/util/mapped/MappedType.html" title="annotation in org.lwjgl.util.mapped"><B>MappedType</B></A> - Annotation Type in <A HREF="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</A><DD>This annotation marks a class as a mapped object, which will go under bytecode
transformation at runtime.<DT><A HREF="./org/lwjgl/PointerBuffer.html#mark()"><B>mark()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Sets this buffer's mark at its position.
<DT><A HREF="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector"><B>Matrix</B></A> - Class in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>Base class for matrices.<DT><A HREF="./org/lwjgl/util/vector/Matrix.html#Matrix()"><B>Matrix()</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</A>
<DD>Constructor for Matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector"><B>Matrix2f</B></A> - Class in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>Holds a 2x2 matrix<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#Matrix2f()"><B>Matrix2f()</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Constructor for Matrix2f.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#Matrix2f(org.lwjgl.util.vector.Matrix2f)"><B>Matrix2f(Matrix2f)</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Constructor
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector"><B>Matrix3f</B></A> - Class in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>Holds a 3x3 matrix.<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#Matrix3f()"><B>Matrix3f()</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Constructor for Matrix3f.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector"><B>Matrix4f</B></A> - Class in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>Holds a 4x4 float matrix.<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#Matrix4f()"><B>Matrix4f()</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Construct a new matrix, initialized to the identity.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#Matrix4f(org.lwjgl.util.vector.Matrix4f)"><B>Matrix4f(Matrix4f)</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/MemoryUtil.html" title="class in org.lwjgl"><B>MemoryUtil</B></A> - Class in <A HREF="./org/lwjgl/package-summary.html">org.lwjgl</A><DD>[INTERNAL USE ONLY]
<p/>
This class provides utility methods for passing buffers to JNI API calls.<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#minimumJREMessage"><B>minimumJREMessage</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>error message to display if minimum JRE version is not met
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#minimumJreNotFound"><B>minimumJreNotFound</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>whether the minimum required JRE version is not found
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#minorVersion"><B>minorVersion</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html#minorVersion"><B>minorVersion</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/MipMap.html" title="class in org.lwjgl.util.glu"><B>MipMap</B></A> - Class in <A HREF="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</A><DD>MipMap.java
Created 11-jan-2004<DT><A HREF="./org/lwjgl/util/glu/MipMap.html#MipMap()"><B>MipMap()</B></A> -
Constructor for class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/MipMap.html" title="class in org.lwjgl.util.glu">MipMap</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#MIPMAP_LEVEL"><B>MIPMAP_LEVEL</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>The render-to-texture mipmap level attribute.
<DT><A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input"><B>Mouse</B></A> - Class in <A HREF="./org/lwjgl/input/package-summary.html">org.lwjgl.input</A><DD><br>
A raw Mouse interface.<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#mul(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f)"><B>mul(Matrix2f, Matrix2f, Matrix2f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Multiply the right matrix by the left and place the result in a third matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#mul(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f)"><B>mul(Matrix3f, Matrix3f, Matrix3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Multiply the right matrix by the left and place the result in a third matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#mul(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)"><B>mul(Matrix4f, Matrix4f, Matrix4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Multiply the right matrix by the left and place the result in a third matrix.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#mul(org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion)"><B>mul(Quaternion, Quaternion, Quaternion)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Sets the value of this quaternion to the quaternion product of
quaternions left and right (this = left * right).
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#mulInverse(org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion)"><B>mulInverse(Quaternion, Quaternion, Quaternion)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Multiplies quaternion left by the inverse of quaternion right and places
the value into this quaternion.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/opengl/XRandR.Screen.html#name"><B>name</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl">XRandR.Screen</A>
<DD>Name for this output
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#nativeJarCount"><B>nativeJarCount</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Number of native jars
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#natives_loaded"><B>natives_loaded</B></A> -
Static variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>have natives been loaded by another instance of this applet
<DT><A HREF="./org/lwjgl/util/glu/Util.html#nearestPower(int)"><B>nearestPower(int)</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Util.html" title="class in org.lwjgl.util.glu">Util</A>
<DD>Method nearestPower.
<DT><A HREF="./org/lwjgl/util/vector/Matrix.html#negate()"><B>negate()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</A>
<DD>Negate this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#negate()"><B>negate()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Negate this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#negate(org.lwjgl.util.vector.Matrix2f)"><B>negate(Matrix2f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Negate this matrix and stash the result in another matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#negate(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f)"><B>negate(Matrix2f, Matrix2f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Negate the source matrix and stash the result in the destination matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#negate()"><B>negate()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Negate this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#negate(org.lwjgl.util.vector.Matrix3f)"><B>negate(Matrix3f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Negate this matrix and place the result in a destination matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#negate(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f)"><B>negate(Matrix3f, Matrix3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Negate the source matrix and place the result in the destination matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#negate()"><B>negate()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Negate this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#negate(org.lwjgl.util.vector.Matrix4f)"><B>negate(Matrix4f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Negate this matrix and place the result in a destination matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#negate(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)"><B>negate(Matrix4f, Matrix4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Negate this matrix and place the result in a destination matrix.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#negate(org.lwjgl.util.vector.Quaternion)"><B>negate(Quaternion)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Calculate the conjugate of this quaternion and put it into the given one
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#negate(org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion)"><B>negate(Quaternion, Quaternion)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Calculate the conjugate of this quaternion and put it into the given one
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#negate()"><B>negate()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Calculate the conjugate of this quaternion
<DT><A HREF="./org/lwjgl/util/vector/Vector.html#negate()"><B>negate()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</A>
<DD>Negate a vector
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#negate()"><B>negate()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Negate a vector
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#negate(org.lwjgl.util.vector.Vector2f)"><B>negate(Vector2f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Negate a vector and place the result in a destination vector.
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#negate()"><B>negate()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>Negate a vector
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#negate(org.lwjgl.util.vector.Vector3f)"><B>negate(Vector3f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>Negate a vector and place the result in a destination vector.
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#negate()"><B>negate()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Negate a vector
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#negate(org.lwjgl.util.vector.Vector4f)"><B>negate(Vector4f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Negate a vector and place the result in a destination vector.
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#newBuffer(long, int)"><B>newBuffer(long, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerBuffer.html#newInstance(java.nio.ByteBuffer)"><B>newInstance(ByteBuffer)</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>This method is used in slice and duplicate instead of normal object construction,
so that subclasses can return themselves.
<DT><A HREF="./org/lwjgl/input/Controllers.html#next()"><B>next()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Move to the next event that has been stored.
<DT><A HREF="./org/lwjgl/input/Keyboard.html#next()"><B>next()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>Gets the next keyboard event.
<DT><A HREF="./org/lwjgl/input/Mouse.html#next()"><B>next()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Gets the next mouse event.
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#next()"><B>next()</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Moves the current view to the next element.
<DT><A HREF="./org/lwjgl/util/mapped/MappedSet2.html#next()"><B>next()</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedSet2.html" title="class in org.lwjgl.util.mapped">MappedSet2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedSet3.html#next()"><B>next()</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedSet3.html" title="class in org.lwjgl.util.mapped">MappedSet3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedSet4.html#next()"><B>next()</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedSet4.html" title="class in org.lwjgl.util.mapped">MappedSet4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Cursor.html#nextCursor()"><B>nextCursor()</B></A> -
Method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</A>
<DD>Changes to the next cursor
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#NO_RESET_NOTIFICATION_ARB"><B>NO_RESET_NOTIFICATION_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#normal3f(float, float, float)"><B>normal3f(float, float, float)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>Call glNormal3f after scaling normal to unit length.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#normalise(org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion)"><B>normalise(Quaternion, Quaternion)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Normalise the source quaternion and place the result in another quaternion.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#normalise(org.lwjgl.util.vector.Quaternion)"><B>normalise(Quaternion)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Normalise this quaternion and place the result in another quaternion.
<DT><A HREF="./org/lwjgl/util/vector/Vector.html#normalise()"><B>normalise()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</A>
<DD>Normalise this vector
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#normalise(org.lwjgl.util.vector.Vector2f)"><B>normalise(Vector2f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Normalise this vector and place the result in another vector.
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#normalise(org.lwjgl.util.vector.Vector3f)"><B>normalise(Vector3f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>Normalise this vector and place the result in another vector.
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#normalise(org.lwjgl.util.vector.Vector4f)"><B>normalise(Vector4f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Normalise this vector and place the result in another vector.
<DT><A HREF="./org/lwjgl/util/glu/Util.html#normalize(float[])"><B>normalize(float[])</B></A> -
Static method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Util.html" title="class in org.lwjgl.util.glu">Util</A>
<DD>Normalize vector
<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#normals"><B>normals</B></A> -
Variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/NVBindlessMultiDrawIndirect.html" title="class in org.lwjgl.opengl"><B>NVBindlessMultiDrawIndirect</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVBindlessTexture.html" title="class in org.lwjgl.opengl"><B>NVBindlessTexture</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVBlendEquationAdvanced.html" title="class in org.lwjgl.opengl"><B>NVBlendEquationAdvanced</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVComputeProgram5.html" title="class in org.lwjgl.opengl"><B>NVComputeProgram5</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVConditionalRender.html" title="class in org.lwjgl.opengl"><B>NVConditionalRender</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVCopyDepthToColor.html" title="class in org.lwjgl.opengl"><B>NVCopyDepthToColor</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVCopyImage.html" title="class in org.lwjgl.opengl"><B>NVCopyImage</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/NVCoverageSample.html" title="class in org.lwjgl.opengles"><B>NVCoverageSample</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVDeepTexture3D.html" title="class in org.lwjgl.opengl"><B>NVDeepTexture3D</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVDepthBufferFloat.html" title="class in org.lwjgl.opengl"><B>NVDepthBufferFloat</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVDepthClamp.html" title="class in org.lwjgl.opengl"><B>NVDepthClamp</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/NVDepthNonlinear.html" title="class in org.lwjgl.opengles"><B>NVDepthNonlinear</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/NVDeviceAttributeQuery.html" title="class in org.lwjgl.opencl"><B>NVDeviceAttributeQuery</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/NVDrawBuffers.html" title="class in org.lwjgl.opengles"><B>NVDrawBuffers</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/NVDrawPath.html" title="class in org.lwjgl.opengles"><B>NVDrawPath</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVDrawTexture.html" title="class in org.lwjgl.opengl"><B>NVDrawTexture</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/NVDrawTexture.html" title="class in org.lwjgl.opengles"><B>NVDrawTexture</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/NVEGLStreamConsumerExternal.html" title="class in org.lwjgl.opengles"><B>NVEGLStreamConsumerExternal</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVEvaluators.html" title="class in org.lwjgl.opengl"><B>NVEvaluators</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVExplicitMultisample.html" title="class in org.lwjgl.opengl"><B>NVExplicitMultisample</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/NVFboColorAttachments.html" title="class in org.lwjgl.opengles"><B>NVFboColorAttachments</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVFence.html" title="class in org.lwjgl.opengl"><B>NVFence</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/NVFence.html" title="class in org.lwjgl.opengles"><B>NVFence</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVFloatBuffer.html" title="class in org.lwjgl.opengl"><B>NVFloatBuffer</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVFogDistance.html" title="class in org.lwjgl.opengl"><B>NVFogDistance</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram.html" title="class in org.lwjgl.opengl"><B>NVFragmentProgram</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVFragmentProgram2.html" title="class in org.lwjgl.opengl"><B>NVFragmentProgram2</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVFramebufferMultisampleCoverage.html" title="class in org.lwjgl.opengl"><B>NVFramebufferMultisampleCoverage</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/NVFramebufferVertexAttribArray.html" title="class in org.lwjgl.opengles"><B>NVFramebufferVertexAttribArray</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVGeometryProgram4.html" title="class in org.lwjgl.opengl"><B>NVGeometryProgram4</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/NVGetTexImage.html" title="class in org.lwjgl.opengles"><B>NVGetTexImage</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram4.html" title="class in org.lwjgl.opengl"><B>NVGpuProgram4</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVGpuProgram5.html" title="class in org.lwjgl.opengl"><B>NVGpuProgram5</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVGpuShader5.html" title="class in org.lwjgl.opengl"><B>NVGpuShader5</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVHalfFloat.html" title="class in org.lwjgl.opengl"><B>NVHalfFloat</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVLightMaxExponent.html" title="class in org.lwjgl.opengl"><B>NVLightMaxExponent</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVMultisampleCoverage.html" title="class in org.lwjgl.opengl"><B>NVMultisampleCoverage</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVMultisampleFilterHint.html" title="class in org.lwjgl.opengl"><B>NVMultisampleFilterHint</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVOcclusionQuery.html" title="class in org.lwjgl.opengl"><B>NVOcclusionQuery</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVPackedDepthStencil.html" title="class in org.lwjgl.opengl"><B>NVPackedDepthStencil</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVParameterBufferObject.html" title="class in org.lwjgl.opengl"><B>NVParameterBufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVPathRendering.html" title="class in org.lwjgl.opengl"><B>NVPathRendering</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVPixelDataRange.html" title="class in org.lwjgl.opengl"><B>NVPixelDataRange</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/NVPlatformBinary.html" title="class in org.lwjgl.opengles"><B>NVPlatformBinary</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVPointSprite.html" title="class in org.lwjgl.opengl"><B>NVPointSprite</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVPresentVideo.html" title="class in org.lwjgl.opengl"><B>NVPresentVideo</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVPresentVideoUtil.html" title="class in org.lwjgl.opengl"><B>NVPresentVideoUtil</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>This class exposes the platform specific functionality present in the
NV_present_video extension.<DT><A HREF="./org/lwjgl/opengl/NVPrimitiveRestart.html" title="class in org.lwjgl.opengl"><B>NVPrimitiveRestart</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl"><B>NVProgram</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVProgram.html#NVProgram()"><B>NVProgram()</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/NVProgram.html" title="class in org.lwjgl.opengl">NVProgram</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/NVReadBuffer.html" title="class in org.lwjgl.opengles"><B>NVReadBuffer</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners.html" title="class in org.lwjgl.opengl"><B>NVRegisterCombiners</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVRegisterCombiners2.html" title="class in org.lwjgl.opengl"><B>NVRegisterCombiners2</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferLoad.html" title="class in org.lwjgl.opengl"><B>NVShaderBufferLoad</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVShaderBufferStore.html" title="class in org.lwjgl.opengl"><B>NVShaderBufferStore</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/NVSystemTime.html" title="class in org.lwjgl.opengles"><B>NVSystemTime</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVTessellationProgram5.html" title="class in org.lwjgl.opengl"><B>NVTessellationProgram5</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVTexgenReflection.html" title="class in org.lwjgl.opengl"><B>NVTexgenReflection</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVTextureBarrier.html" title="class in org.lwjgl.opengl"><B>NVTextureBarrier</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVTextureCompressionVTC.html" title="class in org.lwjgl.opengl"><B>NVTextureCompressionVTC</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVTextureEnvCombine4.html" title="class in org.lwjgl.opengl"><B>NVTextureEnvCombine4</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVTextureExpandNormal.html" title="class in org.lwjgl.opengl"><B>NVTextureExpandNormal</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVTextureMultisample.html" title="class in org.lwjgl.opengl"><B>NVTextureMultisample</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVTextureRectangle.html" title="class in org.lwjgl.opengl"><B>NVTextureRectangle</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVTextureShader.html" title="class in org.lwjgl.opengl"><B>NVTextureShader</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVTextureShader2.html" title="class in org.lwjgl.opengl"><B>NVTextureShader2</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVTextureShader3.html" title="class in org.lwjgl.opengl"><B>NVTextureShader3</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback.html" title="class in org.lwjgl.opengl"><B>NVTransformFeedback</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVTransformFeedback2.html" title="class in org.lwjgl.opengl"><B>NVTransformFeedback2</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange.html" title="class in org.lwjgl.opengl"><B>NVVertexArrayRange</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVVertexArrayRange2.html" title="class in org.lwjgl.opengl"><B>NVVertexArrayRange2</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVVertexAttribInteger64bit.html" title="class in org.lwjgl.opengl"><B>NVVertexAttribInteger64bit</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVVertexBufferUnifiedMemory.html" title="class in org.lwjgl.opengl"><B>NVVertexBufferUnifiedMemory</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram.html" title="class in org.lwjgl.opengl"><B>NVVertexProgram</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram2Option.html" title="class in org.lwjgl.opengl"><B>NVVertexProgram2Option</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVVertexProgram3.html" title="class in org.lwjgl.opengl"><B>NVVertexProgram3</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVVideoCapture.html" title="class in org.lwjgl.opengl"><B>NVVideoCapture</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/NVVideoCaptureUtil.html" title="class in org.lwjgl.opengl"><B>NVVideoCaptureUtil</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>This class exposes the platform specific functionality present in the
NV_video_capture extension.<DT><A HREF="./org/lwjgl/opengl/NVXGpuMemoryInfo.html" title="class in org.lwjgl.opengl"><B>NVXGpuMemoryInfo</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>Experimental extension, may be removed/changed in the future.</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/opengles/OESBlendEquationSeparate.html" title="class in org.lwjgl.opengles"><B>OESBlendEquationSeparate</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESBlendFuncSeparate.html" title="class in org.lwjgl.opengles"><B>OESBlendFuncSeparate</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESBlendSubtract.html" title="class in org.lwjgl.opengles"><B>OESBlendSubtract</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESCompressedETC1RGB8Texture.html" title="class in org.lwjgl.opengles"><B>OESCompressedETC1RGB8Texture</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESCompressedPalettedTexture.html" title="class in org.lwjgl.opengles"><B>OESCompressedPalettedTexture</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESDepth24.html" title="class in org.lwjgl.opengles"><B>OESDepth24</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESDepth32.html" title="class in org.lwjgl.opengles"><B>OESDepth32</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESDepthTexture.html" title="class in org.lwjgl.opengles"><B>OESDepthTexture</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESEGLImage.html" title="class in org.lwjgl.opengles"><B>OESEGLImage</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESEGLImageExternal.html" title="class in org.lwjgl.opengles"><B>OESEGLImageExternal</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESElementIndexUint.html" title="class in org.lwjgl.opengles"><B>OESElementIndexUint</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESFramebufferObject.html" title="class in org.lwjgl.opengles"><B>OESFramebufferObject</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESGetProgramBinary.html" title="class in org.lwjgl.opengles"><B>OESGetProgramBinary</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESMapbuffer.html" title="class in org.lwjgl.opengles"><B>OESMapbuffer</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESPackedDepthStencil.html" title="class in org.lwjgl.opengles"><B>OESPackedDepthStencil</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESRGB8RGBA8.html" title="class in org.lwjgl.opengles"><B>OESRGB8RGBA8</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESStandardDerivatives.html" title="class in org.lwjgl.opengles"><B>OESStandardDerivatives</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESStencil1.html" title="class in org.lwjgl.opengles"><B>OESStencil1</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESStencil4.html" title="class in org.lwjgl.opengles"><B>OESStencil4</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESStencil8.html" title="class in org.lwjgl.opengles"><B>OESStencil8</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESSurfacelessContext.html" title="class in org.lwjgl.opengles"><B>OESSurfacelessContext</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESTexture3D.html" title="class in org.lwjgl.opengles"><B>OESTexture3D</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESTextureHalfFloat.html" title="class in org.lwjgl.opengles"><B>OESTextureHalfFloat</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESVertexArrayObject.html" title="class in org.lwjgl.opengles"><B>OESVertexArrayObject</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESVertexHalfFloat.html" title="class in org.lwjgl.opengles"><B>OESVertexHalfFloat</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/OESVertexType1010102.html" title="class in org.lwjgl.opengles"><B>OESVertexType1010102</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#offscreen"><B>offscreen</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>offscreen image used
<DT><A HREF="./org/lwjgl/openal/OpenALException.html" title="class in org.lwjgl.openal"><B>OpenALException</B></A> - Exception in <A HREF="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</A><DD><br>
Thrown by the debug build library of the LWJGL if any OpenAL operation
causes an error.<DT><A HREF="./org/lwjgl/openal/OpenALException.html#OpenALException()"><B>OpenALException()</B></A> -
Constructor for exception org.lwjgl.openal.<A HREF="./org/lwjgl/openal/OpenALException.html" title="class in org.lwjgl.openal">OpenALException</A>
<DD>Constructor for OpenALException.
<DT><A HREF="./org/lwjgl/openal/OpenALException.html#OpenALException(int)"><B>OpenALException(int)</B></A> -
Constructor for exception org.lwjgl.openal.<A HREF="./org/lwjgl/openal/OpenALException.html" title="class in org.lwjgl.openal">OpenALException</A>
<DD>Constructor that takes an AL error number
<DT><A HREF="./org/lwjgl/openal/OpenALException.html#OpenALException(java.lang.String)"><B>OpenALException(String)</B></A> -
Constructor for exception org.lwjgl.openal.<A HREF="./org/lwjgl/openal/OpenALException.html" title="class in org.lwjgl.openal">OpenALException</A>
<DD>Constructor for OpenALException.
<DT><A HREF="./org/lwjgl/openal/OpenALException.html#OpenALException(java.lang.String, java.lang.Throwable)"><B>OpenALException(String, Throwable)</B></A> -
Constructor for exception org.lwjgl.openal.<A HREF="./org/lwjgl/openal/OpenALException.html" title="class in org.lwjgl.openal">OpenALException</A>
<DD>Constructor for OpenALException.
<DT><A HREF="./org/lwjgl/openal/OpenALException.html#OpenALException(java.lang.Throwable)"><B>OpenALException(Throwable)</B></A> -
Constructor for exception org.lwjgl.openal.<A HREF="./org/lwjgl/openal/OpenALException.html" title="class in org.lwjgl.openal">OpenALException</A>
<DD>Constructor for OpenALException.
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#OpenCL11"><B>OpenCL11</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html#OpenCL11"><B>OpenCL11</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#OpenCL12"><B>OpenCL12</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html#OpenCL12"><B>OpenCL12</B></A> -
Variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/OpenCLException.html" title="class in org.lwjgl.opencl"><B>OpenCLException</B></A> - Exception in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/OpenCLException.html#OpenCLException()"><B>OpenCLException()</B></A> -
Constructor for exception org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/OpenCLException.html" title="class in org.lwjgl.opencl">OpenCLException</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/OpenCLException.html#OpenCLException(java.lang.String)"><B>OpenCLException(String)</B></A> -
Constructor for exception org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/OpenCLException.html" title="class in org.lwjgl.opencl">OpenCLException</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/OpenCLException.html#OpenCLException(java.lang.String, java.lang.Throwable)"><B>OpenCLException(String, Throwable)</B></A> -
Constructor for exception org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/OpenCLException.html" title="class in org.lwjgl.opencl">OpenCLException</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/OpenCLException.html#OpenCLException(java.lang.Throwable)"><B>OpenCLException(Throwable)</B></A> -
Constructor for exception org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/OpenCLException.html" title="class in org.lwjgl.opencl">OpenCLException</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL11"><B>OpenGL11</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL12"><B>OpenGL12</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL13"><B>OpenGL13</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL14"><B>OpenGL14</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL15"><B>OpenGL15</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL20"><B>OpenGL20</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL21"><B>OpenGL21</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL30"><B>OpenGL30</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL31"><B>OpenGL31</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL32"><B>OpenGL32</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL33"><B>OpenGL33</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL40"><B>OpenGL40</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL41"><B>OpenGL41</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL42"><B>OpenGL42</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL43"><B>OpenGL43</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL44"><B>OpenGL44</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextCapabilities.html#OpenGL45"><B>OpenGL45</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextCapabilities.html" title="class in org.lwjgl.opengl">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#OpenGLES20"><B>OpenGLES20</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextCapabilities.html#OpenGLES30"><B>OpenGLES30</B></A> -
Variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextCapabilities.html" title="class in org.lwjgl.opengles">ContextCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/OpenGLException.html" title="class in org.lwjgl.opengl"><B>OpenGLException</B></A> - Exception in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD><p/>
Thrown by the debug build library of the LWJGL if any OpenGL operation causes an error.<DT><A HREF="./org/lwjgl/opengl/OpenGLException.html#OpenGLException(int)"><B>OpenGLException(int)</B></A> -
Constructor for exception org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/OpenGLException.html" title="class in org.lwjgl.opengl">OpenGLException</A>
<DD>Constructor for OpenGLException.
<DT><A HREF="./org/lwjgl/opengl/OpenGLException.html#OpenGLException()"><B>OpenGLException()</B></A> -
Constructor for exception org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/OpenGLException.html" title="class in org.lwjgl.opengl">OpenGLException</A>
<DD>Constructor for OpenGLException.
<DT><A HREF="./org/lwjgl/opengl/OpenGLException.html#OpenGLException(java.lang.String)"><B>OpenGLException(String)</B></A> -
Constructor for exception org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/OpenGLException.html" title="class in org.lwjgl.opengl">OpenGLException</A>
<DD>Constructor for OpenGLException.
<DT><A HREF="./org/lwjgl/opengl/OpenGLException.html#OpenGLException(java.lang.String, java.lang.Throwable)"><B>OpenGLException(String, Throwable)</B></A> -
Constructor for exception org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/OpenGLException.html" title="class in org.lwjgl.opengl">OpenGLException</A>
<DD>Constructor for OpenGLException.
<DT><A HREF="./org/lwjgl/opengl/OpenGLException.html#OpenGLException(java.lang.Throwable)"><B>OpenGLException(Throwable)</B></A> -
Constructor for exception org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/OpenGLException.html" title="class in org.lwjgl.opengl">OpenGLException</A>
<DD>Constructor for OpenGLException.
<DT><A HREF="./org/lwjgl/Sys.html#openURL(java.lang.String)"><B>openURL(String)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/Sys.html" title="class in org.lwjgl">Sys</A>
<DD>Open the system web browser and point it at the specified URL.
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#ORANGE"><B>ORANGE</B></A> -
Static variable in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerBuffer.html#order()"><B>order()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Retrieves this buffer's byte order.
<DT><A HREF="./org/lwjgl/package-summary.html"><B>org.lwjgl</B></A> - package org.lwjgl<DD>&nbsp;<DT><A HREF="./org/lwjgl/input/package-summary.html"><B>org.lwjgl.input</B></A> - package org.lwjgl.input<DD>&nbsp;<DT><A HREF="./org/lwjgl/openal/package-summary.html"><B>org.lwjgl.openal</B></A> - package org.lwjgl.openal<DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/package-summary.html"><B>org.lwjgl.opencl</B></A> - package org.lwjgl.opencl<DD>&nbsp;<DT><A HREF="./org/lwjgl/opencl/api/package-summary.html"><B>org.lwjgl.opencl.api</B></A> - package org.lwjgl.opencl.api<DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/package-summary.html"><B>org.lwjgl.opengl</B></A> - package org.lwjgl.opengl<DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/package-summary.html"><B>org.lwjgl.opengles</B></A> - package org.lwjgl.opengles<DD>&nbsp;<DT><A HREF="./org/lwjgl/util/package-summary.html"><B>org.lwjgl.util</B></A> - package org.lwjgl.util<DD>&nbsp;<DT><A HREF="./org/lwjgl/util/applet/package-summary.html"><B>org.lwjgl.util.applet</B></A> - package org.lwjgl.util.applet<DD>&nbsp;<DT><A HREF="./org/lwjgl/util/glu/package-summary.html"><B>org.lwjgl.util.glu</B></A> - package org.lwjgl.util.glu<DD>&nbsp;<DT><A HREF="./org/lwjgl/util/glu/tessellation/package-summary.html"><B>org.lwjgl.util.glu.tessellation</B></A> - package org.lwjgl.util.glu.tessellation<DD>&nbsp;<DT><A HREF="./org/lwjgl/util/input/package-summary.html"><B>org.lwjgl.util.input</B></A> - package org.lwjgl.util.input<DD>&nbsp;<DT><A HREF="./org/lwjgl/util/jinput/package-summary.html"><B>org.lwjgl.util.jinput</B></A> - package org.lwjgl.util.jinput<DD>&nbsp;<DT><A HREF="./org/lwjgl/util/mapped/package-summary.html"><B>org.lwjgl.util.mapped</B></A> - package org.lwjgl.util.mapped<DD>&nbsp;<DT><A HREF="./org/lwjgl/util/vector/package-summary.html"><B>org.lwjgl.util.vector</B></A> - package org.lwjgl.util.vector<DD>&nbsp;<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#orientation"><B>orientation</B></A> -
Variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#pack200Supported"><B>pack200Supported</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>whether pack200 is supported
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#paint(java.awt.Graphics)"><B>paint(Graphics)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>The default paint() operation makes the context current and calls paintGL() which should
be overridden to do GL operations.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#paint(java.awt.Graphics)"><B>paint(Graphics)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#paintGL()"><B>paintGL()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>Override this to do painting
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#painting"><B>painting</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>set to true while painting is done
<DT><A HREF="./org/lwjgl/util/glu/PartialDisk.html" title="class in org.lwjgl.util.glu"><B>PartialDisk</B></A> - Class in <A HREF="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</A><DD>PartialDisk.java
Created 23-dec-2003<DT><A HREF="./org/lwjgl/util/glu/PartialDisk.html#PartialDisk()"><B>PartialDisk()</B></A> -
Constructor for class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/PartialDisk.html" title="class in org.lwjgl.util.glu">PartialDisk</A>
<DD>Constructor for PartialDisk.
<DT><A HREF="./org/lwjgl/util/Timer.html#pause()"><B>pause()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</A>
<DD>Pause the timer.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl"><B>Pbuffer</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD><p/>
Pbuffer encapsulates an OpenGL pbuffer.<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#Pbuffer(int, int, org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.Drawable)"><B>Pbuffer(int, int, PixelFormat, Drawable)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>Create an instance of a Pbuffer with a unique OpenGL context.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#Pbuffer(int, int, org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.RenderTexture, org.lwjgl.opengl.Drawable)"><B>Pbuffer(int, int, PixelFormat, RenderTexture, Drawable)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>Create an instance of a Pbuffer with a unique OpenGL context.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#Pbuffer(int, int, org.lwjgl.opengl.PixelFormat, org.lwjgl.opengl.RenderTexture, org.lwjgl.opengl.Drawable, org.lwjgl.opengl.ContextAttribs)"><B>Pbuffer(int, int, PixelFormat, RenderTexture, Drawable, ContextAttribs)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>Create an instance of a Pbuffer with a unique OpenGL context.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#PBUFFER_SUPPORTED"><B>PBUFFER_SUPPORTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>Indicates that Pbuffers can be created.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#percentage"><B>percentage</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>used to calculate length of progress bar
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl"><B>PixelFormat</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>This class describes pixel format properties for an OpenGL context.<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#PixelFormat()"><B>PixelFormat()</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Default pixel format is minimum 8 bits depth, and no alpha
nor stencil requirements.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#PixelFormat(int, int, int)"><B>PixelFormat(int, int, int)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#PixelFormat(int, int, int, int)"><B>PixelFormat(int, int, int, int)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#PixelFormat(int, int, int, int, int)"><B>PixelFormat(int, int, int, int, int)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#PixelFormat(int, int, int, int, int, int, int, int, boolean)"><B>PixelFormat(int, int, int, int, int, int, int, int, boolean)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#PixelFormat(int, int, int, int, int, int, int, int, boolean, boolean)"><B>PixelFormat(int, int, int, int, int, int, int, int, boolean, boolean)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles"><B>PixelFormat</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>This class describes the configuration settings for an EGL surface.<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#PixelFormat()"><B>PixelFormat()</B></A> -
Constructor for class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Creates a new PixelFormat with rgbSize = 8, alphaSize = 8 and depthSize = 16.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#PixelFormat(int, int, int)"><B>PixelFormat(int, int, int)</B></A> -
Constructor for class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Creates a new PixelFormat with rgbSize = 8 and the specified
alphaSize, depthSize and stencilSize.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#PixelFormat(int, int, int, int)"><B>PixelFormat(int, int, int, int)</B></A> -
Constructor for class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Creates a new PixelFormat with rgbSize = 8 and the specified
alphaSize, depthSize, stencilSize and samples.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#PixelFormat(int, int, int, int, int, int)"><B>PixelFormat(int, int, int, int, int, int)</B></A> -
Constructor for class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Creates a new PixelFormat with the specified RGB sizes, EGL_ALPHA_SIZE,
EGL_LUMINANCE_SIZE, EGL_DEPTH_SIZE, EGL_STENCIL_SIZE, EGL_SAMPLES.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.Attrib.html" title="enum in org.lwjgl.opengles"><B>PixelFormat.Attrib</B></A> - Enum in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/PixelFormatLWJGL.html" title="interface in org.lwjgl.opengl"><B>PixelFormatLWJGL</B></A> - Interface in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>[INTERNAL USE ONLY]<DT><A HREF="./org/lwjgl/LWJGLUtil.html#PLATFORM_LINUX"><B>PLATFORM_LINUX</B></A> -
Static variable in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#PLATFORM_LINUX_NAME"><B>PLATFORM_LINUX_NAME</B></A> -
Static variable in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#PLATFORM_MACOSX"><B>PLATFORM_MACOSX</B></A> -
Static variable in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#PLATFORM_MACOSX_NAME"><B>PLATFORM_MACOSX_NAME</B></A> -
Static variable in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#PLATFORM_WINDOWS"><B>PLATFORM_WINDOWS</B></A> -
Static variable in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#PLATFORM_WINDOWS_NAME"><B>PLATFORM_WINDOWS_NAME</B></A> -
Static variable in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util"><B>Point</B></A> - Class in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>A 2D integer point class, which looks remarkably like an AWT one.<DT><A HREF="./org/lwjgl/util/Point.html#Point()"><B>Point()</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>Constructor for Point.
<DT><A HREF="./org/lwjgl/util/Point.html#Point(int, int)"><B>Point(int, int)</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>Constructor for Point.
<DT><A HREF="./org/lwjgl/util/Point.html#Point(org.lwjgl.util.ReadablePoint)"><B>Point(ReadablePoint)</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>Constructor for Point.
<DT><A HREF="./org/lwjgl/PointerWrapperAbstract.html#pointer"><B>pointer</B></A> -
Variable in class org.lwjgl.<A HREF="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/Pointer.html" title="annotation in org.lwjgl.util.mapped"><B>Pointer</B></A> - Annotation Type in <A HREF="./org/lwjgl/util/mapped/package-summary.html">org.lwjgl.util.mapped</A><DD>This annotation can be used on long fields of <A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped"><CODE>MappedObject</CODE></A> subclasses,
to specify that the long value should be interpreted as a pointer.<DT><A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl"><B>PointerBuffer</B></A> - Class in <A HREF="./org/lwjgl/package-summary.html">org.lwjgl</A><DD>This class is a container for architecture independent pointer data.<DT><A HREF="./org/lwjgl/PointerBuffer.html#PointerBuffer(int)"><B>PointerBuffer(int)</B></A> -
Constructor for class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Creates a new PointerBuffer with the specified capacity.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#PointerBuffer(java.nio.ByteBuffer)"><B>PointerBuffer(ByteBuffer)</B></A> -
Constructor for class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Creates a new PointerBuffer using the specified ByteBuffer as its pointer
data source.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#pointers"><B>pointers</B></A> -
Variable in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerWrapper.html" title="interface in org.lwjgl"><B>PointerWrapper</B></A> - Interface in <A HREF="./org/lwjgl/package-summary.html">org.lwjgl</A><DD>A common interface for classes that wrap pointer addresses.<DT><A HREF="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl"><B>PointerWrapperAbstract</B></A> - Class in <A HREF="./org/lwjgl/package-summary.html">org.lwjgl</A><DD>Base PointerWrapper implementation.<DT><A HREF="./org/lwjgl/PointerWrapperAbstract.html#PointerWrapperAbstract(long)"><B>PointerWrapperAbstract(long)</B></A> -
Constructor for class org.lwjgl.<A HREF="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controller.html#poll()"><B>poll()</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Poll the controller for new data.
<DT><A HREF="./org/lwjgl/input/Controllers.html#poll()"><B>poll()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Controllers.html" title="class in org.lwjgl.input">Controllers</A>
<DD>Poll the controllers available.
<DT><A HREF="./org/lwjgl/input/Keyboard.html#poll()"><B>poll()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Keyboard.html" title="class in org.lwjgl.input">Keyboard</A>
<DD>Polls the keyboard for its current state.
<DT><A HREF="./org/lwjgl/input/Mouse.html#poll()"><B>poll()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Polls the mouse for its current state.
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#poll()"><B>poll()</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Poll the controller for new data.
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#pollKeyboard(java.nio.ByteBuffer)"><B>pollKeyboard(ByteBuffer)</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Method to poll the keyboard.
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#pollMouse(java.nio.IntBuffer, java.nio.ByteBuffer)"><B>pollMouse(IntBuffer, ByteBuffer)</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Method to poll the mouse
<DT><A HREF="./org/lwjgl/PointerBuffer.html#position()"><B>position()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Returns this buffer's position.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#position(int)"><B>position(int)</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Sets this buffer's position.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#positionByte()"><B>positionByte()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Returns this buffer's position, in bytes.
<DT><A HREF="./org/lwjgl/opengles/PowerManagementEventException.html" title="class in org.lwjgl.opengles"><B>PowerManagementEventException</B></A> - Exception in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>A PowerManagementEventException exception will be thrown when a call
to eglSwapBuffers, eglCopyBuffers or eglMakeCurrent returns EGL_FALSE
and the EGL_ERROR generated is EGL_CONTEXT_LOST.<DT><A HREF="./org/lwjgl/opengles/PowerManagementEventException.html#PowerManagementEventException()"><B>PowerManagementEventException()</B></A> -
Constructor for exception org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PowerManagementEventException.html" title="class in org.lwjgl.opengles">PowerManagementEventException</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/PowerManagementEventException.html#PowerManagementEventException(java.lang.String)"><B>PowerManagementEventException(String)</B></A> -
Constructor for exception org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PowerManagementEventException.html" title="class in org.lwjgl.opengles">PowerManagementEventException</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/PowerManagementEventException.html#PowerManagementEventException(java.lang.String, java.lang.Throwable)"><B>PowerManagementEventException(String, Throwable)</B></A> -
Constructor for exception org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PowerManagementEventException.html" title="class in org.lwjgl.opengles">PowerManagementEventException</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/PowerManagementEventException.html#PowerManagementEventException(java.lang.Throwable)"><B>PowerManagementEventException(Throwable)</B></A> -
Constructor for exception org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PowerManagementEventException.html" title="class in org.lwjgl.opengles">PowerManagementEventException</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#prependHost"><B>prependHost</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>whether to prepend host to cache path
<DT><A HREF="./org/lwjgl/opengl/Display.html#processMessages()"><B>processMessages()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Process operating system events.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#progressbar"><B>progressbar</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>progressbar to render while loading
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#progressbarBuffer"><B>progressbarBuffer</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>progressbar to render while loading
<DT><A HREF="./org/lwjgl/util/glu/Project.html" title="class in org.lwjgl.util.glu"><B>Project</B></A> - Class in <A HREF="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</A><DD>Project.java
<p/>
<p/>
Created 11-jan-2004<DT><A HREF="./org/lwjgl/util/glu/Project.html#Project()"><B>Project()</B></A> -
Constructor for class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Project.html" title="class in org.lwjgl.util.glu">Project</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#PURPLE"><B>PURPLE</B></A> -
Static variable in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerBuffer.html#put(long)"><B>put(long)</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Relative <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#put(org.lwjgl.PointerWrapper)"><B>put(PointerWrapper)</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Convenience put that accepts PointerWrapper objects.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#put(java.nio.ByteBuffer, long)"><B>put(ByteBuffer, long)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Convenience put on a target ByteBuffer.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#put(int, long)"><B>put(int, long)</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Absolute <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#put(int, org.lwjgl.PointerWrapper)"><B>put(int, PointerWrapper)</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Convenience put that accepts PointerWrapper objects.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#put(java.nio.ByteBuffer, int, long)"><B>put(ByteBuffer, int, long)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Convenience put on a target ByteBuffer.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#put(org.lwjgl.PointerBuffer)"><B>put(PointerBuffer)</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#put(long[], int, int)"><B>put(long[], int, int)</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#put(long[])"><B>put(long[])</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#put_view(org.lwjgl.util.mapped.MappedObject, int, int)"><B>put_view(MappedObject, int, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#put_view_next(org.lwjgl.util.mapped.MappedObject, int)"><B>put_view_next(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#put_view_shift(org.lwjgl.util.mapped.MappedObject, int, int)"><B>put_view_shift(MappedObject, int, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#put_views(org.lwjgl.util.mapped.MappedSet2, int)"><B>put_views(MappedSet2, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#put_views(org.lwjgl.util.mapped.MappedSet3, int)"><B>put_views(MappedSet3, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#put_views(org.lwjgl.util.mapped.MappedSet4, int)"><B>put_views(MappedSet4, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/opengles/QCOMBinningControl.html" title="class in org.lwjgl.opengles"><B>QCOMBinningControl</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/QCOMDriverControl.html" title="class in org.lwjgl.opengles"><B>QCOMDriverControl</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet.html" title="class in org.lwjgl.opengles"><B>QCOMExtendedGet</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/QCOMExtendedGet2.html" title="class in org.lwjgl.opengles"><B>QCOMExtendedGet2</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/QCOMPerformanceMonitorGlobalMode.html" title="class in org.lwjgl.opengles"><B>QCOMPerformanceMonitorGlobalMode</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/QCOMTiledRendering.html" title="class in org.lwjgl.opengles"><B>QCOMTiledRendering</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengles/QCOMWriteonlyRendering.html" title="class in org.lwjgl.opengles"><B>QCOMWriteonlyRendering</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu"><B>Quadric</B></A> - Class in <A HREF="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</A><DD>Quadric.java
Created 22-dec-2003<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#Quadric()"><B>Quadric()</B></A> -
Constructor for class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>Constructor for Quadric.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector"><B>Quaternion</B></A> - Class in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#Quaternion()"><B>Quaternion()</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>C'tor.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#Quaternion(org.lwjgl.util.vector.ReadableVector4f)"><B>Quaternion(ReadableVector4f)</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>C'tor
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#Quaternion(float, float, float, float)"><B>Quaternion(float, float, float, float)</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>C'tor
<DT><A HREF="./org/lwjgl/opengles/EGLDisplay.html#query(int)"><B>query(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</A>
<DD>Returns a string describing some aspect of the EGL implementation running on the specified display.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/Color.html#readABGR(java.nio.ByteBuffer)"><B>readABGR(ByteBuffer)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Read a color from a byte buffer
<DT><A HREF="./org/lwjgl/util/WritableColor.html#readABGR(java.nio.ByteBuffer)"><B>readABGR(ByteBuffer)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Read a color from a byte buffer
<DT><A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util"><B>ReadableColor</B></A> - Interface in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>Readonly interface for Colors<DT><A HREF="./org/lwjgl/util/ReadableDimension.html" title="interface in org.lwjgl.util"><B>ReadableDimension</B></A> - Interface in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>Readonly interface for Dimensions<DT><A HREF="./org/lwjgl/util/ReadablePoint.html" title="interface in org.lwjgl.util"><B>ReadablePoint</B></A> - Interface in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>Readonly interface for Points<DT><A HREF="./org/lwjgl/util/ReadableRectangle.html" title="interface in org.lwjgl.util"><B>ReadableRectangle</B></A> - Interface in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>Readonly interface for Rectangles<DT><A HREF="./org/lwjgl/util/vector/ReadableVector.html" title="interface in org.lwjgl.util.vector"><B>ReadableVector</B></A> - Interface in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/vector/ReadableVector2f.html" title="interface in org.lwjgl.util.vector"><B>ReadableVector2f</B></A> - Interface in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/vector/ReadableVector3f.html" title="interface in org.lwjgl.util.vector"><B>ReadableVector3f</B></A> - Interface in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/vector/ReadableVector4f.html" title="interface in org.lwjgl.util.vector"><B>ReadableVector4f</B></A> - Interface in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/Color.html#readARGB(java.nio.ByteBuffer)"><B>readARGB(ByteBuffer)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Read a color from a byte buffer
<DT><A HREF="./org/lwjgl/util/WritableColor.html#readARGB(java.nio.ByteBuffer)"><B>readARGB(ByteBuffer)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Read a color from a byte buffer
<DT><A HREF="./org/lwjgl/util/Color.html#readBGR(java.nio.ByteBuffer)"><B>readBGR(ByteBuffer)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Read a color from a byte buffer
<DT><A HREF="./org/lwjgl/util/WritableColor.html#readBGR(java.nio.ByteBuffer)"><B>readBGR(ByteBuffer)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Read a color from a byte buffer
<DT><A HREF="./org/lwjgl/util/Color.html#readBGRA(java.nio.ByteBuffer)"><B>readBGRA(ByteBuffer)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Read a color from a byte buffer
<DT><A HREF="./org/lwjgl/util/WritableColor.html#readBGRA(java.nio.ByteBuffer)"><B>readBGRA(ByteBuffer)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Read a color from a byte buffer
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#readHashMapFile(java.io.File)"><B>readHashMapFile(File)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>read the HashMap from File
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#readKeyboard(java.nio.ByteBuffer)"><B>readKeyboard(ByteBuffer)</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Method to read the keyboard buffer
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#readMouse(java.nio.ByteBuffer)"><B>readMouse(ByteBuffer)</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Method to read the mouse buffer
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#readObjectFile(java.io.File)"><B>readObjectFile(File)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>read the object from the File
<DT><A HREF="./org/lwjgl/util/Color.html#readRGB(java.nio.ByteBuffer)"><B>readRGB(ByteBuffer)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Read a color from a byte buffer
<DT><A HREF="./org/lwjgl/util/WritableColor.html#readRGB(java.nio.ByteBuffer)"><B>readRGB(ByteBuffer)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Read a color from a byte buffer
<DT><A HREF="./org/lwjgl/util/Color.html#readRGBA(java.nio.ByteBuffer)"><B>readRGBA(ByteBuffer)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Read a color from a byte buffer
<DT><A HREF="./org/lwjgl/util/WritableColor.html#readRGBA(java.nio.ByteBuffer)"><B>readRGBA(ByteBuffer)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Read a color from a byte buffer
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#readStringFile(java.io.File)"><B>readStringFile(File)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>read String object from File
<DT><A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util"><B>Rectangle</B></A> - Class in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>A 2D integer Rectangle class which looks remarkably like an AWT one.<DT><A HREF="./org/lwjgl/util/Rectangle.html#Rectangle()"><B>Rectangle()</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Constructor for Rectangle.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#Rectangle(int, int, int, int)"><B>Rectangle(int, int, int, int)</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Constructor for Rectangle.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#Rectangle(org.lwjgl.util.ReadablePoint, org.lwjgl.util.ReadableDimension)"><B>Rectangle(ReadablePoint, ReadableDimension)</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Constructor for Rectangle.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#Rectangle(org.lwjgl.util.ReadableRectangle)"><B>Rectangle(ReadableRectangle)</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Constructor for Rectangle.
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#RED"><B>RED</B></A> -
Static variable in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedObjectTransformer.html#register(java.lang.Class)"><B>register(Class&lt;? extends MappedObject&gt;)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObjectTransformer.html" title="class in org.lwjgl.util.mapped">MappedObjectTransformer</A>
<DD>Registers a class as a mapped object.
<DT><A HREF="./org/lwjgl/util/glu/Registry.html" title="class in org.lwjgl.util.glu"><B>Registry</B></A> - Class in <A HREF="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</A><DD>Registry.java
Created 11-jan-2004<DT><A HREF="./org/lwjgl/util/glu/Registry.html#Registry()"><B>Registry()</B></A> -
Constructor for class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Registry.html" title="class in org.lwjgl.util.glu">Registry</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#releaseContext()"><B>releaseContext()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Display.html#releaseContext()"><B>releaseContext()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Release the Display context.
<DT><A HREF="./org/lwjgl/opengl/Drawable.html#releaseContext()"><B>releaseContext()</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Drawable.html" title="interface in org.lwjgl.opengl">Drawable</A>
<DD>If the Drawable's context is current in the current thread, no context will be current after a call to this method.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#releaseTexImage(int)"><B>releaseTexImage(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>Releases the currently bound texture from the buffer specified.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#remaining()"><B>remaining()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Returns the number of elements between the current position and the
limit.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#remainingByte()"><B>remainingByte()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Returns the number of bytes between the current position and the
limit.
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#removeNotify()"><B>removeNotify()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Renderable.html#render()"><B>render()</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/Renderable.html" title="interface in org.lwjgl.util">Renderable</A>
<DD>"Render" this thing.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#RENDER_DEPTH_TEXTURE_SUPPORTED"><B>RENDER_DEPTH_TEXTURE_SUPPORTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>Indicates that Pbuffers can be used as depth render-textures.
<DT><A HREF="./org/lwjgl/opengl/RenderTexture.html#RENDER_TEXTURE_1D"><B>RENDER_TEXTURE_1D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/RenderTexture.html" title="class in org.lwjgl.opengl">RenderTexture</A>
<DD>The TEXTURE_1D target.
<DT><A HREF="./org/lwjgl/opengl/RenderTexture.html#RENDER_TEXTURE_2D"><B>RENDER_TEXTURE_2D</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/RenderTexture.html" title="class in org.lwjgl.opengl">RenderTexture</A>
<DD>The TEXTURE_2D target.
<DT><A HREF="./org/lwjgl/opengl/RenderTexture.html#RENDER_TEXTURE_CUBE_MAP"><B>RENDER_TEXTURE_CUBE_MAP</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/RenderTexture.html" title="class in org.lwjgl.opengl">RenderTexture</A>
<DD>The TEXTURE_CUBE_MAP target.
<DT><A HREF="./org/lwjgl/opengl/RenderTexture.html#RENDER_TEXTURE_RECTANGLE"><B>RENDER_TEXTURE_RECTANGLE</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/RenderTexture.html" title="class in org.lwjgl.opengl">RenderTexture</A>
<DD>The TEXTURE_RECTANGLE target.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#RENDER_TEXTURE_RECTANGLE_SUPPORTED"><B>RENDER_TEXTURE_RECTANGLE_SUPPORTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>Indicates that Pbuffers can be used as non-power-of-two render-textures.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#RENDER_TEXTURE_SUPPORTED"><B>RENDER_TEXTURE_SUPPORTED</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>Indicates that Pbuffers can be used as render-textures.
<DT><A HREF="./org/lwjgl/util/Renderable.html" title="interface in org.lwjgl.util"><B>Renderable</B></A> - Interface in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>Simple interface to things that can be Rendered.<DT><A HREF="./org/lwjgl/opengl/RenderTexture.html" title="class in org.lwjgl.opengl"><B>RenderTexture</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>This class represents the state necessary for render-to-texture.<DT><A HREF="./org/lwjgl/opengl/RenderTexture.html#RenderTexture(boolean, boolean, boolean, boolean, int, int)"><B>RenderTexture(boolean, boolean, boolean, boolean, int, int)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/RenderTexture.html" title="class in org.lwjgl.opengl">RenderTexture</A>
<DD>Creates a RenderTexture object for enabling render-to-texture on a P-buffer.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#replaceLast(java.lang.String, java.lang.String, java.lang.String)"><B>replaceLast(String, String, String)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Replaces the last occurrence of the specified target substring with
the specified replacement string in a string.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#reset()"><B>reset()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Resets this buffer's position to the previously-marked position.
<DT><A HREF="./org/lwjgl/util/Timer.html#reset()"><B>reset()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</A>
<DD>Reset the timer.
<DT><A HREF="./org/lwjgl/opengl/XRandR.html#restoreConfiguration()"><B>restoreConfiguration()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/XRandR.html" title="class in org.lwjgl.opengl">XRandR</A>
<DD>Restores the configuration for all connected display devices.
<DT><A HREF="./org/lwjgl/util/Timer.html#resume()"><B>resume()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</A>
<DD>Resume the timer.
<DT><A HREF="./org/lwjgl/PointerBuffer.html#rewind()"><B>rewind()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Rewinds this buffer.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#rotate(float, org.lwjgl.util.vector.Vector3f)"><B>rotate(float, Vector3f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Rotates the matrix around the given axis the specified angle
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#rotate(float, org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Matrix4f)"><B>rotate(float, Vector3f, Matrix4f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Rotates the matrix around the given axis the specified angle
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#rotate(float, org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)"><B>rotate(float, Vector3f, Matrix4f, Matrix4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Rotates the source matrix around the given axis the specified angle and
put the result in the destination matrix.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#run()"><B>run()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>9 steps
1) check jre version meets minimum requirements
2) check applet cache and decide which jars to download
3) download the jars
4) extract native files
5) validate jars for any corruption
6) save applet cache information
7) add jars to class path
8) set any lwjgl properties
9) switch to loaded applet
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#runViewConstructor()"><B>runViewConstructor()</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Any code in the default constructor will not run automatically.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/WaveData.html#samplerate"><B>samplerate</B></A> -
Variable in class org.lwjgl.util.<A HREF="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util">WaveData</A>
<DD>sample rate of data
<DT><A HREF="./org/lwjgl/opengl/XRandR.html#saveConfiguration()"><B>saveConfiguration()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/XRandR.html" title="class in org.lwjgl.opengl">XRandR</A>
<DD>Saves the current configuration for all connected display devices.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#scale(org.lwjgl.util.vector.Vector3f)"><B>scale(Vector3f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Scales this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#scale(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)"><B>scale(Vector3f, Matrix4f, Matrix4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Scales the source matrix and put the result in the destination matrix
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#scale(float)"><B>scale(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#scale(float, org.lwjgl.util.vector.Quaternion, org.lwjgl.util.vector.Quaternion)"><B>scale(float, Quaternion, Quaternion)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Scale the source quaternion by scale and put the result in the destination
<DT><A HREF="./org/lwjgl/util/vector/Vector.html#scale(float)"><B>scale(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</A>
<DD>Scale this vector
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#scale(float)"><B>scale(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#scale(float)"><B>scale(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#scale(float)"><B>scale(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Color.html#set(int, int, int, int)"><B>set(int, int, int, int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Set a color
<DT><A HREF="./org/lwjgl/util/Color.html#set(byte, byte, byte, byte)"><B>set(byte, byte, byte, byte)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Set a color
<DT><A HREF="./org/lwjgl/util/Color.html#set(int, int, int)"><B>set(int, int, int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Set a color
<DT><A HREF="./org/lwjgl/util/Color.html#set(byte, byte, byte)"><B>set(byte, byte, byte)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Set a color
<DT><A HREF="./org/lwjgl/util/Timer.html#set(float)"><B>set(float)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</A>
<DD>Set the time of this timer
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#set(float, float)"><B>set(float, float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#set(float, float, float)"><B>set(float, float, float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#set(float, float, float, float)"><B>set(float, float, float, float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#set(org.lwjgl.util.vector.ReadableVector4f)"><B>set(ReadableVector4f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Load from another Vector4f
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#set(float, float)"><B>set(float, float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#set(org.lwjgl.util.vector.ReadableVector2f)"><B>set(ReadableVector2f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Load from another Vector2f
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#set(float, float)"><B>set(float, float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#set(float, float, float)"><B>set(float, float, float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#set(org.lwjgl.util.vector.ReadableVector3f)"><B>set(ReadableVector3f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>Load from another Vector3f
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#set(float, float)"><B>set(float, float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#set(float, float, float)"><B>set(float, float, float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#set(float, float, float, float)"><B>set(float, float, float, float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#set(org.lwjgl.util.vector.ReadableVector4f)"><B>set(ReadableVector4f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Load from another Vector4f
<DT><A HREF="./org/lwjgl/util/vector/WritableVector2f.html#set(float, float)"><B>set(float, float)</B></A> -
Method in interface org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/WritableVector2f.html" title="interface in org.lwjgl.util.vector">WritableVector2f</A>
<DD>Set the X,Y values
<DT><A HREF="./org/lwjgl/util/vector/WritableVector3f.html#set(float, float, float)"><B>set(float, float, float)</B></A> -
Method in interface org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/WritableVector3f.html" title="interface in org.lwjgl.util.vector">WritableVector3f</A>
<DD>Set the X,Y,Z values
<DT><A HREF="./org/lwjgl/util/vector/WritableVector4f.html#set(float, float, float, float)"><B>set(float, float, float, float)</B></A> -
Method in interface org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/WritableVector4f.html" title="interface in org.lwjgl.util.vector">WritableVector4f</A>
<DD>Set the X,Y,Z,W values
<DT><A HREF="./org/lwjgl/util/WritableColor.html#set(int, int, int, int)"><B>set(int, int, int, int)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Set a color
<DT><A HREF="./org/lwjgl/util/WritableColor.html#set(byte, byte, byte, byte)"><B>set(byte, byte, byte, byte)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Set a color
<DT><A HREF="./org/lwjgl/util/WritableColor.html#set(int, int, int)"><B>set(int, int, int)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Set a color
<DT><A HREF="./org/lwjgl/util/WritableColor.html#set(byte, byte, byte)"><B>set(byte, byte, byte)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Set a color
<DT><A HREF="./org/lwjgl/util/Color.html#setAlpha(int)"><B>setAlpha(int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Set the Alpha component
<DT><A HREF="./org/lwjgl/util/Color.html#setAlpha(byte)"><B>setAlpha(byte)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Set the Alpha component
<DT><A HREF="./org/lwjgl/util/WritableColor.html#setAlpha(int)"><B>setAlpha(int)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Set the Alpha component
<DT><A HREF="./org/lwjgl/util/WritableColor.html#setAlpha(byte)"><B>setAlpha(byte)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Set the Alpha component
<DT><A HREF="./org/lwjgl/opencl/CLKernel.html#setArg(int, byte)"><B>setArg(int, byte)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</A>
<DD>Sets a kernel argument at the specified index to the specified
byte value.
<DT><A HREF="./org/lwjgl/opencl/CLKernel.html#setArg(int, short)"><B>setArg(int, short)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</A>
<DD>Sets a kernel argument at the specified index to the specified
byte value.
<DT><A HREF="./org/lwjgl/opencl/CLKernel.html#setArg(int, int)"><B>setArg(int, int)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</A>
<DD>Sets a kernel argument at the specified index to the specified
int value.
<DT><A HREF="./org/lwjgl/opencl/CLKernel.html#setArg(int, long)"><B>setArg(int, long)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</A>
<DD>Sets a kernel argument at the specified index to the specified
long value.
<DT><A HREF="./org/lwjgl/opencl/CLKernel.html#setArg(int, float)"><B>setArg(int, float)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</A>
<DD>Sets a kernel argument at the specified index to the specified
float value.
<DT><A HREF="./org/lwjgl/opencl/CLKernel.html#setArg(int, double)"><B>setArg(int, double)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</A>
<DD>Sets a kernel argument at the specified index to the specified
double value.
<DT><A HREF="./org/lwjgl/opencl/CLKernel.html#setArg(int, org.lwjgl.opencl.CLObject)"><B>setArg(int, CLObject)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</A>
<DD>Sets a kernel argument at the specified index to the specified
pointer value.
<DT><A HREF="./org/lwjgl/opencl/CLKernel.html#setArgSize(int, long)"><B>setArgSize(int, long)</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLKernel.html" title="class in org.lwjgl.opencl">CLKernel</A>
<DD>Sets the size of a __local kernel argument at the specified index.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#setAttrib(int, int)"><B>setAttrib(int, int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>Sets a render-to-texture attribute.
<DT><A HREF="./org/lwjgl/util/Color.html#setBlue(int)"><B>setBlue(int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Set the Blue component
<DT><A HREF="./org/lwjgl/util/Color.html#setBlue(byte)"><B>setBlue(byte)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Set the Blue component
<DT><A HREF="./org/lwjgl/util/WritableColor.html#setBlue(int)"><B>setBlue(int)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Set the Blue component
<DT><A HREF="./org/lwjgl/util/WritableColor.html#setBlue(byte)"><B>setBlue(byte)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Set the Blue component
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#setBounds(int, int, int, int)"><B>setBounds(int, int, int, int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Rectangle.html#setBounds(int, int, int, int)"><B>setBounds(int, int, int, int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Rectangle.html#setBounds(org.lwjgl.util.ReadablePoint, org.lwjgl.util.ReadableDimension)"><B>setBounds(ReadablePoint, ReadableDimension)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Rectangle.html#setBounds(org.lwjgl.util.ReadableRectangle)"><B>setBounds(ReadableRectangle)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/WritableRectangle.html#setBounds(int, int, int, int)"><B>setBounds(int, int, int, int)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableRectangle.html" title="interface in org.lwjgl.util">WritableRectangle</A>
<DD>Sets the bounds of the rectangle
<DT><A HREF="./org/lwjgl/util/WritableRectangle.html#setBounds(org.lwjgl.util.ReadablePoint, org.lwjgl.util.ReadableDimension)"><B>setBounds(ReadablePoint, ReadableDimension)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableRectangle.html" title="interface in org.lwjgl.util">WritableRectangle</A>
<DD>Sets the bounds of the rectangle
<DT><A HREF="./org/lwjgl/util/WritableRectangle.html#setBounds(org.lwjgl.util.ReadableRectangle)"><B>setBounds(ReadableRectangle)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableRectangle.html" title="interface in org.lwjgl.util">WritableRectangle</A>
<DD>Sets the bounds of the rectangle
<DT><A HREF="./org/lwjgl/input/Mouse.html#setClipMouseCoordinatesToWindow(boolean)"><B>setClipMouseCoordinatesToWindow(boolean)</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#setCLSharingProperties(org.lwjgl.PointerBuffer)"><B>setCLSharingProperties(PointerBuffer)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Drawable.html#setCLSharingProperties(org.lwjgl.PointerBuffer)"><B>setCLSharingProperties(PointerBuffer)</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Drawable.html" title="interface in org.lwjgl.opengl">Drawable</A>
<DD>Sets the appropriate khr_gl_sharing properties in the target <code>PointerBuffer</code>,
so that if it is used in a <code>clCreateContext(FromType)</code> call, the created CL
context will be sharing objects with this <code>Drawable</code>'s GL context.
<DT><A HREF="./org/lwjgl/util/Color.html#setColor(org.lwjgl.util.ReadableColor)"><B>setColor(ReadableColor)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Set this color's color by copying another color
<DT><A HREF="./org/lwjgl/util/WritableColor.html#setColor(org.lwjgl.util.ReadableColor)"><B>setColor(ReadableColor)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Set this color's color by copying another color
<DT><A HREF="./org/lwjgl/opengl/XRandR.html#setConfiguration(boolean, org.lwjgl.opengl.XRandR.Screen...)"><B>setConfiguration(boolean, XRandR.Screen...)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/XRandR.html" title="class in org.lwjgl.opengl">XRandR</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Mouse.html#setCursorPosition(int, int)"><B>setCursorPosition(int, int)</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Set the position of the cursor.
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#setCursorPosition(int, int)"><B>setCursorPosition(int, int)</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Method to set the native cursor position
<DT><A HREF="./org/lwjgl/input/Controller.html#setDeadZone(int, float)"><B>setDeadZone(int, float)</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Set the dead zone for the specified axis
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#setDeadZone(int, float)"><B>setDeadZone(int, float)</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Set the dead zone for the specified axis
<DT><A HREF="./org/lwjgl/opengles/EGLContext.html#setDisplay(org.lwjgl.opengles.EGLDisplay)"><B>setDisplay(EGLDisplay)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLContext.html" title="class in org.lwjgl.opengles">EGLContext</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Display.html#setDisplayConfiguration(float, float, float)"><B>setDisplayConfiguration(float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Set the display configuration to the specified gamma, brightness and contrast.
<DT><A HREF="./org/lwjgl/opengl/Display.html#setDisplayMode(org.lwjgl.opengl.DisplayMode)"><B>setDisplayMode(DisplayMode)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Set the current display mode.
<DT><A HREF="./org/lwjgl/util/Display.html#setDisplayMode(org.lwjgl.opengl.DisplayMode[], java.lang.String[])"><B>setDisplayMode(DisplayMode[], String[])</B></A> -
Static method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Display.html" title="class in org.lwjgl.util">Display</A>
<DD>Create the display by choosing from a list of display modes based on an order of preference.
<DT><A HREF="./org/lwjgl/opengl/Display.html#setDisplayModeAndFullscreen(org.lwjgl.opengl.DisplayMode)"><B>setDisplayModeAndFullscreen(DisplayMode)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Set the mode of the context.
<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#setDrawStyle(int)"><B>setDrawStyle(int)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>specifies the draw style for quadrics.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#setFromAxisAngle(org.lwjgl.util.vector.Vector4f)"><B>setFromAxisAngle(Vector4f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Sets the value of this quaternion to the equivalent rotation of the
Axis-Angle argument.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#setFromMatrix(org.lwjgl.util.vector.Matrix4f)"><B>setFromMatrix(Matrix4f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Sets the value of this quaternion using the rotational component of the
passed matrix.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#setFromMatrix(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Quaternion)"><B>setFromMatrix(Matrix4f, Quaternion)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Sets the value of the source quaternion using the rotational component of the
passed matrix.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#setFromMatrix(org.lwjgl.util.vector.Matrix3f)"><B>setFromMatrix(Matrix3f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Sets the value of this quaternion using the rotational component of the
passed matrix.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#setFromMatrix(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Quaternion)"><B>setFromMatrix(Matrix3f, Quaternion)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Sets the value of the source quaternion using the rotational component of the
passed matrix.
<DT><A HREF="./org/lwjgl/opengl/Display.html#setFullscreen(boolean)"><B>setFullscreen(boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Set the fullscreen mode of the context.
<DT><A HREF="./org/lwjgl/input/Mouse.html#setGrabbed(boolean)"><B>setGrabbed(boolean)</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Sets whether or not the mouse has grabbed the cursor
(and thus hidden).
<DT><A HREF="./org/lwjgl/util/Color.html#setGreen(int)"><B>setGreen(int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Set the Green component
<DT><A HREF="./org/lwjgl/util/Color.html#setGreen(byte)"><B>setGreen(byte)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Set the Green component
<DT><A HREF="./org/lwjgl/util/WritableColor.html#setGreen(int)"><B>setGreen(int)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Set the Green component
<DT><A HREF="./org/lwjgl/util/WritableColor.html#setGreen(byte)"><B>setGreen(byte)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Set the Green component
<DT><A HREF="./org/lwjgl/util/Dimension.html#setHeight(int)"><B>setHeight(int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</A>
<DD>Sets the height.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#setHeight(int)"><B>setHeight(int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Sets the height.
<DT><A HREF="./org/lwjgl/util/WritableDimension.html#setHeight(int)"><B>setHeight(int)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableDimension.html" title="interface in org.lwjgl.util">WritableDimension</A>
<DD>Sets the height.
<DT><A HREF="./org/lwjgl/opengl/Display.html#setIcon(java.nio.ByteBuffer[])"><B>setIcon(ByteBuffer[])</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Sets one or more icons for the Display.
<DT><A HREF="./org/lwjgl/util/vector/Matrix.html#setIdentity()"><B>setIdentity()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</A>
<DD>Set this matrix to be the identity matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#setIdentity()"><B>setIdentity()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Set this matrix to be the identity matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#setIdentity(org.lwjgl.util.vector.Matrix2f)"><B>setIdentity(Matrix2f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Set the source matrix to be the identity matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#setIdentity()"><B>setIdentity()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Set this matrix to be the identity matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#setIdentity(org.lwjgl.util.vector.Matrix3f)"><B>setIdentity(Matrix3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Set the matrix to be the identity matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#setIdentity()"><B>setIdentity()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Set this matrix to be the identity matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#setIdentity(org.lwjgl.util.vector.Matrix4f)"><B>setIdentity(Matrix4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Set the given matrix to be the identity matrix.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#setIdentity()"><B>setIdentity()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Set this quaternion to the multiplication identity.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#setIdentity(org.lwjgl.util.vector.Quaternion)"><B>setIdentity(Quaternion)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Set the given quaternion to the multiplication identity.
<DT><A HREF="./org/lwjgl/opengl/Display.html#setInitialBackground(float, float, float)"><B>setInitialBackground(float, float, float)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Set the initial color of the Display.
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#setLocation(int, int)"><B>setLocation(int, int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#setLocation(java.awt.Point)"><B>setLocation(Point)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Display.html#setLocation(int, int)"><B>setLocation(int, int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Set the window's location.
<DT><A HREF="./org/lwjgl/util/Point.html#setLocation(int, int)"><B>setLocation(int, int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Point.html#setLocation(org.lwjgl.util.ReadablePoint)"><B>setLocation(ReadablePoint)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Rectangle.html#setLocation(int, int)"><B>setLocation(int, int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Rectangle.html#setLocation(org.lwjgl.util.ReadablePoint)"><B>setLocation(ReadablePoint)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/WritablePoint.html#setLocation(int, int)"><B>setLocation(int, int)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritablePoint.html" title="interface in org.lwjgl.util">WritablePoint</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/WritablePoint.html#setLocation(org.lwjgl.util.ReadablePoint)"><B>setLocation(ReadablePoint)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritablePoint.html" title="interface in org.lwjgl.util">WritablePoint</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#setLWJGLProperties()"><B>setLWJGLProperties()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Parses the java_arguments list and sets lwjgl specific
properties accordingly, before the launch.
<DT><A HREF="./org/lwjgl/input/Mouse.html#setNativeCursor(org.lwjgl.input.Cursor)"><B>setNativeCursor(Cursor)</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Binds a native cursor.
<DT><A HREF="./org/lwjgl/opengl/InputImplementation.html#setNativeCursor(java.lang.Object)"><B>setNativeCursor(Object)</B></A> -
Method in interface org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/InputImplementation.html" title="interface in org.lwjgl.opengl">InputImplementation</A>
<DD>Method to set the native cursor
<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#setNormals(int)"><B>setNormals(int)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>specifies what kind of normals are desired for quadrics.
<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#setOrientation(int)"><B>setOrientation(int)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>specifies what kind of orientation is desired for.
<DT><A HREF="./org/lwjgl/opengl/Display.html#setParent(java.awt.Canvas)"><B>setParent(Canvas)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Set the parent of the Display.
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#setPixelFormat(org.lwjgl.opengl.PixelFormatLWJGL)"><B>setPixelFormat(PixelFormatLWJGL)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#setPixelFormat(org.lwjgl.opengl.PixelFormatLWJGL, org.lwjgl.opengl.ContextAttribs)"><B>setPixelFormat(PixelFormatLWJGL, ContextAttribs)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Color.html#setRed(int)"><B>setRed(int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Set the Red component
<DT><A HREF="./org/lwjgl/util/Color.html#setRed(byte)"><B>setRed(byte)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Set the Red component
<DT><A HREF="./org/lwjgl/util/WritableColor.html#setRed(int)"><B>setRed(int)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Set the Red component
<DT><A HREF="./org/lwjgl/util/WritableColor.html#setRed(byte)"><B>setRed(byte)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util">WritableColor</A>
<DD>Set the Red component
<DT><A HREF="./org/lwjgl/opengl/Display.html#setResizable(boolean)"><B>setResizable(boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Enable or disable the Display window to be resized.
<DT><A HREF="./org/lwjgl/input/Controller.html#setRumblerStrength(int, float)"><B>setRumblerStrength(int, float)</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Sets the vibration strength of the specified rumbler
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#setRumblerStrength(int, float)"><B>setRumblerStrength(int, float)</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controller.html#setRXAxisDeadZone(float)"><B>setRXAxisDeadZone(float)</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Set the dead zone for the RX axis
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#setRXAxisDeadZone(float)"><B>setRXAxisDeadZone(float)</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Set the dead zone for the RX axis
<DT><A HREF="./org/lwjgl/input/Controller.html#setRYAxisDeadZone(float)"><B>setRYAxisDeadZone(float)</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Set the dead zone for the RY axis
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#setRYAxisDeadZone(float)"><B>setRYAxisDeadZone(float)</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Set the dead zone for the RY axis
<DT><A HREF="./org/lwjgl/input/Controller.html#setRZAxisDeadZone(float)"><B>setRZAxisDeadZone(float)</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Set the dead zone for the RZ axis
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#setRZAxisDeadZone(float)"><B>setRZAxisDeadZone(float)</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Set the dead zone for the RZ axis
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#setSize(java.awt.Dimension)"><B>setSize(Dimension)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#setSize(int, int)"><B>setSize(int, int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Dimension.html#setSize(int, int)"><B>setSize(int, int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Dimension.html#setSize(org.lwjgl.util.ReadableDimension)"><B>setSize(ReadableDimension)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Rectangle.html#setSize(int, int)"><B>setSize(int, int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Rectangle.html#setSize(org.lwjgl.util.ReadableDimension)"><B>setSize(ReadableDimension)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/WritableDimension.html#setSize(int, int)"><B>setSize(int, int)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableDimension.html" title="interface in org.lwjgl.util">WritableDimension</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/WritableDimension.html#setSize(org.lwjgl.util.ReadableDimension)"><B>setSize(ReadableDimension)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableDimension.html" title="interface in org.lwjgl.util">WritableDimension</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#setState(int)"><B>setState(int)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>set the state of applet loader
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#setSurfaceAttribs(org.lwjgl.opengles.EGLSurface)"><B>setSurfaceAttribs(EGLSurface)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Applies this PixelFormat's surface attributes to the specified EGL surface.
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#setSwapInterval(int)"><B>setSwapInterval(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>Set swap interval.
<DT><A HREF="./org/lwjgl/opengl/Display.html#setSwapInterval(int)"><B>setSwapInterval(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Set the buffer swap interval.
<DT><A HREF="./org/lwjgl/opengles/EGLDisplay.html#setSwapInterval(int)"><B>setSwapInterval(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#setTextureFlag(boolean)"><B>setTextureFlag(boolean)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>specifies if texture coordinates should be generated for
quadrics rendered with qobj.
<DT><A HREF="./org/lwjgl/input/Cursor.html#setTimeout()"><B>setTimeout()</B></A> -
Method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Cursor.html" title="class in org.lwjgl.input">Cursor</A>
<DD>Sets the timout property to the time it should be changed
<DT><A HREF="./org/lwjgl/opengl/Display.html#setTitle(java.lang.String)"><B>setTitle(String)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Set the title of the window.
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#setup(org.lwjgl.util.mapped.MappedObject, java.nio.ByteBuffer, int, int)"><B>setup(MappedObject, ByteBuffer, int, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#setViewAddress(long)"><B>setViewAddress(long)</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#setVSyncEnabled(boolean)"><B>setVSyncEnabled(boolean)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>Enable vsync
<DT><A HREF="./org/lwjgl/opengl/Display.html#setVSyncEnabled(boolean)"><B>setVSyncEnabled(boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Enable or disable vertical monitor synchronization.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#setW(float)"><B>setW(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Set W
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#setW(float)"><B>setW(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Set W
<DT><A HREF="./org/lwjgl/util/vector/WritableVector4f.html#setW(float)"><B>setW(float)</B></A> -
Method in interface org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/WritableVector4f.html" title="interface in org.lwjgl.util.vector">WritableVector4f</A>
<DD>Set the W value
<DT><A HREF="./org/lwjgl/util/Dimension.html#setWidth(int)"><B>setWidth(int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</A>
<DD>Sets the width.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#setWidth(int)"><B>setWidth(int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Sets the width.
<DT><A HREF="./org/lwjgl/util/WritableDimension.html#setWidth(int)"><B>setWidth(int)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritableDimension.html" title="interface in org.lwjgl.util">WritableDimension</A>
<DD>Sets the width.
<DT><A HREF="./org/lwjgl/util/Point.html#setX(int)"><B>setX(int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Rectangle.html#setX(int)"><B>setX(int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Sets the x.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#setX(float)"><B>setX(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Set X
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#setX(float)"><B>setX(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Set X
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#setX(float)"><B>setX(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>Set X
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#setX(float)"><B>setX(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Set X
<DT><A HREF="./org/lwjgl/util/vector/WritableVector2f.html#setX(float)"><B>setX(float)</B></A> -
Method in interface org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/WritableVector2f.html" title="interface in org.lwjgl.util.vector">WritableVector2f</A>
<DD>Set the X value
<DT><A HREF="./org/lwjgl/util/WritablePoint.html#setX(int)"><B>setX(int)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritablePoint.html" title="interface in org.lwjgl.util">WritablePoint</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controller.html#setXAxisDeadZone(float)"><B>setXAxisDeadZone(float)</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Set the dead zone for the X axis
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#setXAxisDeadZone(float)"><B>setXAxisDeadZone(float)</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Set the dead zone for the X axis
<DT><A HREF="./org/lwjgl/util/Point.html#setY(int)"><B>setY(int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Rectangle.html#setY(int)"><B>setY(int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Sets the y.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#setY(float)"><B>setY(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Set Y
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#setY(float)"><B>setY(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Set Y
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#setY(float)"><B>setY(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>Set Y
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#setY(float)"><B>setY(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Set Y
<DT><A HREF="./org/lwjgl/util/vector/WritableVector2f.html#setY(float)"><B>setY(float)</B></A> -
Method in interface org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/WritableVector2f.html" title="interface in org.lwjgl.util.vector">WritableVector2f</A>
<DD>Set the Y value
<DT><A HREF="./org/lwjgl/util/WritablePoint.html#setY(int)"><B>setY(int)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/WritablePoint.html" title="interface in org.lwjgl.util">WritablePoint</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/input/Controller.html#setYAxisDeadZone(float)"><B>setYAxisDeadZone(float)</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Set the dead zone for the Y axis
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#setYAxisDeadZone(float)"><B>setYAxisDeadZone(float)</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Set the dead zone for the Y axis
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#setZ(float)"><B>setZ(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>Set Z
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#setZ(float)"><B>setZ(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>Set Z
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#setZ(float)"><B>setZ(float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Set Z
<DT><A HREF="./org/lwjgl/util/vector/WritableVector3f.html#setZ(float)"><B>setZ(float)</B></A> -
Method in interface org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/WritableVector3f.html" title="interface in org.lwjgl.util.vector">WritableVector3f</A>
<DD>Set the Z value
<DT><A HREF="./org/lwjgl/input/Controller.html#setZAxisDeadZone(float)"><B>setZAxisDeadZone(float)</B></A> -
Method in interface org.lwjgl.input.<A HREF="./org/lwjgl/input/Controller.html" title="interface in org.lwjgl.input">Controller</A>
<DD>Set the dead zone for the Z axis
<DT><A HREF="./org/lwjgl/util/input/ControllerAdapter.html#setZAxisDeadZone(float)"><B>setZAxisDeadZone(float)</B></A> -
Method in class org.lwjgl.util.input.<A HREF="./org/lwjgl/util/input/ControllerAdapter.html" title="class in org.lwjgl.util.input">ControllerAdapter</A>
<DD>Set the dead zone for the Z axis
<DT><A HREF="./org/lwjgl/util/vector/Matrix.html#setZero()"><B>setZero()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</A>
<DD>Set this matrix to 0.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#setZero()"><B>setZero()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Set this matrix to 0.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#setZero(org.lwjgl.util.vector.Matrix2f)"><B>setZero(Matrix2f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#setZero()"><B>setZero()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Set this matrix to 0.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#setZero(org.lwjgl.util.vector.Matrix3f)"><B>setZero(Matrix3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Set the matrix matrix to 0.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#setZero()"><B>setZero()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Set this matrix to 0.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#setZero(org.lwjgl.util.vector.Matrix4f)"><B>setZero(Matrix4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Set the given matrix to 0.
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#sget(long)"><B>sget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#sget(org.lwjgl.util.mapped.MappedObject, int)"><B>sget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/SGISGenerateMipmap.html" title="class in org.lwjgl.opengl"><B>SGISGenerateMipmap</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/SGISTextureLOD.html" title="class in org.lwjgl.opengl"><B>SGISTextureLOD</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/opengl/SharedDrawable.html" title="class in org.lwjgl.opengl"><B>SharedDrawable</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>A Drawable implementation that shares its context with another Drawable.<DT><A HREF="./org/lwjgl/opengl/SharedDrawable.html#SharedDrawable(org.lwjgl.opengl.Drawable)"><B>SharedDrawable(Drawable)</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/SharedDrawable.html" title="class in org.lwjgl.opengl">SharedDrawable</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#SIGNALED_APPLE"><B>SIGNALED_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Returned in &lt;values&gt; for GetSyncivAPPLE &lt;pname&gt; SYNC_STATUS_APPLE:
<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#sin(float)"><B>sin(float)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#SIZEOF"><B>SIZEOF</B></A> -
Static variable in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Holds the value of sizeof of the sub-type of this MappedObject<br>
<br>
The behavior of this (transformed) method does not follow the normal Java behavior.<br>
<code>Vec2.SIZEOF</code> will yield 8 (2 floats)<br>
<code>Vec3.SIZEOF</code> will yield 12 (3 floats)<br>
This (required) notation might cause compiler warnings, which can be suppressed with @SuppressWarnings("static-access").<br>
Using Java 5.0's static-import on this method will break functionality.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#sleep(long)"><B>sleep(long)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Utility method for sleeping
<DT><A HREF="./org/lwjgl/PointerBuffer.html#slice()"><B>slice()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Creates a new pointer buffer whose content is a shared subsequence of
this buffer's content.
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#slice(org.lwjgl.util.mapped.MappedObject, org.lwjgl.util.mapped.MappedObject)"><B>slice(MappedObject, MappedObject)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#slice()"><B>slice()</B></A> -
Method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>Creates a new MappedObject instance, with a base offset equal to
the offset of the current view, comparable to the contract of <CODE>ByteBuffer.slice()</CODE>.
<DT><A HREF="./org/lwjgl/util/glu/Sphere.html" title="class in org.lwjgl.util.glu"><B>Sphere</B></A> - Class in <A HREF="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</A><DD>Sphere.java
Created 23-dec-2003<DT><A HREF="./org/lwjgl/util/glu/Sphere.html#Sphere()"><B>Sphere()</B></A> -
Constructor for class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Sphere.html" title="class in org.lwjgl.util.glu">Sphere</A>
<DD>Constructor
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#sput(short, long)"><B>sput(short, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#sput(org.lwjgl.util.mapped.MappedObject, short, int)"><B>sput(MappedObject, short, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#start()"><B>start()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#state"><B>state</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>state of applet loader
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#STATE_CHECK_JRE_VERSION"><B>STATE_CHECK_JRE_VERSION</B></A> -
Static variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>checking version of jre
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#STATE_CHECKING_CACHE"><B>STATE_CHECKING_CACHE</B></A> -
Static variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>checking for already downloaded files
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#STATE_CHECKING_FOR_UPDATES"><B>STATE_CHECKING_FOR_UPDATES</B></A> -
Static variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>checking if any updates are available for cache files
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#STATE_DETERMINING_PACKAGES"><B>STATE_DETERMINING_PACKAGES</B></A> -
Static variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>determining which packages that are required
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#STATE_DONE"><B>STATE_DONE</B></A> -
Static variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>done
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#STATE_DOWNLOADING"><B>STATE_DOWNLOADING</B></A> -
Static variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>downloading packages
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#STATE_EXTRACTING_PACKAGES"><B>STATE_EXTRACTING_PACKAGES</B></A> -
Static variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>extracting packages
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#STATE_INIT"><B>STATE_INIT</B></A> -
Static variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>initializing
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#STATE_INITIALIZE_REAL_APPLET"><B>STATE_INITIALIZE_REAL_APPLET</B></A> -
Static variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>initializing real applet
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#STATE_START_REAL_APPLET"><B>STATE_START_REAL_APPLET</B></A> -
Static variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>stating real applet
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#STATE_SWITCHING_APPLET"><B>STATE_SWITCHING_APPLET</B></A> -
Static variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>switching to real applet
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#STATE_UPDATING_CLASSPATH"><B>STATE_UPDATING_CLASSPATH</B></A> -
Static variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>updating the classpath
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#STATE_VALIDATING_PACKAGES"><B>STATE_VALIDATING_PACKAGES</B></A> -
Static variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>validating packages
<DT><A HREF="./org/lwjgl/opencl/APPLEContextLoggingUtil.html#STD_ERR_CALLBACK"><B>STD_ERR_CALLBACK</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/APPLEContextLoggingUtil.html" title="class in org.lwjgl.opencl">APPLEContextLoggingUtil</A>
<DD>Sends all log messages to the file descriptor stderr.
<DT><A HREF="./org/lwjgl/opencl/APPLEContextLoggingUtil.html#STD_OUT_CALLBACK"><B>STD_OUT_CALLBACK</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/APPLEContextLoggingUtil.html" title="class in org.lwjgl.opencl">APPLEContextLoggingUtil</A>
<DD>Sends all log messages to the file descriptor stdout.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#stop()"><B>stop()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix.html#store(java.nio.FloatBuffer)"><B>store(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</A>
<DD>Store this matrix in a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#store(java.nio.FloatBuffer)"><B>store(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Store this matrix in a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#store(java.nio.FloatBuffer)"><B>store(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Store this matrix in a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#store(java.nio.FloatBuffer)"><B>store(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Store this matrix in a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#store(java.nio.FloatBuffer)"><B>store(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/ReadableVector.html#store(java.nio.FloatBuffer)"><B>store(FloatBuffer)</B></A> -
Method in interface org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/ReadableVector.html" title="interface in org.lwjgl.util.vector">ReadableVector</A>
<DD>Store this vector in a FloatBuffer
<DT><A HREF="./org/lwjgl/util/vector/Vector.html#store(java.nio.FloatBuffer)"><B>store(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</A>
<DD>Store this vector in a FloatBuffer
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#store(java.nio.FloatBuffer)"><B>store(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Store this vector in a FloatBuffer
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#store(java.nio.FloatBuffer)"><B>store(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#store(java.nio.FloatBuffer)"><B>store(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#store3f(java.nio.FloatBuffer)"><B>store3f(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Store the rotation portion of this matrix in a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Matrix.html#storeTranspose(java.nio.FloatBuffer)"><B>storeTranspose(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</A>
<DD>Store this matrix in a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#storeTranspose(java.nio.FloatBuffer)"><B>storeTranspose(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Store this matrix in a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#storeTranspose(java.nio.FloatBuffer)"><B>storeTranspose(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Store this matrix in a float buffer.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#storeTranspose(java.nio.FloatBuffer)"><B>storeTranspose(FloatBuffer)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Store this matrix in a float buffer.
<DT><A HREF="./org/lwjgl/opencl/api/CLBufferRegion.html#STRUCT_SIZE"><B>STRUCT_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.api.<A HREF="./org/lwjgl/opencl/api/CLBufferRegion.html" title="class in org.lwjgl.opencl.api">CLBufferRegion</A>
<DD>The cl_buffer_region struct size in bytes.
<DT><A HREF="./org/lwjgl/opencl/api/CLImageFormat.html#STRUCT_SIZE"><B>STRUCT_SIZE</B></A> -
Static variable in class org.lwjgl.opencl.api.<A HREF="./org/lwjgl/opencl/api/CLImageFormat.html" title="class in org.lwjgl.opencl.api">CLImageFormat</A>
<DD>The cl_image_format struct size in bytes.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#sub(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f)"><B>sub(Matrix2f, Matrix2f, Matrix2f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Subtract the right matrix from the left and place the result in a third matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#sub(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f)"><B>sub(Matrix3f, Matrix3f, Matrix3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Subtract the right matrix from the left and place the result in a third matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#sub(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)"><B>sub(Matrix4f, Matrix4f, Matrix4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Subtract the right matrix from the left and place the result in a third matrix.
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#sub(org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Vector2f)"><B>sub(Vector2f, Vector2f, Vector2f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Subtract a vector from another vector and place the result in a destination
vector.
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#sub(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f)"><B>sub(Vector3f, Vector3f, Vector3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>Subtract a vector from another vector and place the result in a destination
vector.
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#sub(org.lwjgl.util.vector.Vector4f, org.lwjgl.util.vector.Vector4f, org.lwjgl.util.vector.Vector4f)"><B>sub(Vector4f, Vector4f, Vector4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Subtract a vector from another vector and place the result in a destination
vector.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#subtaskMessage"><B>subtaskMessage</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>String to display as a subtask
<DT><A HREF="./org/lwjgl/opengl/SUNSliceAccum.html" title="class in org.lwjgl.opengl"><B>SUNSliceAccum</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>&nbsp;<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#svget(long)"><B>svget(long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#svget(org.lwjgl.util.mapped.MappedObject, int)"><B>svget(MappedObject, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#svput(short, long)"><B>svput(short, long)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedHelper.html#svput(org.lwjgl.util.mapped.MappedObject, short, int)"><B>svput(MappedObject, short, int)</B></A> -
Static method in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedHelper.html" title="class in org.lwjgl.util.mapped">MappedHelper</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#swapBuffers()"><B>swapBuffers()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>Swap the canvas' buffer
<DT><A HREF="./org/lwjgl/opengl/Display.html#swapBuffers()"><B>swapBuffers()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Swap the display buffers.
<DT><A HREF="./org/lwjgl/opengles/EGLSurface.html#swapBuffers()"><B>swapBuffers()</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLSurface.html" title="class in org.lwjgl.opengles">EGLSurface</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#switchApplet()"><B>switchApplet()</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>replace the current applet with the lwjgl applet
using AppletStub and initialise and start it
<DT><A HREF="./org/lwjgl/opengl/Display.html#sync(int)"><B>sync(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>An accurate sync method that will attempt to run at a constant frame rate.
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#SYNC_CONDITION_APPLE"><B>SYNC_CONDITION_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetSyncivAPPLE:
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#SYNC_FLAGS_APPLE"><B>SYNC_FLAGS_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetSyncivAPPLE:
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#SYNC_STATUS_APPLE"><B>SYNC_STATUS_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Accepted as the &lt;pname&gt; parameter of GetSyncivAPPLE:
<DT><A HREF="./org/lwjgl/Sys.html" title="class in org.lwjgl"><B>Sys</B></A> - Class in <A HREF="./org/lwjgl/package-summary.html">org.lwjgl</A><DD>
System class (named Sys so as not to conflict with java.lang.System)<DT><A HREF="./org/lwjgl/opencl/APPLEContextLoggingUtil.html#SYSTEM_LOG_CALLBACK"><B>SYSTEM_LOG_CALLBACK</B></A> -
Static variable in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/APPLEContextLoggingUtil.html" title="class in org.lwjgl.opencl">APPLEContextLoggingUtil</A>
<DD>Sends all log messages to the Apple System Logger.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/opengles/EGLDisplay.html#terminate()"><B>terminate()</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLDisplay.html" title="class in org.lwjgl.opengles">EGLDisplay</A>
<DD>Release the resources associated with this EGL display.
<DT><A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html#TESS_MAX_CACHE"><B>TESS_MAX_CACHE</B></A> -
Static variable in class org.lwjgl.util.glu.tessellation.<A HREF="./org/lwjgl/util/glu/tessellation/GLUtessellatorImpl.html" title="class in org.lwjgl.util.glu.tessellation">GLUtessellatorImpl</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLU.html#TESS_MAX_COORD"><B>TESS_MAX_COORD</B></A> -
Static variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLU.html" title="class in org.lwjgl.util.glu">GLU</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#TEXTURE_CUBE_MAP_NEGATIVE_X"><B>TEXTURE_CUBE_MAP_NEGATIVE_X</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>The render-to-texture cube map negative X face value.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#TEXTURE_CUBE_MAP_NEGATIVE_Y"><B>TEXTURE_CUBE_MAP_NEGATIVE_Y</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>The render-to-texture cube map negative Y face value.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#TEXTURE_CUBE_MAP_NEGATIVE_Z"><B>TEXTURE_CUBE_MAP_NEGATIVE_Z</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>The render-to-texture cube map negative Z face value.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#TEXTURE_CUBE_MAP_POSITIVE_X"><B>TEXTURE_CUBE_MAP_POSITIVE_X</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>The render-to-texture cube map positive X face value.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#TEXTURE_CUBE_MAP_POSITIVE_Y"><B>TEXTURE_CUBE_MAP_POSITIVE_Y</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>The render-to-texture cube map positive Y face value.
<DT><A HREF="./org/lwjgl/opengl/Pbuffer.html#TEXTURE_CUBE_MAP_POSITIVE_Z"><B>TEXTURE_CUBE_MAP_POSITIVE_Z</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Pbuffer.html" title="class in org.lwjgl.opengl">Pbuffer</A>
<DD>The render-to-texture cube map positive Z face value.
<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#textureFlag"><B>textureFlag</B></A> -
Variable in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Timer.html#tick()"><B>tick()</B></A> -
Static method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</A>
<DD>Get the next time update from the system's hires timer.
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#TIMEOUT_EXPIRED_APPLE"><B>TIMEOUT_EXPIRED_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Returned by ClientWaitSyncAPPLE:
<DT><A HREF="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util"><B>Timer</B></A> - Class in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>A hires timer.<DT><A HREF="./org/lwjgl/util/Timer.html#Timer()"><B>Timer()</B></A> -
Constructor for class org.lwjgl.util.<A HREF="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</A>
<DD>Constructs a timer.
<DT><A HREF="./org/lwjgl/LWJGLUtil.html#toHexString(int)"><B>toHexString(int)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/LWJGLUtil.html" title="class in org.lwjgl">LWJGLUtil</A>
<DD>Returns a string representation of the integer argument as an
unsigned integer in base&nbsp;16.
<DT><A HREF="./org/lwjgl/util/Color.html#toHSB(float[])"><B>toHSB(float[])</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>RGB to HSB conversion, pinched from java.awt.Color.
<DT><A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLDeviceCapabilities.html" title="class in org.lwjgl.opencl">CLDeviceCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.opencl.<A HREF="./org/lwjgl/opencl/CLPlatformCapabilities.html" title="class in org.lwjgl.opencl">CLPlatformCapabilities</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/DisplayMode.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/DisplayMode.html" title="class in org.lwjgl.opengl">DisplayMode</A>
<DD>Retrieves a String representation of this <code>DisplayMode</code>
<DT><A HREF="./org/lwjgl/opengl/XRandR.Screen.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl">XRandR.Screen</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/ContextAttribs.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/ContextAttribs.html" title="class in org.lwjgl.opengles">ContextAttribs</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/EGLConfig.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/EGLConfig.html" title="class in org.lwjgl.opengles">EGLConfig</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerBuffer.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>Returns a string summarizing the state of this buffer.
<DT><A HREF="./org/lwjgl/PointerWrapperAbstract.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.<A HREF="./org/lwjgl/PointerWrapperAbstract.html" title="class in org.lwjgl">PointerWrapperAbstract</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/Color.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>Stringify
<DT><A HREF="./org/lwjgl/util/Dimension.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Dimension.html" title="class in org.lwjgl.util">Dimension</A>
<DD>Returns a string representation of the values of this
<code>Dimension</code> object's <code>height</code> and
<code>width</code> fields.
<DT><A HREF="./org/lwjgl/util/Point.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>Returns a string representation of this point and its location
in the (<i>x</i>,&nbsp;<i>y</i>) coordinate space.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Debugging
<DT><A HREF="./org/lwjgl/util/Timer.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Timer.html" title="class in org.lwjgl.util">Timer</A>
<DD>Debug output.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Returns a string representation of this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Returns a string representation of this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Returns a string representation of this matrix
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#toString()"><B>toString()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#totalDownloadSize"><B>totalDownloadSize</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>total size of download in bytes
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#totalSizeExtract"><B>totalSizeExtract</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>total size of extracted in bytes
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#transform(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Vector2f)"><B>transform(Matrix2f, Vector2f, Vector2f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Transform a Vector by a matrix and return the result in a destination
vector.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#transform(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Vector3f)"><B>transform(Matrix3f, Vector3f, Vector3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Transform a Vector by a matrix and return the result in a destination
vector.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#transform(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Vector4f, org.lwjgl.util.vector.Vector4f)"><B>transform(Matrix4f, Vector4f, Vector4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Transform a Vector by a matrix and return the result in a destination
vector.
<DT><A HREF="./org/lwjgl/util/Point.html#translate(int, int)"><B>translate(int, int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>Translate a point.
<DT><A HREF="./org/lwjgl/util/Point.html#translate(org.lwjgl.util.ReadablePoint)"><B>translate(ReadablePoint)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>Translate a point.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#translate(int, int)"><B>translate(int, int)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Translate the rectangle by an amount.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#translate(org.lwjgl.util.ReadablePoint)"><B>translate(ReadablePoint)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Translate the rectangle by an amount.
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#translate(org.lwjgl.util.vector.Vector2f)"><B>translate(Vector2f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Translate this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#translate(org.lwjgl.util.vector.Vector3f)"><B>translate(Vector3f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Translate this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#translate(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Matrix4f)"><B>translate(Vector3f, Matrix4f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Translate this matrix and stash the result in another matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#translate(org.lwjgl.util.vector.Vector3f, org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)"><B>translate(Vector3f, Matrix4f, Matrix4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Translate the source matrix and stash the result in the destination matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#translate(org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Matrix4f)"><B>translate(Vector2f, Matrix4f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Translate this matrix and stash the result in another matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#translate(org.lwjgl.util.vector.Vector2f, org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)"><B>translate(Vector2f, Matrix4f, Matrix4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Translate the source matrix and stash the result in the destination matrix
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#translate(float, float)"><B>translate(float, float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Translate a vector
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#translate(float, float, float)"><B>translate(float, float, float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>Translate a vector
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#translate(float, float, float, float)"><B>translate(float, float, float, float)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Translate a vector
<DT><A HREF="./org/lwjgl/opengl/Util.html#translateGLErrorString(int)"><B>translateGLErrorString(int)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Util.html" title="class in org.lwjgl.opengl">Util</A>
<DD>Translate a GL error code to a String describing the error
<DT><A HREF="./org/lwjgl/opengles/Util.html#translateGLErrorString(int)"><B>translateGLErrorString(int)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/Util.html" title="class in org.lwjgl.opengles">Util</A>
<DD>Translates a GL error code to a String describing the error.
<DT><A HREF="./org/lwjgl/util/vector/Matrix.html#transpose()"><B>transpose()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix.html" title="class in org.lwjgl.util.vector">Matrix</A>
<DD>Transpose this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#transpose()"><B>transpose()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Transpose this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#transpose(org.lwjgl.util.vector.Matrix2f)"><B>transpose(Matrix2f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Transpose this matrix and place the result in another matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix2f.html#transpose(org.lwjgl.util.vector.Matrix2f, org.lwjgl.util.vector.Matrix2f)"><B>transpose(Matrix2f, Matrix2f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix2f.html" title="class in org.lwjgl.util.vector">Matrix2f</A>
<DD>Transpose the source matrix and place the result in the destination matrix.
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#transpose()"><B>transpose()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Transpose this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#transpose(org.lwjgl.util.vector.Matrix3f)"><B>transpose(Matrix3f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Transpose this matrix and place the result in another matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix3f.html#transpose(org.lwjgl.util.vector.Matrix3f, org.lwjgl.util.vector.Matrix3f)"><B>transpose(Matrix3f, Matrix3f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix3f.html" title="class in org.lwjgl.util.vector">Matrix3f</A>
<DD>Transpose the source matrix and place the result into the destination matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#transpose()"><B>transpose()</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Transpose this matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#transpose(org.lwjgl.util.vector.Matrix4f)"><B>transpose(Matrix4f)</B></A> -
Method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Transpose this matrix and place the result in another matrix
<DT><A HREF="./org/lwjgl/util/vector/Matrix4f.html#transpose(org.lwjgl.util.vector.Matrix4f, org.lwjgl.util.vector.Matrix4f)"><B>transpose(Matrix4f, Matrix4f)</B></A> -
Static method in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Matrix4f.html" title="class in org.lwjgl.util.vector">Matrix4f</A>
<DD>Transpose the source matrix and place the result in the destination matrix
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#trimExtensionByCapabilities(java.lang.String)"><B>trimExtensionByCapabilities(String)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Trims the passed file string based on the available capabilities
<DT><A HREF="./org/lwjgl/util/glu/Quadric.html#TXTR_COORD(float, float)"><B>TXTR_COORD(float, float)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Quadric.html" title="class in org.lwjgl.util.glu">Quadric</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/Rectangle.html#union(org.lwjgl.util.ReadableRectangle, org.lwjgl.util.WritableRectangle)"><B>union(ReadableRectangle, WritableRectangle)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Computes the union of this <code>Rectangle</code> with the
specified <code>Rectangle</code>.
<DT><A HREF="./org/lwjgl/opengl/GLContext.html#unloadOpenGLLibrary()"><B>unloadOpenGLLibrary()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GLContext.html" title="class in org.lwjgl.opengl">GLContext</A>
<DD>The OpenGL library reference count is decremented, and if it reaches 0, the library is unloaded.
<DT><A HREF="./org/lwjgl/opengles/GLContext.html#unloadOpenGLLibrary()"><B>unloadOpenGLLibrary()</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLContext.html" title="class in org.lwjgl.opengles">GLContext</A>
<DD>The OpenGL library reference count is decremented, and if it reaches 0, the library is unloaded.
<DT><A HREF="./org/lwjgl/util/Point.html#untranslate(org.lwjgl.util.ReadablePoint)"><B>untranslate(ReadablePoint)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Point.html" title="class in org.lwjgl.util">Point</A>
<DD>Un-translate a point.
<DT><A HREF="./org/lwjgl/util/Rectangle.html#untranslate(org.lwjgl.util.ReadablePoint)"><B>untranslate(ReadablePoint)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Rectangle.html" title="class in org.lwjgl.util">Rectangle</A>
<DD>Un-translate the rectangle by an amount.
<DT><A HREF="./org/lwjgl/opengl/AWTGLCanvas.html#update(java.awt.Graphics)"><B>update(Graphics)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/AWTGLCanvas.html" title="class in org.lwjgl.opengl">AWTGLCanvas</A>
<DD>override update to avoid clearing
<DT><A HREF="./org/lwjgl/opengl/Display.html#update()"><B>update()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Update the window.
<DT><A HREF="./org/lwjgl/opengl/Display.html#update(boolean)"><B>update(boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>Update the window.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#update(java.awt.Graphics)"><B>update(Graphics)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#updateClassPath(java.lang.String)"><B>updateClassPath(String)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Edits the ClassPath at runtime to include the jars
that have just been downloaded and then adds the
lwjgl natives folder property.
<DT><A HREF="./org/lwjgl/input/Mouse.html#updateCursor()"><B>updateCursor()</B></A> -
Static method in class org.lwjgl.input.<A HREF="./org/lwjgl/input/Mouse.html" title="class in org.lwjgl.input">Mouse</A>
<DD>Updates the cursor, so that animation can be changed if needed.
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#urlList"><B>urlList</B></A> -
Variable in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>urls of the jars to download
<DT><A HREF="./org/lwjgl/opengl/GLContext.html#useContext(java.lang.Object)"><B>useContext(Object)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GLContext.html" title="class in org.lwjgl.opengl">GLContext</A>
<DD>Makes a GL context the current LWJGL context by loading GL function pointers.
<DT><A HREF="./org/lwjgl/opengl/GLContext.html#useContext(java.lang.Object, boolean)"><B>useContext(Object, boolean)</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/GLContext.html" title="class in org.lwjgl.opengl">GLContext</A>
<DD>Makes a GL context the current LWJGL context by loading GL function pointers.
<DT><A HREF="./org/lwjgl/opengles/GLContext.html#useContext(java.lang.Object)"><B>useContext(Object)</B></A> -
Static method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/GLContext.html" title="class in org.lwjgl.opengles">GLContext</A>
<DD>Makes a GL context the current LWJGL context by loading GL function pointers.
<DT><A HREF="./org/lwjgl/openal/Util.html" title="class in org.lwjgl.openal"><B>Util</B></A> - Class in <A HREF="./org/lwjgl/openal/package-summary.html">org.lwjgl.openal</A><DD>Simple utility class for checking AL/ALC errors<DT><A HREF="./org/lwjgl/opencl/Util.html" title="class in org.lwjgl.opencl"><B>Util</B></A> - Class in <A HREF="./org/lwjgl/opencl/package-summary.html">org.lwjgl.opencl</A><DD>Utility methods for OpenCL<DT><A HREF="./org/lwjgl/opengl/Util.html" title="class in org.lwjgl.opengl"><B>Util</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>Simple utility class.<DT><A HREF="./org/lwjgl/opengles/Util.html" title="class in org.lwjgl.opengles"><B>Util</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>Simple utility class.<DT><A HREF="./org/lwjgl/util/glu/Util.html" title="class in org.lwjgl.util.glu"><B>Util</B></A> - Class in <A HREF="./org/lwjgl/util/glu/package-summary.html">org.lwjgl.util.glu</A><DD>Util.java
<p/>
<p/>
Created 7-jan-2004<DT><A HREF="./org/lwjgl/util/glu/Util.html#Util()"><B>Util()</B></A> -
Constructor for class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/Util.html" title="class in org.lwjgl.util.glu">Util</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#validateJars(java.lang.String)"><B>validateJars(String)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>Check and validate jars which will be loaded into the classloader to make
sure that they are not corrupt.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.Attrib.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.Attrib.html" title="enum in org.lwjgl.opengles">PixelFormat.Attrib</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.Attrib.html#values()"><B>values()</B></A> -
Static method in enum org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.Attrib.html" title="enum in org.lwjgl.opengles">PixelFormat.Attrib</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector"><B>Vector</B></A> - Class in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>Base class for vectors.<DT><A HREF="./org/lwjgl/util/vector/Vector.html#Vector()"><B>Vector()</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector.html" title="class in org.lwjgl.util.vector">Vector</A>
<DD>Constructor for Vector.
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector"><B>Vector2f</B></A> - Class in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>Holds a 2-tuple vector.<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#Vector2f()"><B>Vector2f()</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Constructor for Vector2f.
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#Vector2f(org.lwjgl.util.vector.ReadableVector2f)"><B>Vector2f(ReadableVector2f)</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Constructor.
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#Vector2f(float, float)"><B>Vector2f(float, float)</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>Constructor.
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector"><B>Vector3f</B></A> - Class in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>Holds a 3-tuple vector.<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#Vector3f()"><B>Vector3f()</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>Constructor for Vector3f.
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#Vector3f(org.lwjgl.util.vector.ReadableVector3f)"><B>Vector3f(ReadableVector3f)</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>Constructor
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#Vector3f(float, float, float)"><B>Vector3f(float, float, float)</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>Constructor
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector"><B>Vector4f</B></A> - Class in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>Holds a 4-tuple vector.<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#Vector4f()"><B>Vector4f()</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Constructor for Vector4f.
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#Vector4f(org.lwjgl.util.vector.ReadableVector4f)"><B>Vector4f(ReadableVector4f)</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Constructor
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#Vector4f(float, float, float, float)"><B>Vector4f(float, float, float, float)</B></A> -
Constructor for class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>Constructor
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#vertex(java.lang.Object)"><B>vertex(Object)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</A>
<DD>The <b>vertex</b> callback method is invoked between the <A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#begin(int)"><CODE>begin</CODE></A> and <A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#end()"><CODE>end</CODE></A> callback methods.
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#vertex(java.lang.Object)"><B>vertex(Object)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#vertexData(java.lang.Object, java.lang.Object)"><B>vertexData(Object, Object)</B></A> -
Method in interface org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html" title="interface in org.lwjgl.util.glu">GLUtessellatorCallback</A>
<DD>The same as the <A HREF="./org/lwjgl/util/glu/GLUtessellatorCallback.html#vertex(java.lang.Object)"><CODE>vertex</CODE></A> callback method except
that it takes an additional reference argument.
<DT><A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html#vertexData(java.lang.Object, java.lang.Object)"><B>vertexData(Object, Object)</B></A> -
Method in class org.lwjgl.util.glu.<A HREF="./org/lwjgl/util/glu/GLUtessellatorCallbackAdapter.html" title="class in org.lwjgl.util.glu">GLUtessellatorCallbackAdapter</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerBuffer.html#view"><B>view</B></A> -
Variable in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#view"><B>view</B></A> -
Variable in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>The mapped object view offset, in elements.
<DT><A HREF="./org/lwjgl/util/mapped/MappedSet2.html#view"><B>view</B></A> -
Variable in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedSet2.html" title="class in org.lwjgl.util.mapped">MappedSet2</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedSet3.html#view"><B>view</B></A> -
Variable in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedSet3.html" title="class in org.lwjgl.util.mapped">MappedSet3</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedSet4.html#view"><B>view</B></A> -
Variable in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedSet4.html" title="class in org.lwjgl.util.mapped">MappedSet4</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerBuffer.html#view32"><B>view32</B></A> -
Variable in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/PointerBuffer.html#view64"><B>view64</B></A> -
Variable in class org.lwjgl.<A HREF="./org/lwjgl/PointerBuffer.html" title="class in org.lwjgl">PointerBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/mapped/MappedObject.html#viewAddress"><B>viewAddress</B></A> -
Variable in class org.lwjgl.util.mapped.<A HREF="./org/lwjgl/util/mapped/MappedObject.html" title="class in org.lwjgl.util.mapped">MappedObject</A>
<DD>The mapped object view memory address, in bytes.
<DT><A HREF="./org/lwjgl/opengles/VIVShaderBinary.html" title="class in org.lwjgl.opengles"><B>VIVShaderBinary</B></A> - Class in <A HREF="./org/lwjgl/opengles/package-summary.html">org.lwjgl.opengles</A><DD>&nbsp;</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#w"><B>w</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#w"><B>w</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengles/APPLESync.html#WAIT_FAILED_APPLE"><B>WAIT_FAILED_APPLE</B></A> -
Static variable in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/APPLESync.html" title="class in org.lwjgl.opengles">APPLESync</A>
<DD>Returned by ClientWaitSyncAPPLE:
<DT><A HREF="./org/lwjgl/opengl/Display.html#wasResized()"><B>wasResized()</B></A> -
Static method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/Display.html" title="class in org.lwjgl.opengl">Display</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/WaveData.html" title="class in org.lwjgl.util"><B>WaveData</B></A> - Class in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>Utitlity class for loading wavefiles.<DT><A HREF="./org/lwjgl/opengl/ARBFramebufferSRGB.html#WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB"><B>WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBFramebufferSRGB.html" title="class in org.lwjgl.opengl">ARBFramebufferSRGB</A>
<DD>Accepted by the &lt;piAttributes&gt; parameter of
wglGetPixelFormatAttribivEXT, wglGetPixelFormatAttribfvEXT, and
the &lt;piAttribIList&gt; and &lt;pfAttribIList&gt; of wglChoosePixelFormatEXT:
<DT><A HREF="./org/lwjgl/opengl/EXTFramebufferSRGB.html#WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT"><B>WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTFramebufferSRGB.html" title="class in org.lwjgl.opengl">EXTFramebufferSRGB</A>
<DD>Accepted by the &lt;piAttributes&gt; parameter of
wglGetPixelFormatAttribivEXT, wglGetPixelFormatAttribfvEXT, and
the &lt;piAttribIList&gt; and &lt;pfAttribIList&gt; of wglChoosePixelFormatEXT:
<DT><A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html#WGL_TYPE_RGBA_FLOAT_ARB"><B>WGL_TYPE_RGBA_FLOAT_ARB</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ARBColorBufferFloat.html" title="class in org.lwjgl.opengl">ARBColorBufferFloat</A>
<DD>Accepted as a value in the &lt;piAttribIList&gt; and &lt;pfAttribFList&gt;
parameter arrays of wglChoosePixelFormatARB, and returned in the
&lt;piValues&gt; parameter array of wglGetPixelFormatAttribivARB, and the
&lt;pfValues&gt; parameter array of wglGetPixelFormatAttribfvARB:
<DT><A HREF="./org/lwjgl/opengl/EXTPackedFloat.html#WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT"><B>WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT</B></A> -
Static variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/EXTPackedFloat.html" title="class in org.lwjgl.opengl">EXTPackedFloat</A>
<DD>Accepted as a value in the &lt;piAttribIList&gt; and &lt;pfAttribFList&gt;
parameter arrays of wglChoosePixelFormatARB, and returned in the
&lt;piValues&gt; parameter array of wglGetPixelFormatAttribivARB, and the
&lt;pfValues&gt; parameter array of wglGetPixelFormatAttribfvARB:
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#WHITE"><B>WHITE</B></A> -
Static variable in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/XRandR.Screen.html#width"><B>width</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl">XRandR.Screen</A>
<DD>Width in pixels
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#withAccumulationAlpha(int)"><B>withAccumulationAlpha(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Returns a new PixelFormat object with the same properties as this PixelFormat and the new alpha bits in the accumulation buffer value.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#withAccumulationBitsPerPixel(int)"><B>withAccumulationBitsPerPixel(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Returns a new PixelFormat object with the same properties as this PixelFormat and the new bits per pixel in the accumulation buffer value.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#withAlphaBits(int)"><B>withAlphaBits(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Returns a new PixelFormat object with the same properties as this PixelFormat and the new alpha bits value.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#withAlphaSize(int)"><B>withAlphaSize(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns a new PixelFormat with the specified EGL_ALPHA_SIZE.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#withAuxBuffers(int)"><B>withAuxBuffers(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Returns a new PixelFormat object with the same properties as this PixelFormat and the new auxiliary buffers value.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#withBitsPerPixel(int)"><B>withBitsPerPixel(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Returns a new PixelFormat object with the same properties as this PixelFormat and the new bits per pixel value.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#withContextReleaseBehavior(int)"><B>withContextReleaseBehavior(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns a ContextAttribs instance with <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_RELEASE_BEHABIOR_ARB"><CODE>ContextAttribs.CONTEXT_RELEASE_BEHABIOR_ARB</CODE></A> set to the given behavior.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#withContextResetIsolation(boolean)"><B>withContextResetIsolation(boolean)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns a new <code>ContextAttribs</code> instance with the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_RESET_ISOLATION_BIT_ARB"><CODE>ContextAttribs.CONTEXT_RESET_ISOLATION_BIT_ARB</CODE></A> bit in <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_FLAGS_ARB"><CODE>ContextAttribs.CONTEXT_FLAGS_ARB</CODE></A> set to the given value.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#withCoverageSamples(int)"><B>withCoverageSamples(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Returns a new PixelFormat object with the same properties as this PixelFormat and the new color samples values.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#withCoverageSamples(int, int)"><B>withCoverageSamples(int, int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Returns a new PixelFormat object with the same properties as this PixelFormat and the new color samples
and coverage samples values.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#withCoverageSamplesNV(int)"><B>withCoverageSamplesNV(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns a new PixelFormat with the specified number of EGL_COVERAGE_SAMPLES_NV.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#withDebug(boolean)"><B>withDebug(boolean)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns a new <code>ContextAttribs</code> instance with the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_DEBUG_BIT_ARB"><CODE>ContextAttribs.CONTEXT_DEBUG_BIT_ARB</CODE></A> bit in <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_FLAGS_ARB"><CODE>ContextAttribs.CONTEXT_FLAGS_ARB</CODE></A> set to the given value.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#withDepthBits(int)"><B>withDepthBits(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Returns a new PixelFormat object with the same properties as this PixelFormat and the new depth bits value.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#withDepthEncodingNonlinearNV(int)"><B>withDepthEncodingNonlinearNV(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns a new PixelFormat with the specified EGL_DEPTH_ENCODING_NONLINEAR_NV.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#withDepthSize(int)"><B>withDepthSize(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns a new PixelFormat with the specified EGL_DEPTH_SIZE.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#withFloatingPoint(boolean)"><B>withFloatingPoint(boolean)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Returns a new PixelFormat object with the same properties as this PixelFormat and the new floating point value.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#withFloatingPointPacked(boolean)"><B>withFloatingPointPacked(boolean)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Returns a new PixelFormat object with the same properties as this PixelFormat and the new packed floating point value.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#withForwardCompatible(boolean)"><B>withForwardCompatible(boolean)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns a new <code>ContextAttribs</code> instance with the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_FORWARD_COMPATIBLE_BIT_ARB"><CODE>ContextAttribs.CONTEXT_FORWARD_COMPATIBLE_BIT_ARB</CODE></A> bit in <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_FLAGS_ARB"><CODE>ContextAttribs.CONTEXT_FLAGS_ARB</CODE></A> set to the given value.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#withLayer(int)"><B>withLayer(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns a new <code>ContextAttribs</code> instance with <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_LAYER_PLANE_ARB"><CODE>ContextAttribs.CONTEXT_LAYER_PLANE_ARB</CODE></A> set to the given value.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#withLoseContextOnReset(boolean)"><B>withLoseContextOnReset(boolean)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD><B>Deprecated.</B>&nbsp;<I>use <A HREF="./org/lwjgl/opengl/ContextAttribs.html#withResetNotificationStrategy(int)"><CODE>ContextAttribs.withResetNotificationStrategy(int)</CODE></A> instead</I>
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#withLuminanceSize(int)"><B>withLuminanceSize(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns a new PixelFormat with the specified EGL_LUMINANCE_SIZE.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#withMaxSwapInterval(int)"><B>withMaxSwapInterval(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns a new PixelFormat with the specified EGL_MAX_SWAP_INTERVAL.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#withMinSwapInterval(int)"><B>withMinSwapInterval(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns a new PixelFormat with the specified EGL_MIN_SWAP_INTERVAL.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#withMultisampleResolve(int)"><B>withMultisampleResolve(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns a new PixelFormat with the specified EGL_MULTISAMPLE_RESOLVE value.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#withProfileCompatibility(boolean)"><B>withProfileCompatibility(boolean)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns a new <code>ContextAttribs</code> instance with the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB"><CODE>ContextAttribs.CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB</CODE></A> bit in <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_PROFILE_MASK_ARB"><CODE>ContextAttribs.CONTEXT_PROFILE_MASK_ARB</CODE></A> set to the given value.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#withProfileCore(boolean)"><B>withProfileCore(boolean)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns a new <code>ContextAttribs</code> instance with the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_CORE_PROFILE_BIT_ARB"><CODE>ContextAttribs.CONTEXT_CORE_PROFILE_BIT_ARB</CODE></A> bit in <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_PROFILE_MASK_ARB"><CODE>ContextAttribs.CONTEXT_PROFILE_MASK_ARB</CODE></A> set to the given value.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#withProfileES(boolean)"><B>withProfileES(boolean)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns a new <code>ContextAttribs</code> instance with the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_ES2_PROFILE_BIT_EXT"><CODE>ContextAttribs.CONTEXT_ES2_PROFILE_BIT_EXT</CODE></A> bit in <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_PROFILE_MASK_ARB"><CODE>ContextAttribs.CONTEXT_PROFILE_MASK_ARB</CODE></A> set to the given value.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#withResetNotificationStrategy(int)"><B>withResetNotificationStrategy(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns a ContextAttribs instance with <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB"><CODE>ContextAttribs.CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB</CODE></A> set to the given strategy.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#withRGBSize(int)"><B>withRGBSize(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns a new PixelFormat with the specified RGB sizes.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#withRGBSize(int, int, int)"><B>withRGBSize(int, int, int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns a new PixelFormat with the specified EGL_RED_SIZE, EGL_GREEN_SIZE and EGL_BLUE_SIZE.
<DT><A HREF="./org/lwjgl/opengl/ContextAttribs.html#withRobustAccess(boolean)"><B>withRobustAccess(boolean)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/ContextAttribs.html" title="class in org.lwjgl.opengl">ContextAttribs</A>
<DD>Returns a new <code>ContextAttribs</code> instance with the <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_ROBUST_ACCESS_BIT_ARB"><CODE>ContextAttribs.CONTEXT_ROBUST_ACCESS_BIT_ARB</CODE></A> bit in <A HREF="./org/lwjgl/opengl/ContextAttribs.html#CONTEXT_FLAGS_ARB"><CODE>ContextAttribs.CONTEXT_FLAGS_ARB</CODE></A> set to the given value.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#withSamples(int)"><B>withSamples(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Returns a new PixelFormat object with the same properties as this PixelFormat and the new samples value.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#withSamples(int)"><B>withSamples(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns a new PixelFormat with the specified number of EGL_SAMPLES.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#withSRGB(boolean)"><B>withSRGB(boolean)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Returns a new PixelFormat object with the same properties as this PixelFormat and the new sRGB value.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#withStencilBits(int)"><B>withStencilBits(int)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Returns a new PixelFormat object with the same properties as this PixelFormat and the new stencil bits value.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#withStencilSize(int)"><B>withStencilSize(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns a new PixelFormat with the specified EGL_STENCIL_SIZE.
<DT><A HREF="./org/lwjgl/opengl/PixelFormat.html#withStereo(boolean)"><B>withStereo(boolean)</B></A> -
Method in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/PixelFormat.html" title="class in org.lwjgl.opengl">PixelFormat</A>
<DD>Returns a new PixelFormat object with the same properties as this PixelFormat and the new stereo value.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#withSwapBehavior(int)"><B>withSwapBehavior(int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns a new PixelFormat with the specified EGL_SWAP_BEHAVIOR value.
<DT><A HREF="./org/lwjgl/opengles/PixelFormat.html#withTransparentType(int, int, int, int)"><B>withTransparentType(int, int, int, int)</B></A> -
Method in class org.lwjgl.opengles.<A HREF="./org/lwjgl/opengles/PixelFormat.html" title="class in org.lwjgl.opengles">PixelFormat</A>
<DD>Returns a new PixelFormat with the specified EGL_TRANSPARENT_TYPE and
the specified transparent RGB values.
<DT><A HREF="./org/lwjgl/util/WritableColor.html" title="interface in org.lwjgl.util"><B>WritableColor</B></A> - Interface in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>Write interface for Colors<DT><A HREF="./org/lwjgl/util/WritableDimension.html" title="interface in org.lwjgl.util"><B>WritableDimension</B></A> - Interface in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>Write interface for Dimensions<DT><A HREF="./org/lwjgl/util/WritablePoint.html" title="interface in org.lwjgl.util"><B>WritablePoint</B></A> - Interface in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>Write interface for Points<DT><A HREF="./org/lwjgl/util/WritableRectangle.html" title="interface in org.lwjgl.util"><B>WritableRectangle</B></A> - Interface in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>Write interface for Rectangles<DT><A HREF="./org/lwjgl/util/vector/WritableVector2f.html" title="interface in org.lwjgl.util.vector"><B>WritableVector2f</B></A> - Interface in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>Writable interface to Vector2fs<DT><A HREF="./org/lwjgl/util/vector/WritableVector3f.html" title="interface in org.lwjgl.util.vector"><B>WritableVector3f</B></A> - Interface in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>Writable interface to Vector3fs<DT><A HREF="./org/lwjgl/util/vector/WritableVector4f.html" title="interface in org.lwjgl.util.vector"><B>WritableVector4f</B></A> - Interface in <A HREF="./org/lwjgl/util/vector/package-summary.html">org.lwjgl.util.vector</A><DD>Writable interface to Vector4fs<DT><A HREF="./org/lwjgl/util/Color.html#writeABGR(java.nio.ByteBuffer)"><B>writeABGR(ByteBuffer)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#writeABGR(java.nio.ByteBuffer)"><B>writeABGR(ByteBuffer)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>Write the ABGR color directly out to a ByteBuffer
<DT><A HREF="./org/lwjgl/util/Color.html#writeARGB(java.nio.ByteBuffer)"><B>writeARGB(ByteBuffer)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#writeARGB(java.nio.ByteBuffer)"><B>writeARGB(ByteBuffer)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>Write the ARGB color directly out to a ByteBuffer
<DT><A HREF="./org/lwjgl/util/Color.html#writeBGR(java.nio.ByteBuffer)"><B>writeBGR(ByteBuffer)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#writeBGR(java.nio.ByteBuffer)"><B>writeBGR(ByteBuffer)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>Write the BGR color directly out to a ByteBuffer
<DT><A HREF="./org/lwjgl/util/Color.html#writeBGRA(java.nio.ByteBuffer)"><B>writeBGRA(ByteBuffer)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#writeBGRA(java.nio.ByteBuffer)"><B>writeBGRA(ByteBuffer)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>Write the BGRA color directly out to a ByteBuffer
<DT><A HREF="./org/lwjgl/util/applet/AppletLoader.html#writeObjectFile(java.io.File, java.lang.Object)"><B>writeObjectFile(File, Object)</B></A> -
Method in class org.lwjgl.util.applet.<A HREF="./org/lwjgl/util/applet/AppletLoader.html" title="class in org.lwjgl.util.applet">AppletLoader</A>
<DD>write object to specified File
<DT><A HREF="./org/lwjgl/util/Color.html#writeRGB(java.nio.ByteBuffer)"><B>writeRGB(ByteBuffer)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#writeRGB(java.nio.ByteBuffer)"><B>writeRGB(ByteBuffer)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>Write the RGB color directly out to a ByteBuffer
<DT><A HREF="./org/lwjgl/util/Color.html#writeRGBA(java.nio.ByteBuffer)"><B>writeRGBA(ByteBuffer)</B></A> -
Method in class org.lwjgl.util.<A HREF="./org/lwjgl/util/Color.html" title="class in org.lwjgl.util">Color</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#writeRGBA(java.nio.ByteBuffer)"><B>writeRGBA(ByteBuffer)</B></A> -
Method in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>Write the RGBA color directly out to a ByteBuffer
</DL>
<HR>
<A NAME="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#x"><B>x</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#x"><B>x</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#x"><B>x</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#x"><B>x</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/XPMFile.html" title="class in org.lwjgl.util"><B>XPMFile</B></A> - Class in <A HREF="./org/lwjgl/util/package-summary.html">org.lwjgl.util</A><DD>
NOTE: This simple XPM reader does not support extensions nor hotspots<DT><A HREF="./org/lwjgl/opengl/XRandR.Screen.html#xPos"><B>xPos</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl">XRandR.Screen</A>
<DD>Position on the x-axis, in pixels
<DT><A HREF="./org/lwjgl/opengl/XRandR.html" title="class in org.lwjgl.opengl"><B>XRandR</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>Utility for working with the xrandr commmand-line utility.<DT><A HREF="./org/lwjgl/opengl/XRandR.html#XRandR()"><B>XRandR()</B></A> -
Constructor for class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/XRandR.html" title="class in org.lwjgl.opengl">XRandR</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl"><B>XRandR.Screen</B></A> - Class in <A HREF="./org/lwjgl/opengl/package-summary.html">org.lwjgl.opengl</A><DD>Encapsulates the configuration of a monitor.</DL>
<HR>
<A NAME="_Y_"><!-- --></A><H2>
<B>Y</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#y"><B>y</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector2f.html#y"><B>y</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector2f.html" title="class in org.lwjgl.util.vector">Vector2f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#y"><B>y</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#y"><B>y</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/ReadableColor.html#YELLOW"><B>YELLOW</B></A> -
Static variable in interface org.lwjgl.util.<A HREF="./org/lwjgl/util/ReadableColor.html" title="interface in org.lwjgl.util">ReadableColor</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/opengl/XRandR.Screen.html#yPos"><B>yPos</B></A> -
Variable in class org.lwjgl.opengl.<A HREF="./org/lwjgl/opengl/XRandR.Screen.html" title="class in org.lwjgl.opengl">XRandR.Screen</A>
<DD>Position on the y-axis, in pixels
</DL>
<HR>
<A NAME="_Z_"><!-- --></A><H2>
<B>Z</B></H2>
<DL>
<DT><A HREF="./org/lwjgl/util/vector/Quaternion.html#z"><B>z</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Quaternion.html" title="class in org.lwjgl.util.vector">Quaternion</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector3f.html#z"><B>z</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector3f.html" title="class in org.lwjgl.util.vector">Vector3f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/util/vector/Vector4f.html#z"><B>z</B></A> -
Variable in class org.lwjgl.util.vector.<A HREF="./org/lwjgl/util/vector/Vector4f.html" title="class in org.lwjgl.util.vector">Vector4f</A>
<DD>&nbsp;
<DT><A HREF="./org/lwjgl/BufferUtils.html#zeroBuffer(java.nio.ByteBuffer)"><B>zeroBuffer(ByteBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Fill buffer with zeros from position to remaining
<DT><A HREF="./org/lwjgl/BufferUtils.html#zeroBuffer(java.nio.ShortBuffer)"><B>zeroBuffer(ShortBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Fill buffer with zeros from position to remaining
<DT><A HREF="./org/lwjgl/BufferUtils.html#zeroBuffer(java.nio.CharBuffer)"><B>zeroBuffer(CharBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Fill buffer with zeros from position to remaining
<DT><A HREF="./org/lwjgl/BufferUtils.html#zeroBuffer(java.nio.IntBuffer)"><B>zeroBuffer(IntBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Fill buffer with zeros from position to remaining
<DT><A HREF="./org/lwjgl/BufferUtils.html#zeroBuffer(java.nio.FloatBuffer)"><B>zeroBuffer(FloatBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Fill buffer with zeros from position to remaining
<DT><A HREF="./org/lwjgl/BufferUtils.html#zeroBuffer(java.nio.LongBuffer)"><B>zeroBuffer(LongBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Fill buffer with zeros from position to remaining
<DT><A HREF="./org/lwjgl/BufferUtils.html#zeroBuffer(java.nio.DoubleBuffer)"><B>zeroBuffer(DoubleBuffer)</B></A> -
Static method in class org.lwjgl.<A HREF="./org/lwjgl/BufferUtils.html" title="class in org.lwjgl">BufferUtils</A>
<DD>Fill buffer with zeros from position to remaining
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A> <A HREF="#_Z_">Z</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright &#169; 2002-2009 lwjgl.org. All Rights Reserved.</i>
</BODY>
</HTML>